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-03-12T03:13:43.241Z||main|||||INFO|500||The following profiles are active: basic
2022-03-12T03:13:56.573Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-12T03:13:56.576Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-12T03:13:56.789Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-12T03:14:01.606Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-12T03:14:02.074Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-12T03:14:02.614Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-12T03:14:02.705Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-12T03:14:02.832Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-12T03:14:03.140Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-12T03:14:03.774Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-12T03:14:05.551Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-12T03:14:08.279Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-12T03:14:08.365Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-12T03:14:09.222Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-12T03:14:09.460Z||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-03-12T03:14:11.047Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-12T03:14:12.842Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-12T03:14:12.888Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$2538ded1.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-12T03:14:12.889Z||main|||||WARN|500||The sdc end point is not alive
2022-03-12T03:14:17.144Z||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-03-12T03:14:20.724Z||main|||||WARN|500||---
2022-03-12T03:14:20.724Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-12T03:14:20.725Z||main|||||WARN|500||---
2022-03-12T03:14:21.243Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-12T03:14:27.329Z||main|||||INFO|500||Started Application in 47.61 seconds (JVM running for 49.847)
2022-03-12T03:14:27.385Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-12T03:14:27.420Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-12T03:14:27.464Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-12T03:14:27.491Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-12T03:14:27.573Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a39e48f1-4824-48a2-bc78-bcde02a34e73 url= /sdc/v1/artifactTypes
2022-03-12T03:14:27.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-12T03:14:27.907Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-12T03:14:27.967Z||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-03-12T03:14:27.994Z||scheduling-1|||||DEBUG|500||create keys
2022-03-12T03:14:28.004Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-12T03:14:28.106Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:14:28.131Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3035761d-9f06-4623-9a45-0e47a7bf3d79 url= /sdc/v1/registerForDistribution
2022-03-12T03:14:28.389Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3035761d-9f06-4623-9a45-0e47a7bf3d79 url= /sdc/v1/registerForDistribution
2022-03-12T03:14:28.391Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-12T03:14:28.405Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:14:28.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:14:28.414Z||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-03-12T03:14:28.414Z||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-03-12T03:14:28.414Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:14:28.414Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:14:28.417Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-12T03:14:38.862Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:14:38.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:15:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:15:28.404Z||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-03-12T03:15:28.405Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:15:28.407Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:15:28.408Z||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-03-12T03:15:28.408Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:15:37.994Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:15:38.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:16:28.403Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:16:28.405Z||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-03-12T03:16:28.405Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:16:28.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:16:28.407Z||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-03-12T03:16:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:16:38.048Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:16:38.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:17:28.403Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:17:28.404Z||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-03-12T03:17:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:17:28.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:17:28.406Z||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-03-12T03:17:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:17:37.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:17:37.972Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:18:28.403Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:18:28.404Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:18:28.404Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:18:28.406Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:18:28.407Z||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-03-12T03:18:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:18:37.966Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:18:37.969Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:19:28.403Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:19:28.404Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:19:28.404Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:19:28.406Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:19:28.407Z||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-03-12T03:19:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:19:37.955Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:19:37.955Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:20:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:20:28.404Z||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-03-12T03:20:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:20:28.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:20:28.407Z||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-03-12T03:20:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:20:37.958Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:20:37.958Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:21:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:21:28.404Z||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-03-12T03:21:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:21:28.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:21:28.407Z||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-03-12T03:21:28.408Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:21:37.972Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:21:37.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:22:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:22:28.405Z||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-03-12T03:22:28.405Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:22:28.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:22:28.406Z||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-03-12T03:22:28.406Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:22:37.960Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:22:37.960Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:23:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:23:28.406Z||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-03-12T03:23:28.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:23:28.406Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:23:28.406Z||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-03-12T03:23:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:23:37.965Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:23:37.969Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:23:51.622Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-12T03:24:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:24:28.404Z||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-03-12T03:24:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:24:28.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:24:28.406Z||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-03-12T03:24:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:24:37.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:24:37.987Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:25:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:25:28.404Z||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-03-12T03:25:28.405Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:25:28.406Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:25:28.406Z||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-03-12T03:25:28.406Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:25:37.956Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:25:37.958Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:26:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:26:28.404Z||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-03-12T03:26:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:26:28.406Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:26:28.406Z||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-03-12T03:26:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:26:37.956Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:26:37.957Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:27:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:27:28.404Z||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-03-12T03:27:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:27:28.406Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:27:28.407Z||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-03-12T03:27:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:27:37.957Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:27:37.958Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:28:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:28:28.404Z||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-03-12T03:28:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:28:28.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:28:28.406Z||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-03-12T03:28:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:28:37.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:28:37.968Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:29:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:29:28.404Z||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-03-12T03:29:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:29:28.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:29:28.406Z||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-03-12T03:29:28.406Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:29:37.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:29:37.954Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:30:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:30:28.404Z||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-03-12T03:30:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:30:28.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:30:28.406Z||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-03-12T03:30:28.406Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:30:37.955Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:30:37.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:31:28.403Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:31:28.404Z||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-03-12T03:31:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:31:28.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:31:28.408Z||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-03-12T03:31:28.408Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:31:37.959Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:31:37.959Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:32:28.403Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:32:28.404Z||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-03-12T03:32:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:32:28.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:32:28.407Z||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-03-12T03:32:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:32:37.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:32:37.961Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:33:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:33:28.406Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:33:28.406Z||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-03-12T03:33:28.406Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:33:28.407Z||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-03-12T03:33:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:33:37.969Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:33:37.969Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:34:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:34:28.404Z||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-03-12T03:34:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:34:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:34:28.406Z||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-03-12T03:34:28.406Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:34:37.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:34:37.970Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:35:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:35:28.404Z||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-03-12T03:35:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:35:28.406Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:35:28.406Z||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-03-12T03:35:28.406Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:35:37.951Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:35:37.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:36:28.404Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:36:28.405Z||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-03-12T03:36:28.405Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:36:28.406Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:36:28.407Z||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-03-12T03:36:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:36:37.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:36:37.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:37:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:37:28.404Z||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-03-12T03:37:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:37:28.406Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:37:28.406Z||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-03-12T03:37:28.406Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:37:37.958Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:37:37.958Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:38:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:38:28.404Z||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-03-12T03:38:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:38:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:38:28.407Z||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-03-12T03:38:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:38:37.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:38:37.961Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:39:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:39:28.404Z||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-03-12T03:39:28.405Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:39:28.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:39:28.408Z||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-03-12T03:39:28.408Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:39:37.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:39:37.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:40:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:40:28.404Z||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-03-12T03:40:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:40:28.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:40:28.407Z||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-03-12T03:40:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:40:37.957Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:40:37.958Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:41:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:41:28.404Z||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-03-12T03:41:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:41:28.406Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:41:28.406Z||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-03-12T03:41:28.406Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:41:37.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:41:37.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:42:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:42:28.404Z||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-03-12T03:42:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:42:28.406Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:42:28.407Z||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-03-12T03:42:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:42:37.955Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:42:37.958Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:43:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:43:28.404Z||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-03-12T03:43:28.405Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:43:28.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:43:28.406Z||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-03-12T03:43:28.406Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:43:37.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:43:37.960Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:44:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:44:28.405Z||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-03-12T03:44:28.405Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:44:28.406Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:44:28.407Z||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-03-12T03:44:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:44:37.958Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:44:37.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:45:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:45:28.404Z||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-03-12T03:45:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:45:28.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:45:28.406Z||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-03-12T03:45:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:45:37.945Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:45:37.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:46:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:46:28.404Z||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-03-12T03:46:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:46:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:46:28.406Z||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-03-12T03:46:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:46:37.340Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:46:37.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T03:46:37.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"81f608b7-1465-4e9a-a02b-13c8d1302dde","serviceName":"vFW 2022-03-12 03-43-44","serviceVersion":"1.0","serviceUUID":"7cfc4477-7d8b-4c3c-a121-a82249f91955","serviceDescription":"catalog service description","serviceInvariantUUID":"9ff5572c-686c-4f0d-bda9-b96dde11f604","resources":[{"resourceInstanceName":"vFW b823c3e6-fae3 0","resourceName":"vFW b823c3e6-fae3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6cdb90be-e4fb-495c-974c-8328360835fd","resourceInvariantUUID":"f35f081e-bfac-4022-8f68-403523b80c29","resourceCustomizationUUID":"e2218dbe-ddac-446a-b914-cbadb2122170","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml","artifactChecksum":"NWRlZTRjZmVhNzU5ZGRkZjhmMzU5YWE1YTZlOGM1ZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3347135d-a0fb-437f-bd50-dda4cd3e456d","artifactVersion":"1"},{"artifactName":"vfwb823c3e6fae30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json","artifactChecksum":"ZWJmMjM4ZWM2ZjAxZTAyZjYyYTI5NzAwYTg2YTAyZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"36abfb02-89c9-431a-b3b1-3a5deb244bdb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"84aeac57-075c-4f81-98aa-2399009ec2f2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml","artifactChecksum":"MTgzMGEyOTZjZGExNDc5ZDlhMDA5NmI2MjVkNDE5MjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dbbda5cd-58e8-47f0-9119-5a1024f8fbb4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"240af746-63d7-4012-b7f9-cade02ed50aa","artifactVersion":"2","generatedFromUUID":"84aeac57-075c-4f81-98aa-2399009ec2f2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220312034344-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml","artifactChecksum":"NDdiNWQ0MTQyMTcwZWEyMzNjNTRkMzk2MTg0MjQ2YjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2d166808-e9b0-4a32-87a5-761bd65be508","artifactVersion":"1"},{"artifactName":"service-Vfw20220312034344-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar","artifactChecksum":"YmYzNjY5ZTc0ZDhlNjYzM2M3MmVjN2Y0YWE5NTY0NTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"612a1e04-8f0f-476c-b6af-77fc215eba58","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-12T03:46:37.354Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T03:46:37.363Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:46:37.375Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:46:37.375Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056788403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:46:37.476Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-12T03:46:37.480Z||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-03-12T03:46:37.480Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:46:37.505Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:46:37.506Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":6,"count":1}
2022-03-12T03:46:37.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:46:37.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:46:37.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056788403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:46:37.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:46:38.383Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T03:46:38.384Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:46:38.386Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:46:38.386Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056788403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json",
"status": "NOTIFIED"
}
2022-03-12T03:46:38.486Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:46:38.487Z||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-03-12T03:46:38.488Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:46:38.510Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:46:38.511Z||pool-4-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:46:39.387Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T03:46:39.388Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:46:39.391Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:46:39.391Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056788403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-12T03:46:39.491Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:46:39.493Z||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-03-12T03:46:39.493Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:46:39.506Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:46:39.507Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:46:40.392Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T03:46:40.393Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:46:40.398Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:46:40.398Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056788403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:46:40.496Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-12T03:46:40.497Z||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-03-12T03:46:40.498Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:46:40.546Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:46:40.547Z||pool-6-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-03-12T03:46:41.399Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T03:46:41.400Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:46:41.402Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:46:41.403Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056788403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-12T03:46:41.504Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T03:46:41.505Z||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-03-12T03:46:41.505Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:46:41.517Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:46:41.518Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:46:42.403Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T03:46:42.404Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:46:42.406Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:46:42.407Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056788403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:46:42.507Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:46:42.509Z||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-03-12T03:46:42.509Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:46:42.536Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:46:42.538Z||pool-8-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:46:43.407Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T03:46:43.409Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:46:43.412Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:46:43.412Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056788403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:46:43.513Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:46:43.514Z||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-03-12T03:46:43.514Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:46:43.527Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:46:43.528Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:46:44.416Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"serviceName": "vFW 2022-03-12 03-43-44",
"serviceVersion": "1.0",
"serviceUUID": "7cfc4477-7d8b-4c3c-a121-a82249f91955",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9ff5572c-686c-4f0d-bda9-b96dde11f604",
"resources": [
{
"resourceInstanceName": "vFW b823c3e6-fae3 0",
"resourceCustomizationUUID": "e2218dbe-ddac-446a-b914-cbadb2122170",
"resourceName": "vFW b823c3e6-fae3",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6cdb90be-e4fb-495c-974c-8328360835fd",
"resourceInvariantUUID": "f35f081e-bfac-4022-8f68-403523b80c29",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb823c3e6fae30_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json",
"artifactChecksum": "ZWJmMjM4ZWM2ZjAxZTAyZjYyYTI5NzAwYTg2YTAyZTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "36abfb02-89c9-431a-b3b1-3a5deb244bdb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "84aeac57-075c-4f81-98aa-2399009ec2f2",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "240af746-63d7-4012-b7f9-cade02ed50aa",
"generatedFromUUID": "84aeac57-075c-4f81-98aa-2399009ec2f2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "240af746-63d7-4012-b7f9-cade02ed50aa",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220312034344-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"artifactChecksum": "YmYzNjY5ZTc0ZDhlNjYzM2M3MmVjN2Y0YWE5NTY0NTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "612a1e04-8f0f-476c-b6af-77fc215eba58"
}
],
"workloadContext": "Production"
}
2022-03-12T03:46:44.419Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-12T03:46:44.419Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7cfc4477-7d8b-4c3c-a121-a82249f91955 ASDC
2022-03-12T03:46:44.549Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:81f608b7-1465-4e9a-a02b-13c8d1302dde
ServiceName:vFW 2022-03-12 03-43-44
ServiceVersion:1.0
ServiceUUID:7cfc4477-7d8b-4c3c-a121-a82249f91955
ServiceInvariantUUID:9ff5572c-686c-4f0d-bda9-b96dde11f604
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220312034344-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar
ArtifactUUID:612a1e04-8f0f-476c-b6af-77fc215eba58
ArtifactChecksum:YmYzNjY5ZTc0ZDhlNjYzM2M3MmVjN2Y0YWE5NTY0NTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b823c3e6-fae3 0
ResourceCustomizationUUID:e2218dbe-ddac-446a-b914-cbadb2122170
ResourceInvariantUUID:f35f081e-bfac-4022-8f68-403523b80c29
ResourceName:vFW b823c3e6-fae3
ResourceType:VF
ResourceUUID:6cdb90be-e4fb-495c-974c-8328360835fd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb823c3e6fae30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json
ArtifactUUID:36abfb02-89c9-431a-b3b1-3a5deb244bdb
ArtifactChecksum:ZWJmMjM4ZWM2ZjAxZTAyZjYyYTI5NzAwYTg2YTAyZTA=
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/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml
ArtifactUUID:84aeac57-075c-4f81-98aa-2399009ec2f2
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/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env
ArtifactUUID:240af746-63d7-4012-b7f9-cade02ed50aa
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/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env
ArtifactUUID:240af746-63d7-4012-b7f9-cade02ed50aa
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-12T03:46:44.549Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7cfc4477-7d8b-4c3c-a121-a82249f91955 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-03-12T03:46:44.816Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T03:46:44.818Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-12T03:46:44.820Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-12T03:46:44.820Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 612a1e04-8f0f-476c-b6af-77fc215eba58 from URL: /sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar
2022-03-12T03:46:44.821Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-12T03:46:44.822Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar
2022-03-12T03:46:45.264Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-12T03:46:45.285Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar 612a1e04-8f0f-476c-b6af-77fc215eba58 98972
2022-03-12T03:46:45.287Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar ASDC sendASDCNotification
2022-03-12T03:46:45.287Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar
2022-03-12T03:46:45.288Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T03:46:45.290Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:46:45.292Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:46:45.293Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056805285,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:46:45.393Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:46:45.394Z||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-03-12T03:46:45.394Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:46:45.408Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:46:45.408Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-12T03:46:46.294Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T03:46:46.296Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-12T03:46:46.296Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 612a1e04-8f0f-476c-b6af-77fc215eba58, URL: /sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar to file: /app/ASDC/1/service-Vfw20220312034344-csar.csar
2022-03-12T03:46:46.298Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220312034344-csar.csar
2022-03-12T03:46:46.402Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220312034344-csar.csar
2022-03-12T03:46:46.403Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220312034344-csar.csar
2022-03-12T03:46:47.204Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8779206686546645236/Definitions/service-Vfw20220312034344-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
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
2022-03-12T03:46:50.057Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-12T03:46:50.064Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-12T03:46:50.065Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220312034344-csar.csar
2022-03-12T03:46:50.065Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-12T03:46:50.065Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||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-Vfw20220312034344-csar.csar
2022-03-12T03:46:50.066Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||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-Vfw20220312034344-csar.csar
2022-03-12T03:46:50.066Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220312034344-csar.csar
2022-03-12T03:46:50.066Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312034344-csar.csar
2022-03-12T03:46:50.066Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312034344-csar.csar
2022-03-12T03:46:50.067Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||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-Vfw20220312034344-csar.csar
2022-03-12T03:46:50.067Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220312034344-csar.csar
2022-03-12T03:46:50.067Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220312034344-csar.csar
2022-03-12T03:46:50.067Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220312034344-csar.csar
2022-03-12T03:46:50.067Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220312034344-csar.csar
2022-03-12T03:46:50.068Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312034344-csar.csar
2022-03-12T03:46:50.068Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b823c3e6-fae3 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-Vfw20220312034344-csar.csar
2022-03-12T03:46:50.068Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220312034344-csar.csar
2022-03-12T03:46:50.069Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-12T03:46:50.078Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:50.080Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:46:50.084Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria
2022-03-12T03:46:50.085Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-12T03:46:50.086Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T03:46:50.088Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:50.089Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:46:50.089Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria
2022-03-12T03:46:50.089Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-12T03:46:50.089Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T03:46:50.090Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:50.090Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:46:50.095Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:50.095Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is not matching search criteria
2022-03-12T03:46:50.095Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T03:46:50.096Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T03:46:50.096Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T03:46:50.096Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T03:46:50.096Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T03:46:50.097Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T03:46:50.097Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T03:46:50.098Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T03:46:50.098Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T03:46:50.098Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T03:46:50.098Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T03:46:50.099Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T03:46:50.099Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T03:46:50.099Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T03:46:50.100Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T03:46:50.100Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-12T03:46:50.100Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:50.100Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T03:46:50.102Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:50.102Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria
2022-03-12T03:46:50.103Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T03:46:50.103Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:50.104Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria
2022-03-12T03:46:50.104Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T03:46:50.104Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:50.104Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria
2022-03-12T03:46:50.104Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T03:46:50.105Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:50.105Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is not matching search criteria
2022-03-12T03:46:50.105Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T03:46:50.105Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T03:46:50.106Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-12T03:46:50.106Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T03:46:50.106Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T03:46:50.107Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T03:46:50.107Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T03:46:50.107Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T03:46:50.108Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T03:46:50.108Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T03:46:50.108Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T03:46:50.108Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c67daf8c-2131-43ff-91bb-e724fe5c4d49
2022-03-12T03:46:50.109Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:50.109Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is not matching search criteria
2022-03-12T03:46:50.109Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T03:46:50.109Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T03:46:50.110Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T03:46:50.110Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T03:46:50.110Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T03:46:50.110Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T03:46:50.110Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T03:46:50.111Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-12T03:46:50.111Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T03:46:50.112Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T03:46:50.112Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T03:46:50.112Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T03:46:50.112Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c55f20e5-3f24-4e92-89f4-2c6d61e70ee6
2022-03-12T03:46:50.113Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:50.113Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is not matching search criteria
2022-03-12T03:46:50.113Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T03:46:50.114Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T03:46:50.114Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T03:46:50.114Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T03:46:50.115Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T03:46:50.115Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T03:46:50.115Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T03:46:50.115Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T03:46:50.115Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T03:46:50.116Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T03:46:50.116Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T03:46:50.116Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-12T03:46:50.117Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=da87493b-686e-4b0f-8809-77b7eb0f2c45
2022-03-12T03:46:50.117Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:50.117Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:46:50.118Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:50.118Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:46:50.118Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:50.118Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:46:50.119Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:50.119Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:46:50.119Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-12 03-43-44
Description:catalog service description
Model UUID:7cfc4477-7d8b-4c3c-a121-a82249f91955
Model Version:NULL
Model InvariantUuid:9ff5572c-686c-4f0d-bda9-b96dde11f604
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b823c3e6-fae3
Model UUID:7b69702d-57c0-4b96-8cd8-557c1a0dd7e6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f35f081e-bfac-4022-8f68-403523b80c29
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e2218dbe-ddac-446a-b914-cbadb2122170
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f8b904c8-3124-4d94-99c6-efb7865abbb2
ModelName:VfwB823c3e6Fae3..base_vfw..module-0
ModelUuid:3a6b2185-be1f-4c20-a2a3-eb2f05431348
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c67daf8c-2131-43ff-91bb-e724fe5c4d49
ModelInvariantUuid:ec2de3a1-68a3-4204-beb3-043ab5b1b58c
ModelName:vFW b823c3e6-fae3-nodes.vfwCvfc
ModelUuid:219a82eb-033a-40de-9b25-3c80866b5d26
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b93da1de-98ea-4e99-bf5a-0e2d2204aba8
ModelInvariantUuid:d79594dc-c314-46fe-84fc-c151b56561f7
ModelName:VfwB823c3e6Fae3.compute.nodes.heat.vfw
ModelUuid:e3794366-5adc-476e-a596-7afad3431437
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c55f20e5-3f24-4e92-89f4-2c6d61e70ee6
ModelInvariantUuid:4a5633ee-aa7d-4aca-9e1b-d29260b361ee
ModelName:vFW b823c3e6-fae3-nodes.vsnCvfc
ModelUuid:8329c34f-fa6a-47c7-9012-c175f5d943dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f6c15c99-8f07-46e6-bc42-14be24db412f
ModelInvariantUuid:27614e55-80bb-472d-94b9-00e131853930
ModelName:VfwB823c3e6Fae3.compute.nodes.heat.vsn
ModelUuid:258578a2-70d0-4743-9eb6-c53ba0045a7f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:da87493b-686e-4b0f-8809-77b7eb0f2c45
ModelInvariantUuid:799517a5-00b8-4e7e-9b98-6ec9cdca6d74
ModelName:vFW b823c3e6-fae3-nodes.vpgCvfc
ModelUuid:3955dbd0-0e88-4364-99b6-0a99fab8c9f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:12a30a10-1080-4895-9be4-6b22909b7749
ModelInvariantUuid:a368d650-3043-42bd-b4ce-6894c61f8c26
ModelName:VfwB823c3e6Fae3.compute.nodes.heat.vpg
ModelUuid:594fee0f-b5fc-48b2-9c9b-b2b3a9fd7927
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-03-12T03:46:50.212Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 6cdb90be-e4fb-495c-974c-8328360835fd
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-03-12T03:46:50.355Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||vFW b823c3e6-fae3 0
2022-03-12T03:46:50.366Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6cdb90be-e4fb-495c-974c-8328360835fd
2022-03-12T03:46:50.366Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 36abfb02-89c9-431a-b3b1-3a5deb244bdb from URL: /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json
2022-03-12T03:46:50.366Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-12T03:46:50.366Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json
2022-03-12T03:46:50.656Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-12T03:46:50.657Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json 36abfb02-89c9-431a-b3b1-3a5deb244bdb 785
2022-03-12T03:46:50.657Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json ASDC sendASDCNotification
2022-03-12T03:46:50.657Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json
2022-03-12T03:46:50.658Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T03:46:50.658Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:46:50.662Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:46:50.662Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056810657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:46:50.762Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T03:46:50.764Z||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-03-12T03:46:50.764Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:46:50.776Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:46:50.777Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-12T03:46:51.671Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB823c3e6Fae3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f8b904c8-3124-4d94-99c6-efb7865abbb2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3a6b2185-be1f-4c20-a2a3-eb2f05431348",
"vfModuleModelCustomizationUUID": "fd3c5e90-265b-4edd-b5c0-83c8b14cded1",
"isBase": true,
"artifacts": [
"84aeac57-075c-4f81-98aa-2399009ec2f2",
"240af746-63d7-4012-b7f9-cade02ed50aa"
],
"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-03-12T03:46:51.694Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB823c3e6Fae3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a6b2185-be1f-4c20-a2a3-eb2f05431348
VfModuleModelInvariantUUID:f8b904c8-3124-4d94-99c6-efb7865abbb2
VfModuleModelDescription:NULL
Artifacts UUID List:{
84aeac57-075c-4f81-98aa-2399009ec2f2
,
240af746-63d7-4012-b7f9-cade02ed50aa
}
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-03-12T03:46:51.700Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB823c3e6Fae3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f8b904c8-3124-4d94-99c6-efb7865abbb2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3a6b2185-be1f-4c20-a2a3-eb2f05431348",
"vfModuleModelCustomizationUUID": "fd3c5e90-265b-4edd-b5c0-83c8b14cded1",
"isBase": true,
"artifacts": [
"84aeac57-075c-4f81-98aa-2399009ec2f2",
"240af746-63d7-4012-b7f9-cade02ed50aa"
],
"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-03-12T03:46:51.701Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB823c3e6Fae3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a6b2185-be1f-4c20-a2a3-eb2f05431348
VfModuleModelInvariantUUID:f8b904c8-3124-4d94-99c6-efb7865abbb2
VfModuleModelDescription:NULL
Artifacts UUID List:{
84aeac57-075c-4f81-98aa-2399009ec2f2
,
240af746-63d7-4012-b7f9-cade02ed50aa
}
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-03-12T03:46:51.701Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 84aeac57-075c-4f81-98aa-2399009ec2f2 from URL: /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml
2022-03-12T03:46:51.701Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-12T03:46:51.701Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml
2022-03-12T03:46:52.071Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-12T03:46:52.072Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml 84aeac57-075c-4f81-98aa-2399009ec2f2 20368
2022-03-12T03:46:52.072Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-12T03:46:52.072Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml
2022-03-12T03:46:52.072Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T03:46:52.073Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:46:52.075Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:46:52.076Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056812072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:46:52.176Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:46:52.177Z||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-03-12T03:46:52.177Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:46:52.196Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:46:52.197Z||pool-12-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:46:53.077Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 240af746-63d7-4012-b7f9-cade02ed50aa from URL: /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env
2022-03-12T03:46:53.078Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-12T03:46:53.078Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env
2022-03-12T03:46:53.128Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-12T03:46:53.128Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env 240af746-63d7-4012-b7f9-cade02ed50aa 2098
2022-03-12T03:46:53.129Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-12T03:46:53.129Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env
2022-03-12T03:46:53.129Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T03:46:53.129Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:46:53.133Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:46:53.133Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056813128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:46:53.233Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:46:53.234Z||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-03-12T03:46:53.234Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:46:53.247Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:46:53.248Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:46:54.134Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7cfc4477-7d8b-4c3c-a121-a82249f91955
2022-03-12T03:46:54.134Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b823c3e6-fae3 0 6cdb90be-e4fb-495c-974c-8328360835fd 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-03-12T03:46:54.267Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71adcc30, org.onap.sdc.toscaparser.api.parameters.Input@769a3602, org.onap.sdc.toscaparser.api.parameters.Input@35705a0f, org.onap.sdc.toscaparser.api.parameters.Input@94a44f8, org.onap.sdc.toscaparser.api.parameters.Input@1619d5ad]
2022-03-12T03:46:54.272Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:54.272Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:46:54.273Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-03-12T03:46:54.273Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= e2218dbe-ddac-446a-b914-cbadb2122170
2022-03-12T03:46:54.273Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e2218dbe-ddac-446a-b914-cbadb2122170 matches Tosca VF Customization UUID: e2218dbe-ddac-446a-b914-cbadb2122170
2022-03-12T03:46:54.273Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: e2218dbe-ddac-446a-b914-cbadb2122170 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-03-12T03:46:54.290Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:54.291Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:46:54.293Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id e2218dbe-ddac-446a-b914-cbadb2122170: {\"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-03-12T03:46:54.293Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e9c1327
2022-03-12T03:46:54.293Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:54.294Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T03:46:54.294Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fd3c5e90-265b-4edd-b5c0-83c8b14cded1
2022-03-12T03:46:54.296Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fd3c5e90-265b-4edd-b5c0-83c8b14cded1
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-03-12T03:46:54.309Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:54.310Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria
2022-03-12T03:46:54.310Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T03:46:54.311Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:54.311Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria
2022-03-12T03:46:54.312Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T03:46:54.312Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:54.312Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is not matching search criteria
2022-03-12T03:46:54.312Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T03:46:54.313Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T03:46:54.313Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-12T03:46:54.313Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T03:46:54.314Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T03:46:54.314Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T03:46:54.315Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T03:46:54.315Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T03:46:54.315Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T03:46:54.316Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T03:46:54.316Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T03:46:54.316Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c67daf8c-2131-43ff-91bb-e724fe5c4d49
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-03-12T03:46:54.334Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:54.335Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria
2022-03-12T03:46:54.335Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T03:46:54.336Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:54.336Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is not matching search criteria
2022-03-12T03:46:54.336Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T03:46:54.336Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T03:46:54.336Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T03:46:54.337Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T03:46:54.337Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T03:46:54.337Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T03:46:54.337Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T03:46:54.338Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-12T03:46:54.338Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-12T03:46:54.338Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-12T03:46:54.338Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-12T03:46:54.339Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T03:46:54.339Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c55f20e5-3f24-4e92-89f4-2c6d61e70ee6
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-03-12T03:46:54.346Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:54.346Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria
2022-03-12T03:46:54.346Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T03:46:54.349Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:54.349Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is not matching search criteria
2022-03-12T03:46:54.349Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-12T03:46:54.350Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-12T03:46:54.350Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-12T03:46:54.350Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-12T03:46:54.351Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-12T03:46:54.351Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-12T03:46:54.351Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-12T03:46:54.351Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-12T03:46:54.352Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-12T03:46:54.352Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-12T03:46:54.352Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-12T03:46:54.352Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-12T03:46:54.353Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=da87493b-686e-4b0f-8809-77b7eb0f2c45
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-03-12T03:46:54.356Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:54.356Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria
2022-03-12T03:46:54.356Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T03:46:54.357Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:54.357Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria
2022-03-12T03:46:54.357Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0] matching following query criteria: sdcType=VF, customizationUUID=e2218dbe-ddac-446a-b914-cbadb2122170
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-03-12T03:46:54.359Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:54.359Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:46:54.360Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7cfc4477-7d8b-4c3c-a121-a82249f91955: vFW b823c3e6-fae3
2022-03-12T03:46:54.360Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:54.360Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:46:54.360Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:54.361Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:46:54.361Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:54.361Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:46:54.362Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:54.362Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:46:54.362Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:46:54.362Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:46:54.363Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-12 03-43-44
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-03-12T03:46:54.729Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b823c3e6-fae3 6cdb90be-e4fb-495c-974c-8328360835fd 1 ASDC deployResourceStructure
2022-03-12T03:46:54.730Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json ASDC sendASDCNotification
2022-03-12T03:46:54.730Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json
2022-03-12T03:46:54.731Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T03:46:54.731Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:46:54.733Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:46:54.734Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056814730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json",
"status": "DEPLOY_OK"
}
2022-03-12T03:46:54.856Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 122 ms
2022-03-12T03:46:54.857Z||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-03-12T03:46:54.857Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:46:54.922Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:46:54.924Z||pool-14-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1}
2022-03-12T03:46:55.736Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-12T03:46:55.736Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml
2022-03-12T03:46:55.736Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T03:46:55.736Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:46:55.738Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:46:55.738Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056815735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-12T03:46:55.838Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:46:55.840Z||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-03-12T03:46:55.840Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:46:55.851Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:46:55.852Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:46:56.739Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-12T03:46:56.740Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env
2022-03-12T03:46:56.740Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T03:46:56.740Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:46:56.744Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:46:56.744Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056816739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-12T03:46:56.844Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:46:56.845Z||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-03-12T03:46:56.845Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:46:56.858Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:46:56.859Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:46:57.745Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar ASDC sendASDCNotification
2022-03-12T03:46:57.745Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar
2022-03-12T03:46:57.746Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T03:46:57.746Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:46:57.748Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:46:57.748Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056817745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-12T03:46:57.848Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:46:57.850Z||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-03-12T03:46:57.850Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:46:57.863Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:46:57.864Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:46:58.749Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde
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-03-12T03:46:58.774Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde
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-03-12T03:46:58.776Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T03:46:58.776Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T03:46:58.777Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T03:47:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:47:28.407Z||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-03-12T03:47:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:47:28.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:47:28.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:47:28.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "cds",
"timestamp": 1647056790936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:47:28.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:47:28.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:47:28.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "dcae-sch",
"timestamp": 1647056795462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:47:28.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:47:28.777Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde
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-03-12T03:47:28.788Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde
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-03-12T03:47:28.790Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T03:47:28.790Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T03:47:28.790Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T03:47:58.791Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde
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-03-12T03:47:58.803Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde
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-03-12T03:47:58.805Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T03:47:58.805Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T03:47:58.827Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T03:48:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:48:28.407Z||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-03-12T03:48:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:48:28.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:48:28.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:48:28.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647056788493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:48:28.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:48:28.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:48:28.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "policy-id",
"timestamp": 1647056796455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:48:28.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:48:28.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:48:28.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "aai-ml",
"timestamp": 1647056794700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:48:28.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:48:28.829Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde
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-03-12T03:48:28.839Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde
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-03-12T03:48:28.841Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T03:48:28.842Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T03:48:28.842Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T03:48:58.842Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde
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-03-12T03:48:58.853Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde
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-03-12T03:48:58.855Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T03:48:58.855Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T03:48:58.856Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T03:49:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:49:28.407Z||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-03-12T03:49:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:49:28.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:49:28.856Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde
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-03-12T03:49:28.869Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde
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-03-12T03:49:28.872Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T03:49:28.872Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-12T03:49:28.872Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-12T03:49:28.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "clamp",
"timestamp": 1647056797144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056797339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "dcae-sch",
"timestamp": 1647056795462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056788403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json",
"status": "NOTIFIED"
}
2022-03-12T03:49:28.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "cds",
"timestamp": 1647056790936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647056788493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "policy-id",
"timestamp": 1647056796455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "aai-ml",
"timestamp": 1647056794700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "clamp",
"timestamp": 1647056797144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json",
"status": "NOTIFIED"
}
2022-03-12T03:49:28.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056797339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json",
"status": "NOTIFIED"
}
2022-03-12T03:49:28.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "dcae-sch",
"timestamp": 1647056795462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "cds",
"timestamp": 1647056790936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056788403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-12T03:49:28.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "policy-id",
"timestamp": 1647056796455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-12T03:49:28.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "aai-ml",
"timestamp": 1647056794700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647056788493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "clamp",
"timestamp": 1647056797144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "ves-openapi-manager",
"timestamp": 1647056798232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056797339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-12T03:49:28.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "dcae-sch",
"timestamp": 1647056795462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "cds",
"timestamp": 1647056790936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056788403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "aai-ml",
"timestamp": 1647056794700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647056788493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "policy-id",
"timestamp": 1647056796455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "clamp",
"timestamp": 1647056797144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "ves-openapi-manager",
"timestamp": 1647056798232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056797339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.985Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "dcae-sch",
"timestamp": 1647056795462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.985Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "cds",
"timestamp": 1647056790936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056788403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-12T03:49:28.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "policy-id",
"timestamp": 1647056796455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647056788493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "aai-ml",
"timestamp": 1647056794700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "clamp",
"timestamp": 1647056797144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "ves-openapi-manager",
"timestamp": 1647056798232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056797339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-12T03:49:28.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "dcae-sch",
"timestamp": 1647056795462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "cds",
"timestamp": 1647056790936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056788403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "aai-ml",
"timestamp": 1647056794700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "policy-id",
"timestamp": 1647056796455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647056788493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "clamp",
"timestamp": 1647056797144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "ves-openapi-manager",
"timestamp": 1647056798232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056797339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "dcae-sch",
"timestamp": 1647056795462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056788403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:49:28.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "cds",
"timestamp": 1647056790936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:49:28.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "policy-id",
"timestamp": 1647056796455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:49:28.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "aai-ml",
"timestamp": 1647056794700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:49:28.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647056788493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:49:28.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "clamp",
"timestamp": 1647056797144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:49:28.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "ves-openapi-manager",
"timestamp": 1647056798232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056797339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:49:28.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "ves-openapi-manager",
"timestamp": 1647056798232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:28.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:28.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647056804046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:49:28.998Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:28.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "cds",
"timestamp": 1647056803956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:49:28.999Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:28.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "policy-id",
"timestamp": 1647056804899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:49:28.999Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:28.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:28.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "aai-ml",
"timestamp": 1647056804121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:49:28.999Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:28.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056805285,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:49:29.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056805425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:49:29.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "ves-openapi-manager",
"timestamp": 1647056798232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "cds",
"timestamp": 1647056804976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T03:49:29.008Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81f608b7-1465-4e9a-a02b-13c8d1302dde
2022-03-12T03:49:29.008Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-03-12T03:49:29.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "policy-id",
"timestamp": 1647056805909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-12T03:49:29.020Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056806825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:49:29.020Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "ves-openapi-manager",
"timestamp": 1647056798232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "policy-id",
"timestamp": 1647056806913,
"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-03-12T03:49:29.027Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81f608b7-1465-4e9a-a02b-13c8d1302dde
2022-03-12T03:49:29.027Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-03-12T03:49:29.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "cds",
"timestamp": 1647056805984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "ves-openapi-manager",
"timestamp": 1647056798232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056808147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:49:29.038Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "cds",
"timestamp": 1647056805984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "ves-openapi-manager",
"timestamp": 1647056798232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056809216,
"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-03-12T03:49:29.044Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81f608b7-1465-4e9a-a02b-13c8d1302dde
2022-03-12T03:49:29.044Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-03-12T03:49:29.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "cds",
"timestamp": 1647056805984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "ves-openapi-manager",
"timestamp": 1647056798232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.054Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056810220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json",
"status": "DEPLOY_OK"
}
2022-03-12T03:49:29.054Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "cds",
"timestamp": 1647056805984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.054Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056810657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:49:29.055Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647056809898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-12T03:49:29.055Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "ves-openapi-manager",
"timestamp": 1647056798232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "cds",
"timestamp": 1647056805984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647056810903,
"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-03-12T03:49:29.063Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81f608b7-1465-4e9a-a02b-13c8d1302dde
2022-03-12T03:49:29.063Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-03-12T03:49:29.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "ves-openapi-manager",
"timestamp": 1647056798232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056812072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:49:29.075Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "cds",
"timestamp": 1647056805984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "ves-openapi-manager",
"timestamp": 1647056798232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056813128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:49:29.077Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "cds",
"timestamp": 1647056805984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:49:29.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "clamp",
"timestamp": 1647056813636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:49:29.078Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056814730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json",
"status": "DEPLOY_OK"
}
2022-03-12T03:49:29.079Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "cds",
"timestamp": 1647056813971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:49:29.079Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "clamp",
"timestamp": 1647056815648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-12T03:49:29.080Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056815735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-12T03:49:29.080Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "cds",
"timestamp": 1647056815008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-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-03-12T03:49:29.102Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ac02376f-1d9d-4c83-8c10-0755f3272742
2022-03-12T03:49:29.102Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac02376f-1d9d-4c83-8c10-0755f3272742 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-03-12T03:49:29.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "clamp",
"timestamp": 1647056816653,
"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-03-12T03:49:29.116Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 81f608b7-1465-4e9a-a02b-13c8d1302dde
2022-03-12T03:49:29.116Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-03-12T03:49:29.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056816739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-12T03:49:29.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "dcae-sch",
"timestamp": 1647056815463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "policy-id",
"timestamp": 1647056816455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647056817745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-12T03:49:29.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "dcae-sch",
"timestamp": 1647056815463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056817339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "policy-id",
"timestamp": 1647056816455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "dcae-sch",
"timestamp": 1647056815463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056817339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json",
"status": "NOTIFIED"
}
2022-03-12T03:49:29.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "policy-id",
"timestamp": 1647056816455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-12T03:49:29.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647056818492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "dcae-sch",
"timestamp": 1647056815463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056817339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-12T03:49:29.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "policy-id",
"timestamp": 1647056816455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647056818492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "dcae-sch",
"timestamp": 1647056815463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056817339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "policy-id",
"timestamp": 1647056816455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647056818492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "dcae-sch",
"timestamp": 1647056815463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056817339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-12T03:49:29.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "policy-id",
"timestamp": 1647056816455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "dcae-sch",
"timestamp": 1647056815463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647056818492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056817339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "policy-id",
"timestamp": 1647056816455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:49:29.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647056818492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056817339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:49:29.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "policy-id",
"timestamp": 1647056824388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:49:29.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647056818492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056825246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:49:29.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "policy-id",
"timestamp": 1647056825392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-12T03:49:29.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "aai-ml",
"timestamp": 1647056825045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-12T03:49:29.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647056818492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:49:29.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "policy-id",
"timestamp": 1647056826395,
"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-03-12T03:49:29.155Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac02376f-1d9d-4c83-8c10-0755f3272742
2022-03-12T03:49:29.155Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac02376f-1d9d-4c83-8c10-0755f3272742 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-03-12T03:49:29.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056826563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:49:29.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "aai-ml",
"timestamp": 1647056826050,
"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-03-12T03:49:29.172Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81f608b7-1465-4e9a-a02b-13c8d1302dde
2022-03-12T03:49:29.172Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-03-12T03:49:29.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647056826454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:49:29.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "clamp",
"timestamp": 1647056827144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056827851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:49:29.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "aai-ml",
"timestamp": 1647056827054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "clamp",
"timestamp": 1647056827144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json",
"status": "NOTIFIED"
}
2022-03-12T03:49:29.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056828872,
"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-03-12T03:49:29.193Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac02376f-1d9d-4c83-8c10-0755f3272742
2022-03-12T03:49:29.194Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac02376f-1d9d-4c83-8c10-0755f3272742 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-03-12T03:49:29.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647056828691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-12T03:49:29.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "aai-ml",
"timestamp": 1647056827054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "clamp",
"timestamp": 1647056827144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647056829879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-12T03:49:29.203Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647056829696,
"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-03-12T03:49:29.209Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ac02376f-1d9d-4c83-8c10-0755f3272742
2022-03-12T03:49:29.209Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac02376f-1d9d-4c83-8c10-0755f3272742 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-03-12T03:49:29.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "aai-ml",
"timestamp": 1647056827054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "clamp",
"timestamp": 1647056827144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "aai-ml",
"timestamp": 1647056827054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "clamp",
"timestamp": 1647056827144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "aai-ml",
"timestamp": 1647056827054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "clamp",
"timestamp": 1647056827144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "aai-ml",
"timestamp": 1647056827054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:49:29.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "clamp",
"timestamp": 1647056827144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:49:29.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "aai-ml",
"timestamp": 1647056827054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:49:29.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:49:29.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "aai-ml",
"timestamp": 1647056834900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:49:29.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "clamp",
"timestamp": 1647056839632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:49:29.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "clamp",
"timestamp": 1647056841643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-12T03:49:29.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "clamp",
"timestamp": 1647056842649,
"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-03-12T03:49:29.236Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ac02376f-1d9d-4c83-8c10-0755f3272742
2022-03-12T03:49:29.236Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac02376f-1d9d-4c83-8c10-0755f3272742 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-03-12T03:49:29.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "aai-ml",
"timestamp": 1647056842935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-12T03:49:29.249Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:49:29.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:49:29.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "aai-ml",
"timestamp": 1647056843940,
"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-03-12T03:49:29.257Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ac02376f-1d9d-4c83-8c10-0755f3272742
2022-03-12T03:49:29.258Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac02376f-1d9d-4c83-8c10-0755f3272742 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-03-12T03:49:58.873Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde
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-03-12T03:49:58.885Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde
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-03-12T03:49:58.888Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T03:49:58.888Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T03:49:58.889Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-12T03:49:58.889Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-12T03:49:58.889Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-12T03:49:58.889Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-12T03:49:58.889Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-12T03:49:58.889Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-12T03:49:58.889Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-12T03:49:58.889Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-12T03:49:58.890Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T03:49:58.895Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-12T03:50:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:50:28.407Z||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-03-12T03:50:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:50:28.896Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-03-12T03:50:28.905Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde and serviceModelVersionId: 7cfc4477-7d8b-4c3c-a121-a82249f91955
2022-03-12T03:50:28.905Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9ff5572c-686c-4f0d-bda9-b96dde11f604
2022-03-12T03:50:37.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:50:45.106Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9ff5572c-686c-4f0d-bda9-b96dde11f604/model-vers/model-ver/7cfc4477-7d8b-4c3c-a121-a82249f91955?depth=0
2022-03-12T03:50:45.226Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-12T03:50:45.758Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ff5572c-686c-4f0d-bda9-b96dde11f604/model-vers/model-ver/7cfc4477-7d8b-4c3c-a121-a82249f91955?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-03-12T03:50:45.764Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ff5572c-686c-4f0d-bda9-b96dde11f604/model-vers/model-ver/7cfc4477-7d8b-4c3c-a121-a82249f91955?depth=0|INFO|500||Invoke
2022-03-12T03:50:45.893Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ff5572c-686c-4f0d-bda9-b96dde11f604/model-vers/model-ver/7cfc4477-7d8b-4c3c-a121-a82249f91955?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-12T03:50:46.252Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ff5572c-686c-4f0d-bda9-b96dde11f604/model-vers/model-ver/7cfc4477-7d8b-4c3c-a121-a82249f91955?depth=0|INFO|500||InvokeReturn
2022-03-12T03:50:46.254Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ff5572c-686c-4f0d-bda9-b96dde11f604/model-vers/model-ver/7cfc4477-7d8b-4c3c-a121-a82249f91955?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220312-03:50:44:629-23100], vertex-id=[196848], Content-Length=[0], Date=[Sat, 12 Mar 2022 03:50:44 GMT], Content-Type=[application/json]}
2022-03-12T03:50:46.254Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-12T03:50:46.258Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-12T03:50:46.258Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||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-03-12T03:50:46.264Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-12T03:50:46.265Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81f608b7-1465-4e9a-a02b-13c8d1302dde and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-12T03:50:46.266Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-12T03:50:46.267Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:50:46.269Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:50:46.269Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057046265,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-12T03:50:46.369Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:50:46.371Z||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-03-12T03:50:46.371Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:50:46.383Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:50:46.383Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-12T03:50:47.282Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:50:47.283Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|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-03-12T03:50:47.284Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:50:51.644Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:50:51.645Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-12T03:50:51.645Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ac02376f-1d9d-4c83-8c10-0755f3272742","serviceName":"basic_onboard_ndlbHi","serviceVersion":"1.0","serviceUUID":"c8f50342-39e0-4e36-8e75-2d73c13961bf","serviceDescription":"service","serviceInvariantUUID":"0806ce80-777f-4a7e-b6e8-e37ee7480717","resources":[{"resourceInstanceName":"basic_onboard_ndlbHi 0","resourceName":"basic_onboard_ndlbHi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bb33b615-ab9b-4d29-ab4e-d43e44945843","resourceInvariantUUID":"7b8e56c2-fda2-4840-bf07-fbf53f5f4b83","resourceCustomizationUUID":"5d03dfbd-42fe-46d5-b831-bb13e03d974b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml","artifactChecksum":"NGRhNTE4M2MwYTY3YmE4OGVjZDcwZjcxZDBkYWIwNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8cd383ba-c895-45ad-aafe-3286b518467c","artifactVersion":"1"},{"artifactName":"basic_onboard_ndlbhi0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json","artifactChecksum":"ZDUyY2U4NTZjY2Q0OTI2ODNkNWQ1Yzg4MTI5MjA1YzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"04e53dd7-5727-43b9-80b7-4f7d74aa211a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d7943a99-407c-4337-8978-938a497aef39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50c050f7-9933-4c58-a2e5-d7b6da3bb87c","artifactVersion":"2","generatedFromUUID":"8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNdlbhi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml","artifactChecksum":"ZTJiMTI4NTgxNWU1ODYzMThkOWJiZDJhNTBjOWZhYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e4e607f4-ef22-4832-87ac-ec735c4c5405","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNdlbhi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar","artifactChecksum":"ZDdjOGVlMDBkNWI2ODg2MTNkZjhhNTQ3YjE2NDBiZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e778c2f-d11c-48e4-a3c7-1a447319c4cd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-12T03:50:51.648Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T03:50:51.648Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:50:51.650Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:50:51.650Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057047282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:50:51.751Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T03:50:51.751Z||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-03-12T03:50:51.752Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:50:51.764Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:50:51.765Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:50:52.651Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T03:50:52.652Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:50:52.654Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:50:52.654Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057047282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json",
"status": "NOTIFIED"
}
2022-03-12T03:50:52.754Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:50:52.755Z||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-03-12T03:50:52.755Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:50:52.770Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:50:52.771Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:50:53.655Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T03:50:53.656Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:50:53.659Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:50:53.659Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057047282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-12T03:50:53.759Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:50:53.760Z||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-03-12T03:50:53.760Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:50:53.772Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:50:53.772Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:50:54.660Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T03:50:54.661Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:50:54.664Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:50:54.664Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057047282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:50:54.765Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-12T03:50:54.766Z||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-03-12T03:50:54.766Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:50:54.778Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:50:54.779Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-12T03:50:55.665Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T03:50:55.665Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:50:55.668Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:50:55.668Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057047282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-12T03:50:55.768Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T03:50:55.770Z||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-03-12T03:50:55.770Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:50:55.784Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:50:55.785Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-12T03:50:56.669Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T03:50:56.670Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:50:56.671Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:50:56.672Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057047282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:50:56.772Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:50:56.773Z||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-03-12T03:50:56.774Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:50:56.786Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:50:56.788Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-12T03:50:57.672Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T03:50:57.673Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:50:57.676Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:50:57.676Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057047282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:50:57.776Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:50:57.777Z||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-03-12T03:50:57.778Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:50:57.792Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:50:57.793Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:50:58.677Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"serviceName": "basic_onboard_ndlbHi",
"serviceVersion": "1.0",
"serviceUUID": "c8f50342-39e0-4e36-8e75-2d73c13961bf",
"serviceDescription": "service",
"serviceInvariantUUID": "0806ce80-777f-4a7e-b6e8-e37ee7480717",
"resources": [
{
"resourceInstanceName": "basic_onboard_ndlbHi 0",
"resourceCustomizationUUID": "5d03dfbd-42fe-46d5-b831-bb13e03d974b",
"resourceName": "basic_onboard_ndlbHi",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "bb33b615-ab9b-4d29-ab4e-d43e44945843",
"resourceInvariantUUID": "7b8e56c2-fda2-4840-bf07-fbf53f5f4b83",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ndlbhi0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json",
"artifactChecksum": "ZDUyY2U4NTZjY2Q0OTI2ODNkNWQ1Yzg4MTI5MjA1YzI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "04e53dd7-5727-43b9-80b7-4f7d74aa211a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "50c050f7-9933-4c58-a2e5-d7b6da3bb87c",
"generatedFromUUID": "8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "50c050f7-9933-4c58-a2e5-d7b6da3bb87c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNdlbhi-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"artifactChecksum": "ZDdjOGVlMDBkNWI2ODg2MTNkZjhhNTQ3YjE2NDBiZjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9e778c2f-d11c-48e4-a3c7-1a447319c4cd"
}
],
"workloadContext": "Production"
}
2022-03-12T03:50:58.678Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-12T03:50:58.678Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c8f50342-39e0-4e36-8e75-2d73c13961bf ASDC
2022-03-12T03:50:58.678Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ac02376f-1d9d-4c83-8c10-0755f3272742
ServiceName:basic_onboard_ndlbHi
ServiceVersion:1.0
ServiceUUID:c8f50342-39e0-4e36-8e75-2d73c13961bf
ServiceInvariantUUID:0806ce80-777f-4a7e-b6e8-e37ee7480717
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNdlbhi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar
ArtifactUUID:9e778c2f-d11c-48e4-a3c7-1a447319c4cd
ArtifactChecksum:ZDdjOGVlMDBkNWI2ODg2MTNkZjhhNTQ3YjE2NDBiZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ndlbHi 0
ResourceCustomizationUUID:5d03dfbd-42fe-46d5-b831-bb13e03d974b
ResourceInvariantUUID:7b8e56c2-fda2-4840-bf07-fbf53f5f4b83
ResourceName:basic_onboard_ndlbHi
ResourceType:VF
ResourceUUID:bb33b615-ab9b-4d29-ab4e-d43e44945843
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ndlbhi0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json
ArtifactUUID:04e53dd7-5727-43b9-80b7-4f7d74aa211a
ArtifactChecksum:ZDUyY2U4NTZjY2Q0OTI2ODNkNWQ1Yzg4MTI5MjA1YzI=
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/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568
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/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env
ArtifactUUID:50c050f7-9933-4c58-a2e5-d7b6da3bb87c
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/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env
ArtifactUUID:50c050f7-9933-4c58-a2e5-d7b6da3bb87c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-12T03:50:58.678Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c8f50342-39e0-4e36-8e75-2d73c13961bf 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-03-12T03:50:58.709Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T03:50:58.710Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-12T03:50:58.710Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-12T03:50:58.710Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9e778c2f-d11c-48e4-a3c7-1a447319c4cd from URL: /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar
2022-03-12T03:50:58.711Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-12T03:50:58.711Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar
2022-03-12T03:50:59.775Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-12T03:50:59.780Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar 9e778c2f-d11c-48e4-a3c7-1a447319c4cd 71546
2022-03-12T03:50:59.781Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar ASDC sendASDCNotification
2022-03-12T03:50:59.782Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar
2022-03-12T03:50:59.782Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T03:50:59.783Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:50:59.785Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:50:59.785Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057059781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:50:59.885Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T03:50:59.887Z||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-03-12T03:50:59.888Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:50:59.903Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:50:59.904Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:51:00.786Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T03:51:00.787Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-12T03:51:00.787Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 9e778c2f-d11c-48e4-a3c7-1a447319c4cd, URL: /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar to file: /app/ASDC/1/service-BasicOnboardNdlbhi-csar.csar
2022-03-12T03:51:00.787Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNdlbhi-csar.csar
2022-03-12T03:51:00.788Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNdlbhi-csar.csar
2022-03-12T03:51:00.788Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNdlbhi-csar.csar
2022-03-12T03:51:00.904Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4414451717867286077/Definitions/service-BasicOnboardNdlbhi-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-03-12T03:51:02.114Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-12T03:51:02.115Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-12T03:51:02.115Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNdlbhi-csar.csar
2022-03-12T03:51:02.116Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-12T03:51:02.116Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||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-BasicOnboardNdlbhi-csar.csar
2022-03-12T03:51:02.116Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNdlbhi-csar.csar
2022-03-12T03:51:02.116Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNdlbhi-csar.csar
2022-03-12T03:51:02.116Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNdlbhi-csar.csar
2022-03-12T03:51:02.116Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNdlbhi-csar.csar
2022-03-12T03:51:02.116Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNdlbhi-csar.csar
2022-03-12T03:51:02.116Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNdlbhi-csar.csar
2022-03-12T03:51:02.116Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNdlbhi-csar.csar
2022-03-12T03:51:02.117Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ndlbHi 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-BasicOnboardNdlbhi-csar.csar
2022-03-12T03:51:02.117Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-12T03:51:02.117Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:02.117Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:51:02.117Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is matching search criteria
2022-03-12T03:51:02.117Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-12T03:51:02.118Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ndlbHi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T03:51:02.118Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:02.118Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:51:02.118Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is matching search criteria
2022-03-12T03:51:02.118Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-12T03:51:02.119Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ndlbHi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T03:51:02.119Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:02.119Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:51:02.119Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:02.120Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is not matching search criteria
2022-03-12T03:51:02.120Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-12T03:51:02.120Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-12T03:51:02.120Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-12T03:51:02.120Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-12T03:51:02.121Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-12T03:51:02.121Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:02.121Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T03:51:02.121Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:02.121Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is matching search criteria
2022-03-12T03:51:02.122Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ndlbHi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T03:51:02.122Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:02.122Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is matching search criteria
2022-03-12T03:51:02.122Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ndlbHi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T03:51:02.122Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:02.123Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is matching search criteria
2022-03-12T03:51:02.123Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ndlbHi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T03:51:02.123Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:02.123Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is not matching search criteria
2022-03-12T03:51:02.123Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-12T03:51:02.123Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-12T03:51:02.123Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d00b942e-59fb-4d55-bd4f-bf9fec9c4f42
2022-03-12T03:51:02.124Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:02.124Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:51:02.124Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:02.124Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:51:02.124Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:02.124Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:51:02.125Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:02.125Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:51:02.125Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ndlbHi
Description:service
Model UUID:c8f50342-39e0-4e36-8e75-2d73c13961bf
Model Version:NULL
Model InvariantUuid:0806ce80-777f-4a7e-b6e8-e37ee7480717
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ndlbHi
Model UUID:ed18477c-01c3-49e8-adbe-fd0476937155
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7b8e56c2-fda2-4840-bf07-fbf53f5f4b83
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5d03dfbd-42fe-46d5-b831-bb13e03d974b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8d50804a-9950-45e1-aada-61048775fc54
ModelName:BasicOnboardNdlbhi..base_ubuntu18..module-0
ModelUuid:9a022715-ea5b-4481-b872-b43394a50080
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d00b942e-59fb-4d55-bd4f-bf9fec9c4f42
ModelInvariantUuid:39e94242-84b2-41b6-93e3-493a240cc7bf
ModelName:basic_onboard_ndlbHi-nodes.ubuntu18Cvfc
ModelUuid:42c2dc17-9ed9-4429-8631-e5ed957c09b1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:c984a086-55dc-4b53-bb78-be28cb53d33d
ModelInvariantUuid:b4ff07f9-9e22-4b46-8aa3-4264600cf8b8
ModelName:BasicOnboardNdlbhi.compute.nodes.heat.ubuntu18
ModelUuid:5e9f053b-38e6-4980-94ac-a060c5e1dc5b
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-03-12T03:51:02.130Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: bb33b615-ab9b-4d29-ab4e-d43e44945843
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-03-12T03:51:02.133Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||basic_onboard_ndlbHi 0
2022-03-12T03:51:02.133Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bb33b615-ab9b-4d29-ab4e-d43e44945843
2022-03-12T03:51:02.133Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 04e53dd7-5727-43b9-80b7-4f7d74aa211a from URL: /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json
2022-03-12T03:51:02.133Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-12T03:51:02.133Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json
2022-03-12T03:51:02.287Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-12T03:51:02.287Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json 04e53dd7-5727-43b9-80b7-4f7d74aa211a 798
2022-03-12T03:51:02.288Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json ASDC sendASDCNotification
2022-03-12T03:51:02.288Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json
2022-03-12T03:51:02.288Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T03:51:02.289Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:51:02.310Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:51:02.311Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057062288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:51:02.392Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-03-12T03:51:02.393Z||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-03-12T03:51:02.393Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:51:02.408Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:51:02.409Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:51:03.311Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNdlbhi..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8d50804a-9950-45e1-aada-61048775fc54",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9a022715-ea5b-4481-b872-b43394a50080",
"vfModuleModelCustomizationUUID": "b2bda4b5-b955-4ccf-a19a-0cc634227ebe",
"isBase": true,
"artifacts": [
"8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568",
"50c050f7-9933-4c58-a2e5-d7b6da3bb87c"
],
"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-03-12T03:51:03.318Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNdlbhi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a022715-ea5b-4481-b872-b43394a50080
VfModuleModelInvariantUUID:8d50804a-9950-45e1-aada-61048775fc54
VfModuleModelDescription:NULL
Artifacts UUID List:{
8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568
,
50c050f7-9933-4c58-a2e5-d7b6da3bb87c
}
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-03-12T03:51:03.321Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNdlbhi..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8d50804a-9950-45e1-aada-61048775fc54",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9a022715-ea5b-4481-b872-b43394a50080",
"vfModuleModelCustomizationUUID": "b2bda4b5-b955-4ccf-a19a-0cc634227ebe",
"isBase": true,
"artifacts": [
"8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568",
"50c050f7-9933-4c58-a2e5-d7b6da3bb87c"
],
"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-03-12T03:51:03.322Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNdlbhi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a022715-ea5b-4481-b872-b43394a50080
VfModuleModelInvariantUUID:8d50804a-9950-45e1-aada-61048775fc54
VfModuleModelDescription:NULL
Artifacts UUID List:{
8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568
,
50c050f7-9933-4c58-a2e5-d7b6da3bb87c
}
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-03-12T03:51:03.322Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568 from URL: /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml
2022-03-12T03:51:03.322Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-12T03:51:03.322Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml
2022-03-12T03:51:03.578Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-12T03:51:03.579Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml 8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568 5033
2022-03-12T03:51:03.580Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-12T03:51:03.580Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml
2022-03-12T03:51:03.580Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T03:51:03.580Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:51:03.584Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:51:03.584Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057063579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:51:03.684Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:51:03.685Z||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-03-12T03:51:03.686Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:51:03.699Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:51:03.700Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-12T03:51:04.585Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 50c050f7-9933-4c58-a2e5-d7b6da3bb87c from URL: /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env
2022-03-12T03:51:04.585Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-12T03:51:04.585Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env
2022-03-12T03:51:04.877Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-12T03:51:04.878Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env 50c050f7-9933-4c58-a2e5-d7b6da3bb87c 909
2022-03-12T03:51:04.878Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-12T03:51:04.878Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env
2022-03-12T03:51:04.878Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T03:51:04.879Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:51:04.881Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:51:04.881Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057064878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:51:04.981Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:51:04.982Z||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-03-12T03:51:04.983Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:51:05.001Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:51:05.002Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-12T03:51:05.882Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c8f50342-39e0-4e36-8e75-2d73c13961bf
2022-03-12T03:51:05.882Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ndlbHi 0 bb33b615-ab9b-4d29-ab4e-d43e44945843 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-03-12T03:51:05.899Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c8085f4, org.onap.sdc.toscaparser.api.parameters.Input@37f9f176, org.onap.sdc.toscaparser.api.parameters.Input@19f320e9, org.onap.sdc.toscaparser.api.parameters.Input@41ab6cc2, org.onap.sdc.toscaparser.api.parameters.Input@296cfe26]
2022-03-12T03:51:05.901Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:05.901Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:51:05.901Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-03-12T03:51:05.902Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5d03dfbd-42fe-46d5-b831-bb13e03d974b
2022-03-12T03:51:05.902Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5d03dfbd-42fe-46d5-b831-bb13e03d974b matches Tosca VF Customization UUID: 5d03dfbd-42fe-46d5-b831-bb13e03d974b
2022-03-12T03:51:05.902Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5d03dfbd-42fe-46d5-b831-bb13e03d974b 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-03-12T03:51:05.904Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:05.904Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:51:05.904Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5d03dfbd-42fe-46d5-b831-bb13e03d974b: {\"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-03-12T03:51:05.905Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b45f51d
2022-03-12T03:51:05.905Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:05.905Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-12T03:51:05.905Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b2bda4b5-b955-4ccf-a19a-0cc634227ebe
2022-03-12T03:51:05.906Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b2bda4b5-b955-4ccf-a19a-0cc634227ebe
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-03-12T03:51:05.908Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:05.908Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is matching search criteria
2022-03-12T03:51:05.908Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ndlbHi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T03:51:05.909Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:05.909Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is matching search criteria
2022-03-12T03:51:05.909Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ndlbHi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T03:51:05.910Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:05.910Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is not matching search criteria
2022-03-12T03:51:05.910Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-12T03:51:05.910Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-12T03:51:05.911Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d00b942e-59fb-4d55-bd4f-bf9fec9c4f42
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-03-12T03:51:05.912Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:05.913Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is matching search criteria
2022-03-12T03:51:05.913Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ndlbHi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-12T03:51:05.913Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:05.913Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is matching search criteria
2022-03-12T03:51:05.914Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ndlbHi 0] matching following query criteria: sdcType=VF, customizationUUID=5d03dfbd-42fe-46d5-b831-bb13e03d974b
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-03-12T03:51:05.915Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:05.915Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:51:05.916Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c8f50342-39e0-4e36-8e75-2d73c13961bf: basic_onboard_ndlbHi
2022-03-12T03:51:05.916Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:05.916Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:51:05.916Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:05.917Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:51:05.917Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:05.918Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:51:05.918Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:05.918Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:51:05.919Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:51:05.919Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:51:05.919Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_ndlbHi
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-03-12T03:51:06.024Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ndlbHi bb33b615-ab9b-4d29-ab4e-d43e44945843 1 ASDC deployResourceStructure
2022-03-12T03:51:06.024Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json ASDC sendASDCNotification
2022-03-12T03:51:06.024Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json
2022-03-12T03:51:06.024Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T03:51:06.025Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:51:06.026Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:51:06.027Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057066024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-12T03:51:06.127Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:51:06.128Z||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-03-12T03:51:06.128Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:51:06.141Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:51:06.141Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:51:07.028Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-12T03:51:07.028Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml
2022-03-12T03:51:07.028Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T03:51:07.028Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:51:07.031Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:51:07.031Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057067028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-12T03:51:07.131Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:51:07.133Z||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-03-12T03:51:07.133Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:51:07.145Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:51:07.146Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:51:08.037Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-12T03:51:08.037Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env
2022-03-12T03:51:08.037Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T03:51:08.038Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:51:08.039Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:51:08.039Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057068037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-12T03:51:08.140Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:51:08.141Z||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-03-12T03:51:08.141Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:51:08.153Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:51:08.153Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:51:09.041Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar ASDC sendASDCNotification
2022-03-12T03:51:09.042Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar
2022-03-12T03:51:09.042Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T03:51:09.043Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:51:09.045Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:51:09.046Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057069041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-12T03:51:09.146Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:51:09.147Z||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-03-12T03:51:09.147Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:51:09.159Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:51:09.160Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:51:10.047Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac02376f-1d9d-4c83-8c10-0755f3272742
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-03-12T03:51:10.057Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac02376f-1d9d-4c83-8c10-0755f3272742
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-03-12T03:51:10.062Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T03:51:10.062Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T03:51:10.062Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-12T03:51:10.062Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-12T03:51:10.062Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-12T03:51:10.063Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-12T03:51:10.063Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-12T03:51:10.063Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-12T03:51:10.063Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-12T03:51:10.063Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-12T03:51:10.063Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T03:51:10.070Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-12T03:51:28.406Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:51:28.407Z||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-03-12T03:51:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:51:29.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:51:29.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T03:51:29.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057046265,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-12T03:51:29.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:51:29.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T03:51:29.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057047282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:51:29.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-12T03:51:29.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T03:51:29.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057047282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json",
"status": "NOTIFIED"
}
2022-03-12T03:51:29.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-12T03:51:29.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T03:51:29.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057047282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-12T03:51:29.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-12T03:51:29.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T03:51:29.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057047282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:51:29.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-12T03:51:29.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T03:51:29.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057047282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-12T03:51:29.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-12T03:51:29.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T03:51:29.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057047282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:51:29.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-12T03:51:29.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T03:51:29.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057047282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:51:29.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-12T03:51:29.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T03:51:29.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057059781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:51:29.042Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:51:29.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T03:51:29.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057062288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:51:29.042Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:51:29.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T03:51:29.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057063579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:51:29.043Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:51:29.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T03:51:29.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057064878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:51:29.044Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:51:29.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T03:51:29.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057066024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-12T03:51:29.044Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:51:29.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T03:51:29.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057067028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-12T03:51:29.045Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:51:29.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T03:51:29.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057068037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-12T03:51:29.045Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:51:29.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-12T03:51:29.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057069041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-12T03:51:29.046Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:51:40.070Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ac02376f-1d9d-4c83-8c10-0755f3272742 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-03-12T03:51:40.076Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ac02376f-1d9d-4c83-8c10-0755f3272742 and serviceModelVersionId: c8f50342-39e0-4e36-8e75-2d73c13961bf
2022-03-12T03:51:40.076Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0806ce80-777f-4a7e-b6e8-e37ee7480717
2022-03-12T03:51:40.077Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0806ce80-777f-4a7e-b6e8-e37ee7480717/model-vers/model-ver/c8f50342-39e0-4e36-8e75-2d73c13961bf?depth=0
2022-03-12T03:51:40.081Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-12T03:51:40.134Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0806ce80-777f-4a7e-b6e8-e37ee7480717/model-vers/model-ver/c8f50342-39e0-4e36-8e75-2d73c13961bf?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-03-12T03:51:40.135Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0806ce80-777f-4a7e-b6e8-e37ee7480717/model-vers/model-ver/c8f50342-39e0-4e36-8e75-2d73c13961bf?depth=0|INFO|500||Invoke
2022-03-12T03:51:40.160Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0806ce80-777f-4a7e-b6e8-e37ee7480717/model-vers/model-ver/c8f50342-39e0-4e36-8e75-2d73c13961bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-12T03:51:40.294Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0806ce80-777f-4a7e-b6e8-e37ee7480717/model-vers/model-ver/c8f50342-39e0-4e36-8e75-2d73c13961bf?depth=0|INFO|500||InvokeReturn
2022-03-12T03:51:40.295Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0806ce80-777f-4a7e-b6e8-e37ee7480717/model-vers/model-ver/c8f50342-39e0-4e36-8e75-2d73c13961bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220312-03:51:38:891-49092], vertex-id=[151552], Content-Length=[0], Date=[Sat, 12 Mar 2022 03:51:38 GMT], Content-Type=[application/json]}
2022-03-12T03:51:40.295Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-12T03:51:40.296Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-12T03:51:40.296Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||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-03-12T03:51:40.302Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-12T03:51:40.302Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ac02376f-1d9d-4c83-8c10-0755f3272742 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-12T03:51:40.302Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-12T03:51:40.303Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:51:40.305Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:51:40.305Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057100302,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-12T03:51:40.405Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:51:40.407Z||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-03-12T03:51:40.407Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:51:40.425Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:51:40.426Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 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-03-12T03:51:41.316Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:51:41.316Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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-03-12T03:51:41.316Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:51:50.860Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:51:50.861Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:51:50.862Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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-03-12T03:51:50.862Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:52:00.406Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:52:00.407Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:52:00.408Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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-03-12T03:52:00.408Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:52:09.952Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:52:09.953Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:52:09.953Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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-03-12T03:52:09.953Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:52:19.492Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:52:28.403Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:52:28.404Z||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-03-12T03:52:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:52:28.406Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:52:28.406Z||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-03-12T03:52:28.406Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:52:29.036Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:52:29.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-12T03:52:29.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057100302,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-12T03:52:29.038Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:52:37.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:53:28.403Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:53:28.404Z||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-03-12T03:53:28.404Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:53:28.406Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:53:28.406Z||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-03-12T03:53:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:53:37.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:53:37.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:54:28.403Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:54:28.405Z||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-03-12T03:54:28.405Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:54:28.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:54:28.406Z||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-03-12T03:54:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:54:37.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:54:37.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:55:28.403Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:55:28.405Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:55:28.405Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:55:28.406Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:55:28.407Z||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-03-12T03:55:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:55:37.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:55:37.952Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:56:28.403Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:56:28.404Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:56:28.404Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:56:28.406Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:56:28.406Z||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-03-12T03:56:28.406Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:56:37.944Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:56:37.955Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:57:28.403Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:57:28.405Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:57:28.406Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:57:28.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:57:28.406Z||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-03-12T03:57:28.406Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:57:37.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:57:37.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:58:28.403Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:58:28.404Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:58:28.404Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:58:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:58:28.406Z||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-03-12T03:58:28.406Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:58:37.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:58:37.955Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:59:28.403Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:59:28.404Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T03:59:28.404Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:59:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T03:59:28.407Z||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-03-12T03:59:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:59:29.040Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:59:29.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"93959fce-a772-4cf7-b96c-85cd37ee2cc5","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0085dca3-797b-4d5b-9cf0-df5085f03a67","serviceDescription":"service","serviceInvariantUUID":"29fe0abb-7cc1-493c-97ee-260e7bf2fdbc","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"03f4deee-50b9-419f-9e69-d81dd96843fb","resourceInvariantUUID":"69662f1f-e7ef-4a4e-a79c-17e9445f3ac6","resourceCustomizationUUID":"f832ff81-563c-4f4f-bd52-9eecacdb7e06","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":"YmU1YWZiMzViYzNkZDRiNzgzMWE5MmIzZDk4NjU4Mjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"150c7da6-d6fc-4a51-9b17-42bff6b80a69","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzQzZGVjYjk2ZjM1ZGI1Y2NhOTAxMGVjNTQ4NzVmZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6a621768-8f72-4180-9d41-ecdbd588290a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-12T03:59:29.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:59:29.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "cds",
"timestamp": 1647057525936,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:59:29.047Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T03:59:29.048Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:59:29.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:59:29.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "cds",
"timestamp": 1647057525936,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:59:29.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:59:29.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "cds",
"timestamp": 1647057532707,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:59:29.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:59:29.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "cds",
"timestamp": 1647057533714,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-03-12T03:59:29.051Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:59:29.051Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057568403,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-12T03:59:29.068Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93959fce-a772-4cf7-b96c-85cd37ee2cc5
2022-03-12T03:59:29.069Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93959fce-a772-4cf7-b96c-85cd37ee2cc5 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-03-12T03:59:29.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "dcae-sch",
"timestamp": 1647057535462,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:59:29.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:59:29.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "policy-id",
"timestamp": 1647057536455,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:59:29.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:59:29.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "dcae-sch",
"timestamp": 1647057535462,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:59:29.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:59:29.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647057537340,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:59:29.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:59:29.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "policy-id",
"timestamp": 1647057536455,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:59:29.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:59:29.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647057537340,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:59:29.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:59:29.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "policy-id",
"timestamp": 1647057539368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:59:29.080Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:59:29.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "ves-openapi-manager",
"timestamp": 1647057538232,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:59:29.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:59:29.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647057538492,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:59:29.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:59:29.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "policy-id",
"timestamp": 1647057540380,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-12T03:59:29.081Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:59:29.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "ves-openapi-manager",
"timestamp": 1647057538232,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:59:29.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:59:29.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647057538492,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:59:29.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:59:29.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "policy-id",
"timestamp": 1647057541384,
"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-03-12T03:59:29.088Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93959fce-a772-4cf7-b96c-85cd37ee2cc5
2022-03-12T03:59:29.088Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93959fce-a772-4cf7-b96c-85cd37ee2cc5 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-03-12T03:59:29.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647057541717,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:59:29.100Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:59:29.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647057543383,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-12T03:59:29.101Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:59:29.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647057544386,
"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-03-12T03:59:29.106Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93959fce-a772-4cf7-b96c-85cd37ee2cc5
2022-03-12T03:59:29.106Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93959fce-a772-4cf7-b96c-85cd37ee2cc5 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-03-12T03:59:29.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "aai-ml",
"timestamp": 1647057544700,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:59:29.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:59:29.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "aai-ml",
"timestamp": 1647057544700,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:59:29.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:59:29.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "clamp",
"timestamp": 1647057547144,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T03:59:29.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:59:29.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "aai-ml",
"timestamp": 1647057547727,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:59:29.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:59:29.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "clamp",
"timestamp": 1647057547144,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:59:29.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T03:59:29.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "aai-ml",
"timestamp": 1647057554383,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-12T03:59:29.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:59:29.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "clamp",
"timestamp": 1647057555752,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:59:29.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:59:29.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "aai-ml",
"timestamp": 1647057555387,
"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-03-12T03:59:29.123Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 93959fce-a772-4cf7-b96c-85cd37ee2cc5
2022-03-12T03:59:29.123Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93959fce-a772-4cf7-b96c-85cd37ee2cc5 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-03-12T03:59:29.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "clamp",
"timestamp": 1647057558753,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-12T03:59:29.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T03:59:29.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T03:59:29.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "clamp",
"timestamp": 1647057559758,
"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-03-12T03:59:29.142Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 93959fce-a772-4cf7-b96c-85cd37ee2cc5
2022-03-12T03:59:29.143Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93959fce-a772-4cf7-b96c-85cd37ee2cc5 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-03-12T03:59:29.151Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:59:29.152Z||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-03-12T03:59:29.153Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:59:29.167Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:59:29.168Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-12T03:59:30.052Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T03:59:30.053Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:59:30.055Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:59:30.055Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057568403,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T03:59:30.155Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:59:30.156Z||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-03-12T03:59:30.157Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:59:30.190Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:59:30.191Z||pool-36-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:59:31.056Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "0085dca3-797b-4d5b-9cf0-df5085f03a67",
"serviceDescription": "service",
"serviceInvariantUUID": "29fe0abb-7cc1-493c-97ee-260e7bf2fdbc",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "f832ff81-563c-4f4f-bd52-9eecacdb7e06",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "03f4deee-50b9-419f-9e69-d81dd96843fb",
"resourceInvariantUUID": "69662f1f-e7ef-4a4e-a79c-17e9445f3ac6",
"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": "YzQzZGVjYjk2ZjM1ZGI1Y2NhOTAxMGVjNTQ4NzVmZjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6a621768-8f72-4180-9d41-ecdbd588290a"
}
],
"workloadContext": "Production"
}
2022-03-12T03:59:31.057Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-12T03:59:31.057Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0085dca3-797b-4d5b-9cf0-df5085f03a67 ASDC
2022-03-12T03:59:31.058Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:93959fce-a772-4cf7-b96c-85cd37ee2cc5
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0085dca3-797b-4d5b-9cf0-df5085f03a67
ServiceInvariantUUID:29fe0abb-7cc1-493c-97ee-260e7bf2fdbc
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:6a621768-8f72-4180-9d41-ecdbd588290a
ArtifactChecksum:YzQzZGVjYjk2ZjM1ZGI1Y2NhOTAxMGVjNTQ4NzVmZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f832ff81-563c-4f4f-bd52-9eecacdb7e06
ResourceInvariantUUID:69662f1f-e7ef-4a4e-a79c-17e9445f3ac6
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:03f4deee-50b9-419f-9e69-d81dd96843fb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-03-12T03:59:31.058Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0085dca3-797b-4d5b-9cf0-df5085f03a67 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-03-12T03:59:31.095Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T03:59:31.096Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-12T03:59:31.097Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-12T03:59:31.097Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6a621768-8f72-4180-9d41-ecdbd588290a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-12T03:59:31.097Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-12T03:59:31.097Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-12T03:59:31.482Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-12T03:59:31.484Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6a621768-8f72-4180-9d41-ecdbd588290a 52487
2022-03-12T03:59:31.484Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-12T03:59:31.484Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-12T03:59:31.484Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T03:59:31.485Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:59:31.487Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:59:31.487Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057571484,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T03:59:31.587Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:59:31.588Z||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-03-12T03:59:31.589Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:59:31.612Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:59:31.613Z||pool-37-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-12T03:59:32.488Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T03:59:32.490Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-12T03:59:32.491Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6a621768-8f72-4180-9d41-ecdbd588290a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T03:59:32.491Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-12T03:59:32.492Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T03:59:32.492Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T03:59:32.672Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18443326258974641579/Definitions/service-BasicNetwork-template.yml
2022-03-12T03:59:33.347Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-12T03:59:33.347Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-12T03:59:33.348Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T03:59:33.348Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-12T03:59:33.348Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T03:59:33.348Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T03:59:33.348Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T03:59:33.348Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T03:59:33.348Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T03:59:33.348Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T03:59:33.348Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T03:59:33.348Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-12T03:59:33.349Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-12T03:59:33.349Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:59:33.349Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:59:33.349Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-12T03:59:33.349Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-12T03:59:33.350Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T03:59:33.350Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:59:33.350Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:59:33.350Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-12T03:59:33.350Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-12T03:59:33.350Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T03:59:33.350Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:59:33.351Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:59:33.351Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:59:33.351Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:59:33.351Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:59:33.351Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:59:33.352Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:59:33.352Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:59:33.352Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:59:33.352Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:59:33.352Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:0085dca3-797b-4d5b-9cf0-df5085f03a67
Model Version:NULL
Model InvariantUuid:29fe0abb-7cc1-493c-97ee-260e7bf2fdbc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:69662f1f-e7ef-4a4e-a79c-17e9445f3ac6
Model UUID:01798cfb-d12c-4148-b637-7ee3f7b0c53d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:f832ff81-563c-4f4f-bd52-9eecacdb7e06
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-03-12T03:59:33.362Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 03f4deee-50b9-419f-9e69-d81dd96843fb
2022-03-12T03:59:33.362Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||No resources found for Service: 0085dca3-797b-4d5b-9cf0-df5085f03a67
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-03-12T03:59:33.369Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||
2022-03-12T03:59:33.369Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-03-12T03:59:33.370Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 0085dca3-797b-4d5b-9cf0-df5085f03a67
2022-03-12T03:59:33.370Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0085dca3-797b-4d5b-9cf0-df5085f03a67
2022-03-12T03:59:33.371Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-03-12T03:59:33.371Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T03:59:33.378Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@175644d6, org.onap.sdc.toscaparser.api.parameters.Input@625da0c2, org.onap.sdc.toscaparser.api.parameters.Input@63a271d7, org.onap.sdc.toscaparser.api.parameters.Input@46358dd3, org.onap.sdc.toscaparser.api.parameters.Input@63600137]
2022-03-12T03:59:33.379Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:59:33.380Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:59:33.380Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:59:33.380Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:59:33.381Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0085dca3-797b-4d5b-9cf0-df5085f03a67: Generic NeutronNet
2022-03-12T03:59:33.381Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:59:33.381Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:59:33.382Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:59:33.382Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-03-12T03:59:33.431Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:59:33.431Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:59:33.432Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:59:33.432Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:59:33.432Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T03:59:33.432Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T03:59:33.433Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-12T03:59:33.506Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-03-12T03:59:33.506Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-12T03:59:33.507Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-12T03:59:33.507Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-12T03:59:33.508Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-12T03:59:33.509Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T03:59:33.510Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057573506,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-12T03:59:33.610Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T03:59:33.611Z||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-03-12T03:59:33.611Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T03:59:33.635Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T03:59:33.636Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-12T03:59:34.510Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93959fce-a772-4cf7-b96c-85cd37ee2cc5
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-03-12T03:59:34.523Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93959fce-a772-4cf7-b96c-85cd37ee2cc5
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-03-12T03:59:34.527Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-12T03:59:34.528Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-12T03:59:34.528Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-12T03:59:34.528Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-12T03:59:34.528Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-12T03:59:34.528Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-12T03:59:34.528Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-12T03:59:34.528Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-12T03:59:34.528Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-12T03:59:34.529Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-12T03:59:34.529Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-12T03:59:34.535Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-12T04:00:04.536Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93959fce-a772-4cf7-b96c-85cd37ee2cc5 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-03-12T04:00:04.546Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93959fce-a772-4cf7-b96c-85cd37ee2cc5 and serviceModelVersionId: 0085dca3-797b-4d5b-9cf0-df5085f03a67
2022-03-12T04:00:04.547Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 29fe0abb-7cc1-493c-97ee-260e7bf2fdbc
2022-03-12T04:00:04.548Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/29fe0abb-7cc1-493c-97ee-260e7bf2fdbc/model-vers/model-ver/0085dca3-797b-4d5b-9cf0-df5085f03a67?depth=0
2022-03-12T04:00:04.553Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-12T04:00:04.608Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29fe0abb-7cc1-493c-97ee-260e7bf2fdbc/model-vers/model-ver/0085dca3-797b-4d5b-9cf0-df5085f03a67?depth=0|INFO|500||Invoke
2022-03-12T04:00:04.608Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29fe0abb-7cc1-493c-97ee-260e7bf2fdbc/model-vers/model-ver/0085dca3-797b-4d5b-9cf0-df5085f03a67?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29fe0abb-7cc1-493c-97ee-260e7bf2fdbc/model-vers/model-ver/0085dca3-797b-4d5b-9cf0-df5085f03a67?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[93959fce-a772-4cf7-b96c-85cd37ee2cc5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f7e43905-b72b-4f3d-a4d5-9cbcf990e905], X-ECOMP-RequestID=[93959fce-a772-4cf7-b96c-85cd37ee2cc5], X-TransactionId=[], X-ONAP-RequestID=[93959fce-a772-4cf7-b96c-85cd37ee2cc5], Content-Type=[application/merge-patch+json]}
2022-03-12T04:00:04.634Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29fe0abb-7cc1-493c-97ee-260e7bf2fdbc/model-vers/model-ver/0085dca3-797b-4d5b-9cf0-df5085f03a67?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-12T04:00:05.163Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29fe0abb-7cc1-493c-97ee-260e7bf2fdbc/model-vers/model-ver/0085dca3-797b-4d5b-9cf0-df5085f03a67?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29fe0abb-7cc1-493c-97ee-260e7bf2fdbc/model-vers/model-ver/0085dca3-797b-4d5b-9cf0-df5085f03a67?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220312-04:00:03:378-99494], vertex-id=[184496], Content-Length=[0], Date=[Sat, 12 Mar 2022 04:00:03 GMT], Content-Type=[application/json]}
2022-03-12T04:00:05.164Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29fe0abb-7cc1-493c-97ee-260e7bf2fdbc/model-vers/model-ver/0085dca3-797b-4d5b-9cf0-df5085f03a67?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-12T04:00:05.164Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29fe0abb-7cc1-493c-97ee-260e7bf2fdbc/model-vers/model-ver/0085dca3-797b-4d5b-9cf0-df5085f03a67?depth=0|INFO|500||InvokeReturn
2022-03-12T04:00:05.164Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-12T04:00:05.165Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-12T04:00:05.171Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-12T04:00:05.171Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93959fce-a772-4cf7-b96c-85cd37ee2cc5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-12T04:00:05.172Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-12T04:00:05.172Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:00:05.174Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:00:05.174Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057605171,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-12T04:00:05.275Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:00:05.276Z||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-03-12T04:00:05.278Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T04:00:05.293Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T04:00:05.295Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 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-03-12T04:00:28.403Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:00:28.404Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:00:28.404Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T04:00:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:00:28.406Z||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-03-12T04:00:28.406Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T04:00:28.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T04:00:28.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:00:28.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057568403,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T04:00:28.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T04:00:37.961Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T04:01:28.403Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:01:28.404Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-12T04:01:28.404Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T04:01:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-12T04:01:28.407Z||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-03-12T04:01:28.407Z||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 2aMHzOZ2TJxMHBTL) ...
2022-03-12T04:01:28.432Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T04:01:28.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:01:28.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057568403,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T04:01:28.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-12T04:01:28.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:01:28.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057571484,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T04:01:28.435Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:01:28.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:01:28.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057573506,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-12T04:01:28.435Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:01:28.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-12T04:01:28.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057605171,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-12T04:01:28.435Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-12T04:01:29.036Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T04:01:29.037Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-12T04:01:29.037Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d826aca-4882-469c-881c-b7ae63b856c1","serviceName":"Demo_pNF_FcxItI5lgsX3H1r45ngr","serviceVersion":"1.0","serviceUUID":"2cf6ad05-fed7-495f-a264-2489e7b1ebf7","serviceDescription":"catalog service description","serviceInvariantUUID":"5d0fc3ce-3381-4e89-9a1b-a44763384377","resources":[{"resourceInstanceName":"pNF 65dca863-a438 0","resourceName":"pNF 65dca863-a438","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"342b4b8e-73cc-4de7-a664-0977d10abc4e","resourceInvariantUUID":"4d29be7b-30c6-4821-80af-da80daae2b9c","resourceCustomizationUUID":"559a1e36-7373-4aab-ac8b-4ebb33950994","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vf-license-model.xml","artifactChecksum":"YWQzYjBmMjQ3YWEzOThlNDhlNzVkODBjNzUxMDY2MmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3a9639cd-b2d6-4cf7-b2d9-0a6fddb7ff4c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/pNF.csar","artifactChecksum":"MjU4NGNiOTIzOTc0ZjA4MDM5N2I4NjM0NTg0YzM0ZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a6fcb82a-5338-4c2d-a703-aaf3f37a6644","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"15859339-79e8-444d-a676-ff425f307cd3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vendor-license-model.xml","artifactChecksum":"MmVhNmE4MzFhMjY3NzNlMDJkYjYwNzkyMDUyMjk5ODg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d49dcbf8-f6ed-409b-91df-96cc32e1d7d0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1821355-0831-43d3-b8fe-3b60e35f57c5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b74e1a71-a5c9-40bd-be4f-2d9252abaaeb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFcxiti5lgsx3h1r45ngr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-template.yml","artifactChecksum":"NTdhNTlkODQ2Y2JiNzBjYjYyYTlhZmM0N2NmNDM4MGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"54c4041f-3b74-41fe-b6a8-dbfcf9538510","artifactVersion":"1"},{"artifactName":"service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar","artifactChecksum":"NDM3Yzg4M2M4NjY0YmM4YTg4YjNkOTI1ZjdmNzUzNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b10c32af-fcb8-4351-9572-fb56f3d568d3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-12T04:01:29.041Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:01:29.041Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:01:29.043Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:01:29.044Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057688403,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T04:01:29.144Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:01:29.145Z||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-03-12T04:01:29.145Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T04:01:29.165Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T04:01:29.165Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:01:30.045Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:01:30.045Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:01:30.048Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:01:30.048Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057688403,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-12T04:01:30.148Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:01:30.149Z||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-03-12T04:01:30.149Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T04:01:30.179Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T04:01:30.180Z||pool-41-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:01:31.049Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:01:31.050Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:01:31.052Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:01:31.052Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057688403,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-12T04:01:31.152Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:01:31.153Z||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-03-12T04:01:31.153Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T04:01:31.173Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T04:01:31.173Z||pool-42-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:01:32.052Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:01:32.053Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:01:32.056Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:01:32.056Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057688403,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-12T04:01:32.156Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:01:32.157Z||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-03-12T04:01:32.157Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T04:01:32.184Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T04:01:32.185Z||pool-43-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:01:33.059Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:01:33.059Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:01:33.062Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:01:33.062Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057688403,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-12T04:01:33.162Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T04:01:33.163Z||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-03-12T04:01:33.164Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T04:01:33.183Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T04:01:33.184Z||pool-44-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:01:34.063Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:01:34.064Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:01:34.066Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:01:34.067Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057688403,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-12T04:01:34.167Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-12T04:01:34.168Z||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-03-12T04:01:34.168Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T04:01:34.186Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T04:01:34.187Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-12T04:01:35.067Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:01:35.068Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:01:35.070Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:01:35.070Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057688403,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-12T04:01:35.170Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:01:35.171Z||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-03-12T04:01:35.171Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T04:01:35.184Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T04:01:35.184Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:01:36.071Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-12T04:01:36.071Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:01:36.073Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:01:36.073Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057688403,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar",
"status": "NOTIFIED"
}
2022-03-12T04:01:36.173Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:01:36.174Z||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-03-12T04:01:36.175Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T04:01:36.191Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T04:01:36.191Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-12T04:01:37.075Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1",
"serviceName": "Demo_pNF_FcxItI5lgsX3H1r45ngr",
"serviceVersion": "1.0",
"serviceUUID": "2cf6ad05-fed7-495f-a264-2489e7b1ebf7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5d0fc3ce-3381-4e89-9a1b-a44763384377",
"resources": [
{
"resourceInstanceName": "pNF 65dca863-a438 0",
"resourceCustomizationUUID": "559a1e36-7373-4aab-ac8b-4ebb33950994",
"resourceName": "pNF 65dca863-a438",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "342b4b8e-73cc-4de7-a664-0977d10abc4e",
"resourceInvariantUUID": "4d29be7b-30c6-4821-80af-da80daae2b9c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar",
"artifactChecksum": "NDM3Yzg4M2M4NjY0YmM4YTg4YjNkOTI1ZjdmNzUzNjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b10c32af-fcb8-4351-9572-fb56f3d568d3"
}
],
"workloadContext": "Production"
}
2022-03-12T04:01:37.075Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-12T04:01:37.075Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2cf6ad05-fed7-495f-a264-2489e7b1ebf7 ASDC
2022-03-12T04:01:37.076Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3d826aca-4882-469c-881c-b7ae63b856c1
ServiceName:Demo_pNF_FcxItI5lgsX3H1r45ngr
ServiceVersion:1.0
ServiceUUID:2cf6ad05-fed7-495f-a264-2489e7b1ebf7
ServiceInvariantUUID:5d0fc3ce-3381-4e89-9a1b-a44763384377
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar
ArtifactUUID:b10c32af-fcb8-4351-9572-fb56f3d568d3
ArtifactChecksum:NDM3Yzg4M2M4NjY0YmM4YTg4YjNkOTI1ZjdmNzUzNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 65dca863-a438 0
ResourceCustomizationUUID:559a1e36-7373-4aab-ac8b-4ebb33950994
ResourceInvariantUUID:4d29be7b-30c6-4821-80af-da80daae2b9c
ResourceName:pNF 65dca863-a438
ResourceType:PNF
ResourceUUID:342b4b8e-73cc-4de7-a664-0977d10abc4e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-03-12T04:01:37.076Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2cf6ad05-fed7-495f-a264-2489e7b1ebf7 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-03-12T04:01:37.099Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T04:01:37.100Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-12T04:01:37.100Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-12T04:01:37.100Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b10c32af-fcb8-4351-9572-fb56f3d568d3 from URL: /sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar
2022-03-12T04:01:37.100Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-12T04:01:37.101Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar
2022-03-12T04:01:37.462Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-12T04:01:37.465Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar b10c32af-fcb8-4351-9572-fb56f3d568d3 82606
2022-03-12T04:01:37.466Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar ASDC sendASDCNotification
2022-03-12T04:01:37.466Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar
2022-03-12T04:01:37.466Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-12T04:01:37.466Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-12T04:01:37.468Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-12T04:01:37.468Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647057697466,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-12T04:01:37.568Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-12T04:01:37.569Z||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-03-12T04:01:37.570Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ...
2022-03-12T04:01:37.583Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-12T04:01:37.583Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-12T04:01:38.469Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-12T04:01:38.470Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-12T04:01:38.470Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b10c32af-fcb8-4351-9572-fb56f3d568d3, URL: /sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar to file: /app/ASDC/1/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar
2022-03-12T04:01:38.471Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar
2022-03-12T04:01:38.471Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar
2022-03-12T04:01:38.471Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar
2022-03-12T04:01:38.573Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP891146134297535495/Definitions/service-DemoPnfFcxiti5lgsx3h1r45ngr-template.yml
2022-03-12T04:01:39.380Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-12T04:01:39.381Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-12T04:01:39.381Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar
2022-03-12T04:01:39.381Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-12T04:01:39.381Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 65dca863-a438 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-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar
2022-03-12T04:01:39.381Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||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-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar
2022-03-12T04:01:39.382Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar
2022-03-12T04:01:39.382Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||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-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar
2022-03-12T04:01:39.382Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar
2022-03-12T04:01:39.382Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar
2022-03-12T04:01:39.382Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar
2022-03-12T04:01:39.382Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-12T04:01:39.383Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T04:01:39.383Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_FcxItI5lgsX3H1r45ngr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:01:39.383Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Node template pNF 65dca863-a438 0 is matching search criteria
2022-03-12T04:01:39.384Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-12T04:01:39.384Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 65dca863-a438 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T04:01:39.384Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T04:01:39.384Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_FcxItI5lgsX3H1r45ngr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:01:39.385Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Node template pNF 65dca863-a438 0 is matching search criteria
2022-03-12T04:01:39.385Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-12T04:01:39.385Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 65dca863-a438 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-12T04:01:39.385Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T04:01:39.385Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_FcxItI5lgsX3H1r45ngr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:01:39.386Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T04:01:39.386Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_FcxItI5lgsX3H1r45ngr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:01:39.386Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T04:01:39.386Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_FcxItI5lgsX3H1r45ngr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:01:39.387Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T04:01:39.387Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_FcxItI5lgsX3H1r45ngr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:01:39.387Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T04:01:39.387Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_FcxItI5lgsX3H1r45ngr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:01:39.387Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_FcxItI5lgsX3H1r45ngr
Description:catalog service description
Model UUID:2cf6ad05-fed7-495f-a264-2489e7b1ebf7
Model Version:NULL
Model InvariantUuid:5d0fc3ce-3381-4e89-9a1b-a44763384377
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-03-12T04:01:39.394Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 342b4b8e-73cc-4de7-a664-0977d10abc4e
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-03-12T04:01:39.398Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||pNF 65dca863-a438 0
2022-03-12T04:01:39.399Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 342b4b8e-73cc-4de7-a664-0977d10abc4e
2022-03-12T04:01:39.399Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 2cf6ad05-fed7-495f-a264-2489e7b1ebf7
2022-03-12T04:01:39.399Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2cf6ad05-fed7-495f-a264-2489e7b1ebf7
2022-03-12T04:01:39.399Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 65dca863-a438 0 342b4b8e-73cc-4de7-a664-0977d10abc4e 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-03-12T04:01:39.403Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b67e14a, org.onap.sdc.toscaparser.api.parameters.Input@3f15be91, org.onap.sdc.toscaparser.api.parameters.Input@591cbf62, org.onap.sdc.toscaparser.api.parameters.Input@21e79563, org.onap.sdc.toscaparser.api.parameters.Input@359e4da4]
2022-03-12T04:01:39.404Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-12T04:01:39.404Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_FcxItI5lgsX3H1r45ngr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-12T04:01:39.404Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2cf6ad05-fed7-495f-a264-2489e7b1ebf7: pNF 65dca863-a438
2022-03-12T04:01:39.404Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||Processing PNF resource: 342b4b8e-73cc-4de7-a664-0977d10abc4e
2022-03-12T04:01:39.404Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery