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-11-09T05:18:59.973Z||main|||||INFO|500||The following profiles are active: basic
2022-11-09T05:19:14.955Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-09T05:19:14.956Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-09T05:19:15.105Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-09T05:19:20.804Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-09T05:19:21.368Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-09T05:19:22.076Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-09T05:19:22.090Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-09T05:19:22.262Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-09T05:19:22.517Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-09T05:19:23.353Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-09T05:19:25.954Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-09T05:19:29.208Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-09T05:19:29.273Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-09T05:19:30.144Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-09T05:19:30.505Z||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-11-09T05:19:32.269Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-09T05:19:33.944Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-09T05:19:33.966Z||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$$30e71889.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-11-09T05:19:33.967Z||main|||||WARN|500||The sdc end point is not alive
2022-11-09T05:19:38.452Z||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-11-09T05:19:42.813Z||main|||||WARN|500||---
2022-11-09T05:19:42.814Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-09T05:19:42.814Z||main|||||WARN|500||---
2022-11-09T05:19:43.542Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-09T05:19:50.877Z||main|||||INFO|500||Started Application in 54.793 seconds (JVM running for 57.39)
2022-11-09T05:19:50.899Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-09T05:19:50.902Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-09T05:19:50.922Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-09T05:19:50.966Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-09T05:19:51.019Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cdced70a-8859-4f23-9daa-115f63b0152a url= /sdc/v1/artifactTypes
2022-11-09T05:19:51.020Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-09T05:19:51.426Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-09T05:19:51.518Z||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-11-09T05:19:51.553Z||scheduling-1|||||DEBUG|500||create keys
2022-11-09T05:19:51.564Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-09T05:19:51.595Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:19:51.623Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 326f00d6-fb6c-4a2a-b4f8-221a6def3415 url= /sdc/v1/registerForDistribution
2022-11-09T05:19:51.711Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 326f00d6-fb6c-4a2a-b4f8-221a6def3415 url= /sdc/v1/registerForDistribution
2022-11-09T05:19:51.712Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-09T05:19:51.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:19:51.733Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:19:51.753Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-09T05:19:51.798Z||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-11-09T05:19:51.798Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:19:51.800Z||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-11-09T05:19:51.800Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:20:02.140Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:20:02.147Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:20:51.725Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:20:51.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:20:51.727Z||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-11-09T05:20:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:20:51.728Z||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-11-09T05:20:51.729Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:21:01.345Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:21:01.376Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:21:51.726Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:21:51.729Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:21:51.730Z||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-11-09T05:21:51.730Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:21:51.734Z||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-11-09T05:21:51.735Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:22:01.302Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:22:01.316Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:22:51.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:22:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:22:51.727Z||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-11-09T05:22:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:22:51.731Z||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-11-09T05:22:51.731Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:23:01.307Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:23:01.310Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:23:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:23:51.723Z||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-11-09T05:23:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:23:51.726Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:23:51.727Z||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-11-09T05:23:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:24:01.290Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:24:01.291Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:24:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:24:51.725Z||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-11-09T05:24:51.725Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:24:51.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:24:51.726Z||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-11-09T05:24:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:25:01.294Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:25:01.301Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:25:51.723Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:25:51.726Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:25:51.727Z||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-11-09T05:25:51.728Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:25:51.727Z||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-11-09T05:25:51.728Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:26:01.302Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:26:01.302Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:26:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:26:51.724Z||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-11-09T05:26:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:26:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:26:51.730Z||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-11-09T05:26:51.730Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:27:01.309Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:27:01.312Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:27:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:27:51.723Z||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-11-09T05:27:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:27:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:27:51.728Z||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-11-09T05:27:51.728Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:28:01.291Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:28:01.292Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:28:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:28:51.723Z||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-11-09T05:28:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:28:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:28:51.727Z||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-11-09T05:28:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:29:01.277Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:29:01.298Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:29:45.422Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-09T05:29:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:29:51.723Z||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-11-09T05:29:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:29:51.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:29:51.727Z||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-11-09T05:29:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:30:01.282Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:30:01.307Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:30:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:30:51.724Z||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-11-09T05:30:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:30:51.726Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:30:51.727Z||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-11-09T05:30:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:31:01.290Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:31:01.296Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:31:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:31:51.723Z||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-11-09T05:31:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:31:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:31:51.726Z||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-11-09T05:31:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:32:01.285Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:32:01.286Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:32:51.723Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:32:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:32:51.727Z||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-11-09T05:32:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:32:51.727Z||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-11-09T05:32:51.738Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:33:01.285Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:33:01.303Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:33:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:33:51.723Z||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-11-09T05:33:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:33:51.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:33:51.726Z||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-11-09T05:33:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:34:01.277Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:34:01.280Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:34:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:34:51.723Z||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-11-09T05:34:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:34:51.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:34:51.728Z||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-11-09T05:34:51.728Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:35:01.280Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:35:01.295Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:35:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:35:51.723Z||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-11-09T05:35:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:35:51.726Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:35:51.726Z||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-11-09T05:35:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:36:01.274Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:36:01.280Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:36:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:36:51.723Z||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-11-09T05:36:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:36:51.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:36:51.727Z||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-11-09T05:36:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:37:01.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:37:01.277Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:37:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:37:51.723Z||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-11-09T05:37:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:37:51.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:37:51.726Z||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-11-09T05:37:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:38:01.275Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:38:01.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:38:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:38:51.723Z||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-11-09T05:38:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:38:51.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:38:51.727Z||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-11-09T05:38:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:39:01.279Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:39:01.291Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:39:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:39:51.724Z||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-11-09T05:39:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:39:51.726Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:39:51.727Z||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-11-09T05:39:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:40:01.278Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:40:01.281Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:40:51.723Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:40:51.725Z||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-11-09T05:40:51.725Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:40:51.726Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:40:51.727Z||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-11-09T05:40:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:41:01.275Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:41:01.285Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:41:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:41:51.723Z||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-11-09T05:41:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:41:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:41:51.726Z||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-11-09T05:41:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:42:01.271Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:42:01.271Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:42:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:42:51.723Z||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-11-09T05:42:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:42:51.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:42:51.727Z||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-11-09T05:42:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:43:01.304Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:43:01.306Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:43:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:43:51.723Z||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-11-09T05:43:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:43:51.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:43:51.726Z||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-11-09T05:43:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:44:01.272Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:44:01.273Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:44:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:44:51.723Z||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-11-09T05:44:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:44:51.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:44:51.727Z||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-11-09T05:44:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:45:01.285Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:45:01.284Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:45:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:45:51.723Z||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-11-09T05:45:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:45:51.726Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:45:51.726Z||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-11-09T05:45:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:46:01.280Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:46:01.282Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:46:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:46:51.723Z||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-11-09T05:46:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:46:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:46:51.727Z||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-11-09T05:46:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:47:01.271Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:47:01.275Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:47:51.723Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:47:51.726Z||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-11-09T05:47:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:47:51.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:47:51.727Z||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-11-09T05:47:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:48:01.299Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:48:01.299Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:48:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:48:51.724Z||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-11-09T05:48:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:48:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:48:51.726Z||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-11-09T05:48:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:49:01.285Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:49:01.286Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:49:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:49:51.723Z||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-11-09T05:49:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:49:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:49:51.726Z||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-11-09T05:49:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:50:01.281Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:50:01.282Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:50:51.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:50:51.723Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:50:51.723Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:50:51.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:50:51.727Z||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-11-09T05:50:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:51:01.290Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:51:01.291Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:51:51.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:51:51.724Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:51:51.724Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:51:51.726Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:51:51.726Z||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-11-09T05:51:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:52:01.272Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:52:01.273Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:52:51.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:52:51.724Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:52:51.724Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:52:51.726Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:52:51.727Z||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-11-09T05:52:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:53:01.275Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:53:01.276Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:53:51.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:53:51.723Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:53:51.723Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:53:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:53:51.726Z||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-11-09T05:53:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:54:01.276Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:54:01.288Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:54:51.723Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:54:51.726Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:54:51.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:54:51.726Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:54:51.726Z||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-11-09T05:54:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:55:01.291Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:55:01.291Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:55:51.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:55:51.723Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:55:51.724Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:55:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:55:51.726Z||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-11-09T05:55:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:56:01.289Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:56:01.329Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:56:51.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:56:51.723Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:56:51.724Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:56:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:56:51.726Z||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-11-09T05:56:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:01.290Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:57:01.311Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:57:51.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:57:51.723Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:57:51.723Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:57:51.726Z||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-11-09T05:57:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:52.287Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:57:52.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "cds",
"timestamp": 1667973452929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667973444587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667973444587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "cds",
"timestamp": 1667973452929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667973444587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "cds",
"timestamp": 1667973452929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667973444587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "cds",
"timestamp": 1667973452929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "cds",
"timestamp": 1667973452929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667973444587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "cds",
"timestamp": 1667973452929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.331Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667973444587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.331Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667973459252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "cds",
"timestamp": 1667973452929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T05:57:52.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667973444587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T05:57:52.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667973459252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "aai-ml",
"timestamp": 1667973460489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.335Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "cds",
"timestamp": 1667973461738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T05:57:52.336Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T05:57:52.336Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.336Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667973461540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T05:57:52.336Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T05:57:52.336Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.336Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667973459252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.337Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973461083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.337Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "aai-ml",
"timestamp": 1667973460489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.338Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "cds",
"timestamp": 1667973462758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-11-09T05:57:52.354Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:57:52.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"53dad6d5-5ff1-4787-ab97-45592de07e2e","serviceName":"vFW 2022-11-09 05-56-30","serviceVersion":"1.0","serviceUUID":"99012e55-46af-49f4-aea5-2076351cbeac","serviceDescription":"catalog service description","serviceInvariantUUID":"7e2cccfb-f4b1-41f4-9c45-a146598476c9","resources":[{"resourceInstanceName":"vFW 0f194ee5-bc56 0","resourceName":"vFW 0f194ee5-bc56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"02bc51a2-97c3-4a21-9a91-35c4d60114d3","resourceInvariantUUID":"55356e47-4067-4234-9b4f-8f9d8b57c6e5","resourceCustomizationUUID":"09e9ee6e-7b61-4301-9753-d55419569f29","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vf-license-model.xml","artifactChecksum":"YTBjODMxZjM0NDI4ODM2YWViYzZmOTQ4NDg3ZjZkMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74b8a8f0-8ee4-4972-86db-65d003b4007b","artifactVersion":"1"},{"artifactName":"vfw0f194ee5bc560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json","artifactChecksum":"YWYxZjc5NTYwODc0M2RhYmZmNDIwOTkxNzBlMDY0OGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ca219ae2-eb92-4254-b39a-ad74ee00cc26","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d59cfaf-faea-4215-9d40-ace411f963e8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vendor-license-model.xml","artifactChecksum":"ODI5MDA0MjY2YjA4YTcwODEzYjY3MGU2YTYxZTU0YTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b9634caa-fe96-4088-9b7c-25fb34b4ee7f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"afe30765-8df7-4700-86fd-adce68bfcac1","artifactVersion":"2","generatedFromUUID":"6d59cfaf-faea-4215-9d40-ace411f963e8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221109055630-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-template.yml","artifactChecksum":"YjNkNjJhOTAyOGU0MmYxNDVmOTY1NzAwZjk4ZTZiNDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa34bff6-24c2-4b4c-b20a-32dbbb3912c2","artifactVersion":"1"},{"artifactName":"service-Vfw20221109055630-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar","artifactChecksum":"NjdlZjZjZTdlNmNmNmUxOTk2NThhMzc1Mzg1OTMzNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4612b413-9dac-47f3-9204-bfb6e15976fd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-09T05:57:52.363Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T05:57:52.370Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:57:52.388Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:57:52.388Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973471722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T05:57:52.488Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-09T05:57:52.493Z||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-11-09T05:57:52.493Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:52.507Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:57:52.508Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T05:57:52.554Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53dad6d5-5ff1-4787-ab97-45592de07e2e
2022-11-09T05:57:52.582Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53dad6d5-5ff1-4787-ab97-45592de07e2e 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-11-09T05:57:52.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667973459252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973461083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
"status": "NOTIFIED"
}
2022-11-09T05:57:52.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "aai-ml",
"timestamp": 1667973460489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667973459252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973461083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-09T05:57:52.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "aai-ml",
"timestamp": 1667973460489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667973459252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973461083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "aai-ml",
"timestamp": 1667973460489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667973459252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973461083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-09T05:57:52.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "aai-ml",
"timestamp": 1667973460489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973461083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "aai-ml",
"timestamp": 1667973460489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T05:57:52.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973461083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T05:57:52.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T05:57:52.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667973467969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T05:57:52.635Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T05:57:52.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "aai-ml",
"timestamp": 1667973468328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T05:57:52.636Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T05:57:52.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973468907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-09T05:57:52.636Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T05:57:52.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667973468974,
"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-11-09T05:57:52.663Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53dad6d5-5ff1-4787-ab97-45592de07e2e
2022-11-09T05:57:52.664Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53dad6d5-5ff1-4787-ab97-45592de07e2e 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-11-09T05:57:52.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973469990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-09T05:57:52.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T05:57:52.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973471054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-09T05:57:52.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T05:57:53.396Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T05:57:53.397Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:57:53.399Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:57:53.399Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973471722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
"status": "NOTIFIED"
}
2022-11-09T05:57:53.499Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:57:53.501Z||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-11-09T05:57:53.501Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:53.518Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:57:53.519Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-09T05:57:54.400Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T05:57:54.401Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:57:54.404Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:57:54.404Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973471722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-09T05:57:54.504Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:57:54.506Z||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-11-09T05:57:54.506Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:54.522Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:57:54.523Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-09T05:57:55.405Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T05:57:55.406Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:57:55.410Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:57:55.411Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973471722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:55.511Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T05:57:55.512Z||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-11-09T05:57:55.512Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:55.525Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:57:55.526Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-09T05:57:56.411Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T05:57:56.413Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:57:56.416Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:57:56.416Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973471722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-09T05:57:56.516Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:57:56.517Z||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-11-09T05:57:56.518Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:56.535Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:57:56.537Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-09T05:57:57.417Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T05:57:57.418Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:57:57.422Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:57:57.422Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973471722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:57:57.522Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:57:57.523Z||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-11-09T05:57:57.523Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:57.546Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:57:57.547Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-11-09T05:57:58.423Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T05:57:58.424Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:57:58.426Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:57:58.427Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973471722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T05:57:58.527Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:57:58.528Z||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-11-09T05:57:58.528Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:58.542Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:57:58.543Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-09T05:57:59.429Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"serviceName": "vFW 2022-11-09 05-56-30",
"serviceVersion": "1.0",
"serviceUUID": "99012e55-46af-49f4-aea5-2076351cbeac",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7e2cccfb-f4b1-41f4-9c45-a146598476c9",
"resources": [
{
"resourceInstanceName": "vFW 0f194ee5-bc56 0",
"resourceCustomizationUUID": "09e9ee6e-7b61-4301-9753-d55419569f29",
"resourceName": "vFW 0f194ee5-bc56",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "02bc51a2-97c3-4a21-9a91-35c4d60114d3",
"resourceInvariantUUID": "55356e47-4067-4234-9b4f-8f9d8b57c6e5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0f194ee5bc560_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
"artifactChecksum": "YWYxZjc5NTYwODc0M2RhYmZmNDIwOTkxNzBlMDY0OGM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ca219ae2-eb92-4254-b39a-ad74ee00cc26",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6d59cfaf-faea-4215-9d40-ace411f963e8",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "afe30765-8df7-4700-86fd-adce68bfcac1",
"generatedFromUUID": "6d59cfaf-faea-4215-9d40-ace411f963e8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "afe30765-8df7-4700-86fd-adce68bfcac1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221109055630-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
"artifactChecksum": "NjdlZjZjZTdlNmNmNmUxOTk2NThhMzc1Mzg1OTMzNjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4612b413-9dac-47f3-9204-bfb6e15976fd"
}
],
"workloadContext": "Production"
}
2022-11-09T05:57:59.430Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-09T05:57:59.431Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 99012e55-46af-49f4-aea5-2076351cbeac ASDC
2022-11-09T05:57:59.571Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:53dad6d5-5ff1-4787-ab97-45592de07e2e
ServiceName:vFW 2022-11-09 05-56-30
ServiceVersion:1.0
ServiceUUID:99012e55-46af-49f4-aea5-2076351cbeac
ServiceInvariantUUID:7e2cccfb-f4b1-41f4-9c45-a146598476c9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221109055630-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar
ArtifactUUID:4612b413-9dac-47f3-9204-bfb6e15976fd
ArtifactChecksum:NjdlZjZjZTdlNmNmNmUxOTk2NThhMzc1Mzg1OTMzNjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0f194ee5-bc56 0
ResourceCustomizationUUID:09e9ee6e-7b61-4301-9753-d55419569f29
ResourceInvariantUUID:55356e47-4067-4234-9b4f-8f9d8b57c6e5
ResourceName:vFW 0f194ee5-bc56
ResourceType:VF
ResourceUUID:02bc51a2-97c3-4a21-9a91-35c4d60114d3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0f194ee5bc560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json
ArtifactUUID:ca219ae2-eb92-4254-b39a-ad74ee00cc26
ArtifactChecksum:YWYxZjc5NTYwODc0M2RhYmZmNDIwOTkxNzBlMDY0OGM=
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/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml
ArtifactUUID:6d59cfaf-faea-4215-9d40-ace411f963e8
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/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env
ArtifactUUID:afe30765-8df7-4700-86fd-adce68bfcac1
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/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env
ArtifactUUID:afe30765-8df7-4700-86fd-adce68bfcac1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-09T05:57:59.572Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99012e55-46af-49f4-aea5-2076351cbeac 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-11-09T05:57:59.631Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T05:57:59.633Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-09T05:57:59.634Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-09T05:57:59.634Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4612b413-9dac-47f3-9204-bfb6e15976fd from URL: /sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar
2022-11-09T05:57:59.635Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-09T05:57:59.637Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar
2022-11-09T05:57:59.745Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-09T05:57:59.767Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar 4612b413-9dac-47f3-9204-bfb6e15976fd 100691
2022-11-09T05:57:59.769Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar ASDC sendASDCNotification
2022-11-09T05:57:59.769Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar
2022-11-09T05:57:59.771Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T05:57:59.772Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:57:59.775Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:57:59.775Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973479767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T05:57:59.875Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:57:59.877Z||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-11-09T05:57:59.877Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:59.892Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:57:59.893Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-09T05:58:00.776Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T05:58:00.777Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-09T05:58:00.777Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4612b413-9dac-47f3-9204-bfb6e15976fd, URL: /sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar to file: /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:00.778Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221109055630-csar.csar
2022-11-09T05:58:00.881Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:00.882Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:01.958Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11036824382201900354/Definitions/service-Vfw20221109055630-template.yml
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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-11-09T05:58:05.718Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-09T05:58:05.724Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-09T05:58:05.724Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.724Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-09T05:58:05.725Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.725Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||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-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.725Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||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-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.725Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||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-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.725Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.725Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.725Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||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-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.725Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.726Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.726Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.726Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0f194ee5-bc56 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.726Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-09T05:58:05.733Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:05.735Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:05.740Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:05.740Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-09T05:58:05.742Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T05:58:05.743Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:05.744Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:05.744Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:05.744Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-09T05:58:05.744Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T05:58:05.745Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:05.745Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:05.750Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:05.750Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is not matching search criteria
2022-11-09T05:58:05.751Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T05:58:05.751Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T05:58:05.751Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-09T05:58:05.751Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.752Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:05.752Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-09T05:58:05.752Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.752Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-09T05:58:05.753Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-09T05:58:05.753Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.753Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:05.753Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-09T05:58:05.753Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:05.754Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-09T05:58:05.754Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.754Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-09T05:58:05.754Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:05.755Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-09T05:58:05.756Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:05.756Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:05.757Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T05:58:05.757Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:05.757Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:05.757Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T05:58:05.758Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:05.758Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:05.758Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T05:58:05.758Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:05.758Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is not matching search criteria
2022-11-09T05:58:05.759Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T05:58:05.759Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T05:58:05.759Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-09T05:58:05.759Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-09T05:58:05.759Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-09T05:58:05.759Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.760Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:05.760Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-09T05:58:05.760Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:05.760Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-09T05:58:05.760Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.760Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=58361771-7d78-4b24-99b0-5beac7ad7411
2022-11-09T05:58:05.761Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:05.761Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is not matching search criteria
2022-11-09T05:58:05.761Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T05:58:05.762Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T05:58:05.762Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-09T05:58:05.762Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.762Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:05.762Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-09T05:58:05.763Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.763Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-09T05:58:05.763Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-09T05:58:05.763Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:05.764Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-09T05:58:05.764Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.765Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=eaf1b66e-26a1-4a99-9ecc-5de060fa1a1b
2022-11-09T05:58:05.765Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:05.765Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is not matching search criteria
2022-11-09T05:58:05.765Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T05:58:05.766Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T05:58:05.766Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-09T05:58:05.766Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.766Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:05.766Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-09T05:58:05.766Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.767Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-09T05:58:05.767Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-09T05:58:05.767Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.767Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:05.767Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-09T05:58:05.767Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f2384cca-c37d-4d1a-ba4c-5fd83cbe1ac6
2022-11-09T05:58:05.768Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:05.768Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:05.768Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:05.768Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:05.768Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:05.768Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:05.769Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:05.769Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:05.769Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-09 05-56-30
Description:catalog service description
Model UUID:99012e55-46af-49f4-aea5-2076351cbeac
Model Version:NULL
Model InvariantUuid:7e2cccfb-f4b1-41f4-9c45-a146598476c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0f194ee5-bc56
Model UUID:307ca0cd-fbe7-4a5c-af6b-9792298052b3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:55356e47-4067-4234-9b4f-8f9d8b57c6e5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:09e9ee6e-7b61-4301-9753-d55419569f29
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fe336473-5113-43f2-a26c-9ac91d03912c
ModelName:Vfw0f194ee5Bc56..base_vfw..module-0
ModelUuid:71d021a1-5d62-403c-b23f-517317b9f7d1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:58361771-7d78-4b24-99b0-5beac7ad7411
ModelInvariantUuid:5107edb9-b06b-41ed-804f-c72dbef158aa
ModelName:vFW 0f194ee5-bc56-nodes.vfwCvfc
ModelUuid:6cf0d7f3-c1c4-4252-8fe0-5dd6bcc9f15c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:17545475-98af-4384-b412-1411f37b6fab
ModelInvariantUuid:92ced9b5-a25b-4f67-a84e-b05c0142ba7d
ModelName:Vfw0f194ee5Bc56.compute.nodes.heat.vfw
ModelUuid:38f52e03-6628-4fda-85f6-5511d06a66ac
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:eaf1b66e-26a1-4a99-9ecc-5de060fa1a1b
ModelInvariantUuid:f44d477f-24c0-4662-a44c-0dcc49ce2a45
ModelName:vFW 0f194ee5-bc56-nodes.vsnCvfc
ModelUuid:86740072-7a37-4e73-ab7d-61ca234f1c5a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ba29af5c-ed8f-4b53-945b-c7fddd72efea
ModelInvariantUuid:4f369f4f-e474-47ce-8d12-5c40b0ae3189
ModelName:Vfw0f194ee5Bc56.compute.nodes.heat.vsn
ModelUuid:c437f4e2-3bb6-4793-acaf-0dc74832a8c0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f2384cca-c37d-4d1a-ba4c-5fd83cbe1ac6
ModelInvariantUuid:e5c42a37-21dd-4a5c-b9c4-2958945ff117
ModelName:vFW 0f194ee5-bc56-nodes.vpgCvfc
ModelUuid:9b3fc025-9cf5-49c7-a72a-ae771d56ed9c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:47261ea6-e875-46a0-a7be-8be4dd6a58fc
ModelInvariantUuid:acac6252-c8a9-4c21-b399-fc556b0889b1
ModelName:Vfw0f194ee5Bc56.compute.nodes.heat.vpg
ModelUuid:3e9dcddb-ab77-4a97-abe8-f6b98ba6c3b7
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-11-09T05:58:05.783Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 02bc51a2-97c3-4a21-9a91-35c4d60114d3
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-11-09T05:58:05.898Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||vFW 0f194ee5-bc56 0
2022-11-09T05:58:05.906Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 02bc51a2-97c3-4a21-9a91-35c4d60114d3
2022-11-09T05:58:05.906Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ca219ae2-eb92-4254-b39a-ad74ee00cc26 from URL: /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json
2022-11-09T05:58:05.906Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-09T05:58:05.907Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json
2022-11-09T05:58:05.968Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-09T05:58:05.969Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json ca219ae2-eb92-4254-b39a-ad74ee00cc26 785
2022-11-09T05:58:05.969Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json ASDC sendASDCNotification
2022-11-09T05:58:05.969Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json
2022-11-09T05:58:05.969Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T05:58:05.970Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:58:05.973Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:58:05.973Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973485969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-09T05:58:06.073Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:58:06.074Z||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-11-09T05:58:06.074Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:58:06.086Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:58:06.087Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T05:58:06.974Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0f194ee5Bc56..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fe336473-5113-43f2-a26c-9ac91d03912c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "71d021a1-5d62-403c-b23f-517317b9f7d1",
"vfModuleModelCustomizationUUID": "d892b28c-28c0-4296-8141-ba291dc6a2e4",
"isBase": true,
"artifacts": [
"6d59cfaf-faea-4215-9d40-ace411f963e8",
"afe30765-8df7-4700-86fd-adce68bfcac1"
],
"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-11-09T05:58:06.992Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0f194ee5Bc56..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71d021a1-5d62-403c-b23f-517317b9f7d1
VfModuleModelInvariantUUID:fe336473-5113-43f2-a26c-9ac91d03912c
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d59cfaf-faea-4215-9d40-ace411f963e8
,
afe30765-8df7-4700-86fd-adce68bfcac1
}
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-11-09T05:58:06.995Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0f194ee5Bc56..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fe336473-5113-43f2-a26c-9ac91d03912c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "71d021a1-5d62-403c-b23f-517317b9f7d1",
"vfModuleModelCustomizationUUID": "d892b28c-28c0-4296-8141-ba291dc6a2e4",
"isBase": true,
"artifacts": [
"6d59cfaf-faea-4215-9d40-ace411f963e8",
"afe30765-8df7-4700-86fd-adce68bfcac1"
],
"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-11-09T05:58:06.995Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0f194ee5Bc56..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71d021a1-5d62-403c-b23f-517317b9f7d1
VfModuleModelInvariantUUID:fe336473-5113-43f2-a26c-9ac91d03912c
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d59cfaf-faea-4215-9d40-ace411f963e8
,
afe30765-8df7-4700-86fd-adce68bfcac1
}
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-11-09T05:58:06.996Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6d59cfaf-faea-4215-9d40-ace411f963e8 from URL: /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml
2022-11-09T05:58:06.996Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-09T05:58:06.996Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml
2022-11-09T05:58:07.049Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-09T05:58:07.051Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml 6d59cfaf-faea-4215-9d40-ace411f963e8 20368
2022-11-09T05:58:07.052Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-09T05:58:07.053Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml
2022-11-09T05:58:07.053Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T05:58:07.054Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:58:07.056Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:58:07.057Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973487051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-09T05:58:07.157Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:58:07.158Z||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-11-09T05:58:07.158Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:58:07.172Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:58:07.173Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-09T05:58:08.058Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: afe30765-8df7-4700-86fd-adce68bfcac1 from URL: /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env
2022-11-09T05:58:08.059Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-09T05:58:08.059Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env
2022-11-09T05:58:08.124Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-09T05:58:08.125Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env afe30765-8df7-4700-86fd-adce68bfcac1 2098
2022-11-09T05:58:08.125Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-09T05:58:08.126Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env
2022-11-09T05:58:08.126Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T05:58:08.126Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:58:08.130Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:58:08.130Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973488125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-09T05:58:08.230Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:58:08.231Z||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-11-09T05:58:08.231Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:58:08.249Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:58:08.250Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-09T05:58:09.131Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 99012e55-46af-49f4-aea5-2076351cbeac
2022-11-09T05:58:09.132Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0f194ee5-bc56 0 02bc51a2-97c3-4a21-9a91-35c4d60114d3 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T05:58:09.180Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38dd8378, org.onap.sdc.toscaparser.api.parameters.Input@9ed7a6b, org.onap.sdc.toscaparser.api.parameters.Input@1cdf663f, org.onap.sdc.toscaparser.api.parameters.Input@11260773, org.onap.sdc.toscaparser.api.parameters.Input@4534806c]
2022-11-09T05:58:09.192Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:09.193Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:09.193Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-11-09T05:58:09.194Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 09e9ee6e-7b61-4301-9753-d55419569f29
2022-11-09T05:58:09.194Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 09e9ee6e-7b61-4301-9753-d55419569f29 matches Tosca VF Customization UUID: 09e9ee6e-7b61-4301-9753-d55419569f29
2022-11-09T05:58:09.194Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 09e9ee6e-7b61-4301-9753-d55419569f29 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-11-09T05:58:09.208Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:09.208Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:09.210Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 09e9ee6e-7b61-4301-9753-d55419569f29: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-09T05:58:09.211Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d28da38
2022-11-09T05:58:09.211Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:09.211Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-09T05:58:09.212Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d892b28c-28c0-4296-8141-ba291dc6a2e4
2022-11-09T05:58:09.214Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d892b28c-28c0-4296-8141-ba291dc6a2e4
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-11-09T05:58:09.224Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:09.225Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:09.225Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T05:58:09.227Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:09.227Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:09.228Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T05:58:09.228Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:09.228Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is not matching search criteria
2022-11-09T05:58:09.228Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T05:58:09.229Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T05:58:09.229Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-09T05:58:09.229Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-09T05:58:09.230Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-09T05:58:09.230Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-09T05:58:09.230Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:09.230Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-09T05:58:09.231Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:09.231Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-09T05:58:09.231Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T05:58:09.232Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=58361771-7d78-4b24-99b0-5beac7ad7411
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-11-09T05:58:09.244Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:09.245Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:09.245Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T05:58:09.246Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:09.246Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is not matching search criteria
2022-11-09T05:58:09.246Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T05:58:09.246Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T05:58:09.246Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-09T05:58:09.246Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-09T05:58:09.247Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:09.247Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-09T05:58:09.247Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T05:58:09.247Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-09T05:58:09.247Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-09T05:58:09.247Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:09.248Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-09T05:58:09.248Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T05:58:09.248Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=eaf1b66e-26a1-4a99-9ecc-5de060fa1a1b
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-11-09T05:58:09.252Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:09.253Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:09.253Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T05:58:09.256Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:09.256Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is not matching search criteria
2022-11-09T05:58:09.256Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T05:58:09.256Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T05:58:09.256Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-09T05:58:09.257Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-09T05:58:09.257Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:09.257Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-09T05:58:09.257Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T05:58:09.257Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-09T05:58:09.257Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-09T05:58:09.258Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-09T05:58:09.258Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:09.258Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-09T05:58:09.258Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f2384cca-c37d-4d1a-ba4c-5fd83cbe1ac6
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-11-09T05:58:09.266Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:09.266Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:09.266Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T05:58:09.266Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:09.267Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:09.267Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0] matching following query criteria: sdcType=VF, customizationUUID=09e9ee6e-7b61-4301-9753-d55419569f29
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-11-09T05:58:09.270Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:09.270Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:09.270Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 99012e55-46af-49f4-aea5-2076351cbeac: vFW 0f194ee5-bc56
2022-11-09T05:58:09.271Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:09.271Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:09.271Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:09.271Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:09.271Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:09.271Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:09.272Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:09.272Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:09.272Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T05:58:09.272Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:09.273Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-11-09 05-56-30
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-11-09T05:58:09.667Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0f194ee5-bc56 02bc51a2-97c3-4a21-9a91-35c4d60114d3 1 ASDC deployResourceStructure
2022-11-09T05:58:09.668Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json ASDC sendASDCNotification
2022-11-09T05:58:09.668Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json
2022-11-09T05:58:09.668Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T05:58:09.669Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:58:09.671Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:58:09.671Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973489668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
"status": "DEPLOY_OK"
}
2022-11-09T05:58:09.771Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:58:09.772Z||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-11-09T05:58:09.772Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:58:09.785Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:58:09.786Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T05:58:10.672Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-09T05:58:10.673Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml
2022-11-09T05:58:10.673Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T05:58:10.674Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:58:10.676Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:58:10.676Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973490672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-09T05:58:10.776Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:58:10.778Z||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-11-09T05:58:10.778Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:58:10.826Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:58:10.827Z||pool-15-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-11-09T05:58:11.680Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-09T05:58:11.682Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env
2022-11-09T05:58:11.683Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T05:58:11.683Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:58:11.686Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:58:11.686Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973491680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-09T05:58:11.786Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:58:11.788Z||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-11-09T05:58:11.788Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:58:11.799Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:58:11.799Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-09T05:58:12.688Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar ASDC sendASDCNotification
2022-11-09T05:58:12.688Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:12.688Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T05:58:12.689Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:58:12.691Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:58:12.691Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973492688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T05:58:12.791Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T05:58:12.792Z||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-11-09T05:58:12.793Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:58:12.805Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:58:12.806Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T05:58:13.692Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
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-11-09T05:58:13.713Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
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-11-09T05:58:13.717Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T05:58:13.717Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T05:58:13.718Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T05:58:43.718Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
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-11-09T05:58:43.743Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
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-11-09T05:58:43.748Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T05:58:43.748Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T05:58:43.749Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T05:58:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:58:51.727Z||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-11-09T05:58:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:58:51.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:58:51.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:58:51.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973472151,
"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-11-09T05:58:51.769Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53dad6d5-5ff1-4787-ab97-45592de07e2e
2022-11-09T05:58:51.769Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53dad6d5-5ff1-4787-ab97-45592de07e2e 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-11-09T05:59:13.750Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
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-11-09T05:59:13.773Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
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-11-09T05:59:13.778Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T05:59:13.778Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T05:59:13.779Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T05:59:43.779Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
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-11-09T05:59:43.798Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
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-11-09T05:59:43.803Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T05:59:43.804Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T05:59:43.804Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T05:59:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:59:51.727Z||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-11-09T05:59:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:59:51.757Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T05:59:51.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:59:51.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973471722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T05:59:51.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:13.805Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
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-11-09T06:00:13.821Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
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-11-09T06:00:13.826Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:00:13.826Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:00:13.827Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:00:43.827Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
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-11-09T06:00:43.849Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
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-11-09T06:00:43.855Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:00:43.855Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:00:43.856Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:00:51.731Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:00:51.732Z||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-11-09T06:00:51.733Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:00:52.265Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:00:52.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973473157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
"status": "DEPLOY_OK"
}
2022-11-09T06:00:52.270Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973471722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
"status": "NOTIFIED"
}
2022-11-09T06:00:52.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973471722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-09T06:00:52.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973471722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973471722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-09T06:00:52.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973471722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973471722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:00:52.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973479767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:00:52.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "aai-ml",
"timestamp": 1667973483856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T06:00:52.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "aai-ml",
"timestamp": 1667973484862,
"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-11-09T06:00:52.288Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53dad6d5-5ff1-4787-ab97-45592de07e2e
2022-11-09T06:00:52.288Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53dad6d5-5ff1-4787-ab97-45592de07e2e 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-11-09T06:00:52.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973485969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:00:52.300Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973487051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:00:52.301Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973481084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "ves-openapi-manager",
"timestamp": 1667973479252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973488125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:00:52.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "cds",
"timestamp": 1667973482929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973481084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
"status": "NOTIFIED"
}
2022-11-09T06:00:52.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "ves-openapi-manager",
"timestamp": 1667973479252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "cds",
"timestamp": 1667973482929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973489668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
"status": "DEPLOY_OK"
}
2022-11-09T06:00:52.307Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "ves-openapi-manager",
"timestamp": 1667973479252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973481084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-09T06:00:52.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "cds",
"timestamp": 1667973482929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973490672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-09T06:00:52.311Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "aai-ml",
"timestamp": 1667973490489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "ves-openapi-manager",
"timestamp": 1667973479252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973481084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "cds",
"timestamp": 1667973482929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973491680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-09T06:00:52.315Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "aai-ml",
"timestamp": 1667973490489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "ves-openapi-manager",
"timestamp": 1667973479252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973481084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-09T06:00:52.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "cds",
"timestamp": 1667973482929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973492688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T06:00:52.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "aai-ml",
"timestamp": 1667973490489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "ves-openapi-manager",
"timestamp": 1667973479252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973481084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "cds",
"timestamp": 1667973482929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "aai-ml",
"timestamp": 1667973490489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "ves-openapi-manager",
"timestamp": 1667973479252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973481084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:00:52.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "cds",
"timestamp": 1667973482929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:00:52.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "aai-ml",
"timestamp": 1667973490489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973495248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:00:52.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "cds",
"timestamp": 1667973495587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:00:52.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "aai-ml",
"timestamp": 1667973490489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973496315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:00:52.324Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "cds",
"timestamp": 1667973496595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-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-11-09T06:00:52.342Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 06442636-79dc-4f50-9b05-132e1f193944
2022-11-09T06:00:52.342Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06442636-79dc-4f50-9b05-132e1f193944 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-11-09T06:00:52.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "aai-ml",
"timestamp": 1667973490489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:00:52.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973497368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:00:52.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "aai-ml",
"timestamp": 1667973498239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:00:52.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973498396,
"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-11-09T06:00:52.369Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06442636-79dc-4f50-9b05-132e1f193944
2022-11-09T06:00:52.369Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06442636-79dc-4f50-9b05-132e1f193944 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-11-09T06:00:52.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667973499401,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-09T06:00:52.383Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667973504587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "aai-ml",
"timestamp": 1667973505468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T06:00:52.385Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667973504587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "aai-ml",
"timestamp": 1667973506472,
"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-11-09T06:00:52.395Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 06442636-79dc-4f50-9b05-132e1f193944
2022-11-09T06:00:52.396Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06442636-79dc-4f50-9b05-132e1f193944 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-11-09T06:00:52.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667973504587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667973504587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667973504587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667973504587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667973504587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:00:52.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:00:52.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667973512388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:00:52.412Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667973514950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T06:00:52.412Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667973515955,
"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-11-09T06:00:52.422Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 06442636-79dc-4f50-9b05-132e1f193944
2022-11-09T06:00:52.423Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06442636-79dc-4f50-9b05-132e1f193944 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-11-09T06:01:13.856Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
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-11-09T06:01:13.873Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
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-11-09T06:01:13.878Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:01:13.878Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-09T06:01:13.878Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-09T06:01:13.878Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-09T06:01:13.879Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T06:01:13.879Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T06:01:13.879Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T06:01:13.880Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T06:01:13.880Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T06:01:13.880Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||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-11-09T06:01:13.888Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-09T06:01:43.889Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e 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-11-09T06:01:43.908Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e and serviceModelVersionId: 99012e55-46af-49f4-aea5-2076351cbeac
2022-11-09T06:01:43.909Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e2cccfb-f4b1-41f4-9c45-a146598476c9
2022-11-09T06:01:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:01:51.727Z||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-11-09T06:01:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:01.297Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:02:01.531Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e2cccfb-f4b1-41f4-9c45-a146598476c9/model-vers/model-ver/99012e55-46af-49f4-aea5-2076351cbeac?depth=0
2022-11-09T06:02:01.679Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-09T06:02:02.354Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e2cccfb-f4b1-41f4-9c45-a146598476c9/model-vers/model-ver/99012e55-46af-49f4-aea5-2076351cbeac?depth=0|INFO|500||Invoke
2022-11-09T06:02:02.367Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e2cccfb-f4b1-41f4-9c45-a146598476c9/model-vers/model-ver/99012e55-46af-49f4-aea5-2076351cbeac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e2cccfb-f4b1-41f4-9c45-a146598476c9/model-vers/model-ver/99012e55-46af-49f4-aea5-2076351cbeac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[53dad6d5-5ff1-4787-ab97-45592de07e2e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e3c149f8-0d90-4fdd-a8a7-f2fc89071143], X-ECOMP-RequestID=[53dad6d5-5ff1-4787-ab97-45592de07e2e], X-TransactionId=[], X-ONAP-RequestID=[53dad6d5-5ff1-4787-ab97-45592de07e2e], Content-Type=[application/merge-patch+json]}
2022-11-09T06:02:02.539Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e2cccfb-f4b1-41f4-9c45-a146598476c9/model-vers/model-ver/99012e55-46af-49f4-aea5-2076351cbeac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-09T06:02:02.712Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e2cccfb-f4b1-41f4-9c45-a146598476c9/model-vers/model-ver/99012e55-46af-49f4-aea5-2076351cbeac?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/7e2cccfb-f4b1-41f4-9c45-a146598476c9/model-vers/model-ver/99012e55-46af-49f4-aea5-2076351cbeac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221109-06:02:02:992-77934], vertex-id=[180224], Content-Length=[0], Date=[Wed, 09 Nov 2022 06:02:02 GMT], Content-Type=[application/json]}
2022-11-09T06:02:02.714Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e2cccfb-f4b1-41f4-9c45-a146598476c9/model-vers/model-ver/99012e55-46af-49f4-aea5-2076351cbeac?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-09T06:02:02.715Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e2cccfb-f4b1-41f4-9c45-a146598476c9/model-vers/model-ver/99012e55-46af-49f4-aea5-2076351cbeac?depth=0|INFO|500||InvokeReturn
2022-11-09T06:02:02.719Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-09T06:02:02.719Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||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-11-09T06:02:02.728Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||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-11-09T06:02:02.729Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53dad6d5-5ff1-4787-ab97-45592de07e2e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-09T06:02:02.731Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-09T06:02:02.732Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:02.734Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:02.734Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973722729,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:02:02.835Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:02:02.836Z||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-11-09T06:02:02.837Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:02.850Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:02:02.851Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 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-11-09T06:02:03.764Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:02:03.765Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:02:03.765Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:08.187Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:02:08.188Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-09T06:02:08.188Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"06442636-79dc-4f50-9b05-132e1f193944","serviceName":"basic_onboard_OkquuM","serviceVersion":"1.0","serviceUUID":"d4c507f9-b795-4239-b9c6-8618fe59a079","serviceDescription":"service","serviceInvariantUUID":"3f116e94-6b12-4561-94bc-0ae88aa7a239","resources":[{"resourceInstanceName":"basic_onboard_OkquuM 0","resourceName":"basic_onboard_OkquuM","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3c93d4a5-8a84-4de3-ade0-f5125799d464","resourceInvariantUUID":"a378f43d-4f14-4799-81f9-a7d32e25338d","resourceCustomizationUUID":"c824dedc-0408-452a-9487-65e176cc9aa5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vf-license-model.xml","artifactChecksum":"NmUzNmY4YmE0MWU2YTFlZDNmN2RlMWVlYTNlMTYxYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4a2920e-529e-4a62-bfcc-9450a520cae7","artifactVersion":"1"},{"artifactName":"basic_onboard_okquum0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json","artifactChecksum":"M2JjM2Q1M2EzNTZlNDdiODljOGZmMTdjYTVlNzZjYTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1364edfb-da96-43d0-b981-86f28d7ccde3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8dc90cd4-0ae7-4067-be76-88698d899871","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3025cc7-c8a3-40bc-ad7f-4b77d5bd0f7b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fb7ae727-3580-4da2-bc40-231fc54401d9","artifactVersion":"2","generatedFromUUID":"8dc90cd4-0ae7-4067-be76-88698d899871"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOkquum-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-template.yml","artifactChecksum":"M2U1YjFmMWNjN2ZlZTMzNzE3MjRiODRiZjMxMGM3NDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d2e8189-3b6f-410d-9bc3-5f43f8d0dcd6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOkquum-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar","artifactChecksum":"YjgxZTMwOWE2ODMwM2UwM2NhNjZjMzRlZWFkNGU5ZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e1536cd-7042-4ca6-b6a3-55a77252eef7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-09T06:02:08.191Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:02:08.192Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:08.194Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:08.194Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973723763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:02:08.294Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:02:08.296Z||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-11-09T06:02:08.296Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:08.313Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:02:08.313Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:09.196Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:02:09.197Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:09.199Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:09.199Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973723763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
"status": "NOTIFIED"
}
2022-11-09T06:02:09.300Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:02:09.301Z||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-11-09T06:02:09.301Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:09.315Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:02:09.316Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:10.201Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:02:10.203Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:10.204Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:10.205Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973723763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-09T06:02:10.305Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:02:10.306Z||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-11-09T06:02:10.306Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:10.318Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:02:10.319Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:11.205Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:02:11.207Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:11.210Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:11.210Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973723763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:02:11.310Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:02:11.312Z||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-11-09T06:02:11.312Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:11.323Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:02:11.324Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:12.212Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:02:12.214Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:12.216Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:12.216Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973723763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-09T06:02:12.316Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:02:12.318Z||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-11-09T06:02:12.318Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:12.332Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:02:12.333Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:13.217Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:02:13.219Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:13.221Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:13.221Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973723763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:02:13.323Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-09T06:02:13.324Z||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-11-09T06:02:13.325Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:13.341Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:02:13.342Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:14.222Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:02:14.222Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:14.225Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:14.225Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973723763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:02:14.325Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:02:14.326Z||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-11-09T06:02:14.327Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:14.340Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:02:14.341Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:02:15.227Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"serviceName": "basic_onboard_OkquuM",
"serviceVersion": "1.0",
"serviceUUID": "d4c507f9-b795-4239-b9c6-8618fe59a079",
"serviceDescription": "service",
"serviceInvariantUUID": "3f116e94-6b12-4561-94bc-0ae88aa7a239",
"resources": [
{
"resourceInstanceName": "basic_onboard_OkquuM 0",
"resourceCustomizationUUID": "c824dedc-0408-452a-9487-65e176cc9aa5",
"resourceName": "basic_onboard_OkquuM",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3c93d4a5-8a84-4de3-ade0-f5125799d464",
"resourceInvariantUUID": "a378f43d-4f14-4799-81f9-a7d32e25338d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_okquum0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
"artifactChecksum": "M2JjM2Q1M2EzNTZlNDdiODljOGZmMTdjYTVlNzZjYTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1364edfb-da96-43d0-b981-86f28d7ccde3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8dc90cd4-0ae7-4067-be76-88698d899871",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fb7ae727-3580-4da2-bc40-231fc54401d9",
"generatedFromUUID": "8dc90cd4-0ae7-4067-be76-88698d899871"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "fb7ae727-3580-4da2-bc40-231fc54401d9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOkquum-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
"artifactChecksum": "YjgxZTMwOWE2ODMwM2UwM2NhNjZjMzRlZWFkNGU5ZDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8e1536cd-7042-4ca6-b6a3-55a77252eef7"
}
],
"workloadContext": "Production"
}
2022-11-09T06:02:15.228Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-09T06:02:15.228Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d4c507f9-b795-4239-b9c6-8618fe59a079 ASDC
2022-11-09T06:02:15.229Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:06442636-79dc-4f50-9b05-132e1f193944
ServiceName:basic_onboard_OkquuM
ServiceVersion:1.0
ServiceUUID:d4c507f9-b795-4239-b9c6-8618fe59a079
ServiceInvariantUUID:3f116e94-6b12-4561-94bc-0ae88aa7a239
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOkquum-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar
ArtifactUUID:8e1536cd-7042-4ca6-b6a3-55a77252eef7
ArtifactChecksum:YjgxZTMwOWE2ODMwM2UwM2NhNjZjMzRlZWFkNGU5ZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OkquuM 0
ResourceCustomizationUUID:c824dedc-0408-452a-9487-65e176cc9aa5
ResourceInvariantUUID:a378f43d-4f14-4799-81f9-a7d32e25338d
ResourceName:basic_onboard_OkquuM
ResourceType:VF
ResourceUUID:3c93d4a5-8a84-4de3-ade0-f5125799d464
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_okquum0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json
ArtifactUUID:1364edfb-da96-43d0-b981-86f28d7ccde3
ArtifactChecksum:M2JjM2Q1M2EzNTZlNDdiODljOGZmMTdjYTVlNzZjYTk=
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/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8dc90cd4-0ae7-4067-be76-88698d899871
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/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env
ArtifactUUID:fb7ae727-3580-4da2-bc40-231fc54401d9
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/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env
ArtifactUUID:fb7ae727-3580-4da2-bc40-231fc54401d9
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-09T06:02:15.229Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d4c507f9-b795-4239-b9c6-8618fe59a079 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-11-09T06:02:15.286Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:02:15.287Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-09T06:02:15.288Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-09T06:02:15.288Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8e1536cd-7042-4ca6-b6a3-55a77252eef7 from URL: /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:15.288Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-09T06:02:15.289Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:15.446Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-09T06:02:15.450Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar 8e1536cd-7042-4ca6-b6a3-55a77252eef7 75310
2022-11-09T06:02:15.451Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar ASDC sendASDCNotification
2022-11-09T06:02:15.451Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:15.452Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:02:15.452Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:15.455Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:15.455Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973735450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:02:15.555Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:02:15.556Z||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-11-09T06:02:15.556Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:15.573Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:02:15.574Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:16.455Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:02:16.457Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-09T06:02:16.457Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 8e1536cd-7042-4ca6-b6a3-55a77252eef7, URL: /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar to file: /app/ASDC/1/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:16.458Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:16.459Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:16.459Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:16.733Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4577995396687003360/Definitions/service-BasicOnboardOkquum-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-09T06:02:18.370Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-09T06:02:18.370Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-09T06:02:18.371Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:18.371Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-09T06:02:18.371Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:18.371Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||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-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:18.371Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OkquuM 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:18.372Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||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-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:18.372Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||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-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:18.372Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:18.372Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||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-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:18.372Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-09T06:02:18.373Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:18.373Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:18.373Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is matching search criteria
2022-11-09T06:02:18.374Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-09T06:02:18.374Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OkquuM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:02:18.374Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:18.374Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:18.375Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is matching search criteria
2022-11-09T06:02:18.375Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-09T06:02:18.375Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OkquuM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:02:18.375Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:18.376Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:18.376Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:18.376Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is not matching search criteria
2022-11-09T06:02:18.377Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-09T06:02:18.377Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-09T06:02:18.377Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-09T06:02:18.378Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-09T06:02:18.378Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-09T06:02:18.378Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:18.378Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-09T06:02:18.379Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:18.379Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is matching search criteria
2022-11-09T06:02:18.379Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OkquuM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:02:18.380Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:18.380Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is matching search criteria
2022-11-09T06:02:18.380Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OkquuM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:02:18.380Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:18.380Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is matching search criteria
2022-11-09T06:02:18.381Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OkquuM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:02:18.381Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:18.381Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is not matching search criteria
2022-11-09T06:02:18.381Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-09T06:02:18.381Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-09T06:02:18.382Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9fc75c0d-e513-46db-b016-6fb096200c98
2022-11-09T06:02:18.382Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:18.382Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:18.382Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:18.383Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:18.383Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:18.383Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:18.384Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:18.384Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:18.384Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_OkquuM
Description:service
Model UUID:d4c507f9-b795-4239-b9c6-8618fe59a079
Model Version:NULL
Model InvariantUuid:3f116e94-6b12-4561-94bc-0ae88aa7a239
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_OkquuM
Model UUID:d741823c-2d26-47ad-a83f-3da997c0353c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a378f43d-4f14-4799-81f9-a7d32e25338d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c824dedc-0408-452a-9487-65e176cc9aa5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:97634c17-10c6-40a1-a658-6c5f59f9cf72
ModelName:BasicOnboardOkquum..base_ubuntu18..module-0
ModelUuid:2de464e3-cb34-4947-8155-f4493674aeae
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9fc75c0d-e513-46db-b016-6fb096200c98
ModelInvariantUuid:b8887fdb-bf5c-48f9-83cd-215a774f450a
ModelName:basic_onboard_OkquuM-nodes.ubuntu18Cvfc
ModelUuid:dc38bf71-ccec-4c36-9648-865d794364bb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7505a7d6-536d-4728-be24-fc65a1034b55
ModelInvariantUuid:66b3de2b-5eab-4695-a2db-53e32d260eb9
ModelName:BasicOnboardOkquum.compute.nodes.heat.ubuntu18
ModelUuid:8c49519b-cae0-4288-bc87-9f49b187009e
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-11-09T06:02:18.391Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3c93d4a5-8a84-4de3-ade0-f5125799d464
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-11-09T06:02:18.395Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||basic_onboard_OkquuM 0
2022-11-09T06:02:18.395Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3c93d4a5-8a84-4de3-ade0-f5125799d464
2022-11-09T06:02:18.396Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1364edfb-da96-43d0-b981-86f28d7ccde3 from URL: /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json
2022-11-09T06:02:18.396Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-09T06:02:18.396Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json
2022-11-09T06:02:18.445Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-09T06:02:18.446Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json 1364edfb-da96-43d0-b981-86f28d7ccde3 798
2022-11-09T06:02:18.447Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json ASDC sendASDCNotification
2022-11-09T06:02:18.447Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json
2022-11-09T06:02:18.447Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:02:18.448Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:18.451Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:18.451Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973738447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:02:18.552Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-09T06:02:18.553Z||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-11-09T06:02:18.553Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:18.568Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:02:18.569Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:19.452Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOkquum..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "97634c17-10c6-40a1-a658-6c5f59f9cf72",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2de464e3-cb34-4947-8155-f4493674aeae",
"vfModuleModelCustomizationUUID": "0f7098fd-1c4d-4209-8238-3596c3cfff67",
"isBase": true,
"artifacts": [
"8dc90cd4-0ae7-4067-be76-88698d899871",
"fb7ae727-3580-4da2-bc40-231fc54401d9"
],
"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-11-09T06:02:19.458Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOkquum..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2de464e3-cb34-4947-8155-f4493674aeae
VfModuleModelInvariantUUID:97634c17-10c6-40a1-a658-6c5f59f9cf72
VfModuleModelDescription:NULL
Artifacts UUID List:{
8dc90cd4-0ae7-4067-be76-88698d899871
,
fb7ae727-3580-4da2-bc40-231fc54401d9
}
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-11-09T06:02:19.460Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOkquum..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "97634c17-10c6-40a1-a658-6c5f59f9cf72",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2de464e3-cb34-4947-8155-f4493674aeae",
"vfModuleModelCustomizationUUID": "0f7098fd-1c4d-4209-8238-3596c3cfff67",
"isBase": true,
"artifacts": [
"8dc90cd4-0ae7-4067-be76-88698d899871",
"fb7ae727-3580-4da2-bc40-231fc54401d9"
],
"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-11-09T06:02:19.460Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOkquum..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2de464e3-cb34-4947-8155-f4493674aeae
VfModuleModelInvariantUUID:97634c17-10c6-40a1-a658-6c5f59f9cf72
VfModuleModelDescription:NULL
Artifacts UUID List:{
8dc90cd4-0ae7-4067-be76-88698d899871
,
fb7ae727-3580-4da2-bc40-231fc54401d9
}
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-11-09T06:02:19.460Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8dc90cd4-0ae7-4067-be76-88698d899871 from URL: /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml
2022-11-09T06:02:19.460Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-09T06:02:19.460Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml
2022-11-09T06:02:19.516Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-09T06:02:19.517Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml 8dc90cd4-0ae7-4067-be76-88698d899871 5033
2022-11-09T06:02:19.517Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-09T06:02:19.517Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml
2022-11-09T06:02:19.517Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:02:19.518Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:19.520Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:19.520Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973739517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:02:19.620Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:02:19.621Z||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-11-09T06:02:19.621Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:19.675Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:02:19.676Z||pool-28-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:02:20.520Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fb7ae727-3580-4da2-bc40-231fc54401d9 from URL: /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env
2022-11-09T06:02:20.521Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-09T06:02:20.521Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env
2022-11-09T06:02:20.574Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-09T06:02:20.575Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env fb7ae727-3580-4da2-bc40-231fc54401d9 909
2022-11-09T06:02:20.576Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-09T06:02:20.576Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env
2022-11-09T06:02:20.576Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:02:20.576Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:20.581Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:20.581Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973740576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:02:20.680Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-09T06:02:20.681Z||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-11-09T06:02:20.681Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:20.696Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:02:20.696Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:02:21.582Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d4c507f9-b795-4239-b9c6-8618fe59a079
2022-11-09T06:02:21.584Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OkquuM 0 3c93d4a5-8a84-4de3-ade0-f5125799d464 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-11-09T06:02:21.598Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f19ad58, org.onap.sdc.toscaparser.api.parameters.Input@6530e476, org.onap.sdc.toscaparser.api.parameters.Input@3ad37d08, org.onap.sdc.toscaparser.api.parameters.Input@6da59c84, org.onap.sdc.toscaparser.api.parameters.Input@fb48f05]
2022-11-09T06:02:21.601Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:21.601Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:21.602Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-11-09T06:02:21.602Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= c824dedc-0408-452a-9487-65e176cc9aa5
2022-11-09T06:02:21.602Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c824dedc-0408-452a-9487-65e176cc9aa5 matches Tosca VF Customization UUID: c824dedc-0408-452a-9487-65e176cc9aa5
2022-11-09T06:02:21.602Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: c824dedc-0408-452a-9487-65e176cc9aa5 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-11-09T06:02:21.605Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:21.605Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:21.606Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id c824dedc-0408-452a-9487-65e176cc9aa5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-09T06:02:21.606Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d5f36ff
2022-11-09T06:02:21.606Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:21.606Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-09T06:02:21.607Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f7098fd-1c4d-4209-8238-3596c3cfff67
2022-11-09T06:02:21.607Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f7098fd-1c4d-4209-8238-3596c3cfff67
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-11-09T06:02:21.609Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:21.609Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is matching search criteria
2022-11-09T06:02:21.609Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OkquuM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:02:21.610Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:21.610Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is matching search criteria
2022-11-09T06:02:21.610Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OkquuM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:02:21.611Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:21.611Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is not matching search criteria
2022-11-09T06:02:21.611Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-09T06:02:21.611Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-09T06:02:21.612Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9fc75c0d-e513-46db-b016-6fb096200c98
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-11-09T06:02:21.615Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:21.615Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is matching search criteria
2022-11-09T06:02:21.615Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OkquuM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:02:21.616Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:21.616Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is matching search criteria
2022-11-09T06:02:21.616Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OkquuM 0] matching following query criteria: sdcType=VF, customizationUUID=c824dedc-0408-452a-9487-65e176cc9aa5
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-11-09T06:02:21.618Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:21.619Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:21.619Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d4c507f9-b795-4239-b9c6-8618fe59a079: basic_onboard_OkquuM
2022-11-09T06:02:21.619Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:21.619Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:21.620Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:21.620Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:21.620Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:21.620Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:21.620Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:21.621Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:21.621Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:02:21.621Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:21.621Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_OkquuM
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-11-09T06:02:21.732Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OkquuM 3c93d4a5-8a84-4de3-ade0-f5125799d464 1 ASDC deployResourceStructure
2022-11-09T06:02:21.733Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json ASDC sendASDCNotification
2022-11-09T06:02:21.733Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json
2022-11-09T06:02:21.733Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:02:21.733Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:21.736Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:21.736Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973741732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-09T06:02:21.837Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:02:21.838Z||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-11-09T06:02:21.838Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:21.853Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:02:21.854Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:22.738Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-09T06:02:22.739Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml
2022-11-09T06:02:22.739Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:02:22.740Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:22.743Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:22.744Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973742738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-09T06:02:22.844Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:02:22.846Z||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-11-09T06:02:22.846Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:22.857Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:02:22.858Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:23.745Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-09T06:02:23.745Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env
2022-11-09T06:02:23.746Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:02:23.746Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:23.748Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:23.748Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973743745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-09T06:02:23.848Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:02:23.850Z||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-11-09T06:02:23.850Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:23.863Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:02:23.864Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:24.750Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar ASDC sendASDCNotification
2022-11-09T06:02:24.750Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:24.750Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:02:24.751Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:24.753Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:24.753Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973744749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T06:02:24.853Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:02:24.855Z||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-11-09T06:02:24.855Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:24.867Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:02:24.868Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:02:25.756Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06442636-79dc-4f50-9b05-132e1f193944
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-11-09T06:02:25.773Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06442636-79dc-4f50-9b05-132e1f193944
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-11-09T06:02:25.781Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:02:25.782Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-09T06:02:25.782Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-09T06:02:25.783Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-09T06:02:25.783Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T06:02:25.783Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T06:02:25.784Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T06:02:25.784Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T06:02:25.784Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T06:02:25.786Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||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-11-09T06:02:25.793Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-09T06:02:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:02:51.728Z||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-11-09T06:02:51.729Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:52.356Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:02:52.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973722729,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:02:52.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:02:52.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973723763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:02:52.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:02:52.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973723763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
"status": "NOTIFIED"
}
2022-11-09T06:02:52.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:02:52.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973723763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-09T06:02:52.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:02:52.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973723763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:02:52.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:02:52.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973723763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-09T06:02:52.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:02:52.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973723763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:02:52.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:02:52.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973723763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:02:52.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-09T06:02:52.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973735450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:02:52.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:02:52.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973738447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:02:52.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:02:52.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973739517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:02:52.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:02:52.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973740576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:02:52.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:02:52.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973741732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-09T06:02:52.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:02:52.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973742738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-09T06:02:52.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:02:52.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973743745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-09T06:02:52.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:02:52.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973744749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T06:02:52.369Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:02:55.794Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 06442636-79dc-4f50-9b05-132e1f193944 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-11-09T06:02:55.803Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 06442636-79dc-4f50-9b05-132e1f193944 and serviceModelVersionId: d4c507f9-b795-4239-b9c6-8618fe59a079
2022-11-09T06:02:55.803Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3f116e94-6b12-4561-94bc-0ae88aa7a239
2022-11-09T06:02:55.805Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3f116e94-6b12-4561-94bc-0ae88aa7a239/model-vers/model-ver/d4c507f9-b795-4239-b9c6-8618fe59a079?depth=0
2022-11-09T06:02:55.813Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-09T06:02:55.891Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f116e94-6b12-4561-94bc-0ae88aa7a239/model-vers/model-ver/d4c507f9-b795-4239-b9c6-8618fe59a079?depth=0|INFO|500||Invoke
2022-11-09T06:02:55.893Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f116e94-6b12-4561-94bc-0ae88aa7a239/model-vers/model-ver/d4c507f9-b795-4239-b9c6-8618fe59a079?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f116e94-6b12-4561-94bc-0ae88aa7a239/model-vers/model-ver/d4c507f9-b795-4239-b9c6-8618fe59a079?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[06442636-79dc-4f50-9b05-132e1f193944], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c0e0b0b4-91ef-4d19-85bc-d7a29f9864ea], X-ECOMP-RequestID=[06442636-79dc-4f50-9b05-132e1f193944], X-TransactionId=[], X-ONAP-RequestID=[06442636-79dc-4f50-9b05-132e1f193944], Content-Type=[application/merge-patch+json]}
2022-11-09T06:02:55.971Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f116e94-6b12-4561-94bc-0ae88aa7a239/model-vers/model-ver/d4c507f9-b795-4239-b9c6-8618fe59a079?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-09T06:02:56.068Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f116e94-6b12-4561-94bc-0ae88aa7a239/model-vers/model-ver/d4c507f9-b795-4239-b9c6-8618fe59a079?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/3f116e94-6b12-4561-94bc-0ae88aa7a239/model-vers/model-ver/d4c507f9-b795-4239-b9c6-8618fe59a079?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221109-06:02:56:424-47532], vertex-id=[188416], Content-Length=[0], Date=[Wed, 09 Nov 2022 06:02:56 GMT], Content-Type=[application/json]}
2022-11-09T06:02:56.069Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f116e94-6b12-4561-94bc-0ae88aa7a239/model-vers/model-ver/d4c507f9-b795-4239-b9c6-8618fe59a079?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-09T06:02:56.070Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f116e94-6b12-4561-94bc-0ae88aa7a239/model-vers/model-ver/d4c507f9-b795-4239-b9c6-8618fe59a079?depth=0|INFO|500||InvokeReturn
2022-11-09T06:02:56.070Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-09T06:02:56.071Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||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-11-09T06:02:56.076Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||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-11-09T06:02:56.077Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 06442636-79dc-4f50-9b05-132e1f193944 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-09T06:02:56.077Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-09T06:02:56.078Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:56.080Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:56.081Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973776077,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:02:56.181Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:02:56.182Z||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-11-09T06:02:56.182Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:56.201Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:02:56.203Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T06:02:57.101Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:02:57.102Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:02:57.102Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:03:06.675Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:03:06.676Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:03:06.677Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:03:06.677Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:03:16.255Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:03:16.256Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:03:16.257Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:03:16.257Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:03:25.809Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:03:25.810Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:03:25.811Z||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-11-09T06:03:25.811Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:03:35.396Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:03:51.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:03:51.723Z||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-11-09T06:03:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:03:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:03:51.726Z||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-11-09T06:03:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:03:52.365Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:03:52.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:03:52.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667973776077,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:03:52.368Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:04:01.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:04:51.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:04:51.723Z||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-11-09T06:04:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:04:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:04:51.727Z||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-11-09T06:04:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:05:01.272Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:05:01.276Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:05:51.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:05:51.723Z||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-11-09T06:05:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:05:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:05:51.726Z||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-11-09T06:05:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:06:01.280Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:06:01.287Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:06:51.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:06:51.723Z||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-11-09T06:06:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:06:51.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:06:51.726Z||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-11-09T06:06:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:07:01.289Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:07:01.289Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:07:51.723Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:07:51.724Z||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-11-09T06:07:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:07:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:07:51.726Z||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-11-09T06:07:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:08:01.277Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:08:01.277Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:08:51.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:08:51.723Z||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-11-09T06:08:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:08:51.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:08:51.727Z||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-11-09T06:08:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:09:01.295Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:09:01.295Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:09:51.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:09:51.724Z||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-11-09T06:09:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:09:51.726Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:09:51.726Z||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-11-09T06:09:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:10:01.291Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:10:01.297Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:10:51.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:10:51.723Z||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-11-09T06:10:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:10:51.726Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:10:51.726Z||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-11-09T06:10:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:01.276Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:11:01.277Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:11:51.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:11:51.724Z||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-11-09T06:11:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:11:51.729Z||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-11-09T06:11:51.730Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:52.362Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:11:52.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a419d197-47d8-4907-9660-c4c6bd3a2243","serviceName":"Demo_pNF_lrMpFOqbUeNycctj5cHz","serviceVersion":"1.0","serviceUUID":"5511d8c6-f6af-44ca-83e8-d490aad6ad9a","serviceDescription":"catalog service description","serviceInvariantUUID":"33f619b6-50b5-4f2a-b117-d4253dc6535a","resources":[{"resourceInstanceName":"pNF 76e79369-3c5b 0","resourceName":"pNF 76e79369-3c5b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4f8f5cc6-c94a-4fd3-b139-80fe7ad897a0","resourceInvariantUUID":"1dbb4e74-87e5-47f2-8ffe-7c1ea96c10cf","resourceCustomizationUUID":"ea7e1df8-aaf5-4f12-a1a3-03f744c59c01","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vf-license-model.xml","artifactChecksum":"MjBiYmI3NTMxMmI0MmNmMDAzNWYwYzRjYTcxYjhlMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dad63e64-6049-4c9d-bc6a-d03d049f9237","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/pNF.csar","artifactChecksum":"YzQ0Mjk3ODQ5NzhjM2ZjOTUzMWRhYWJjM2EwMTI2ZWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c25a91eb-db43-442b-b2c0-423431bf3774","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3f4c75f5-65fd-4899-aa43-dfa3a4ecad48","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmZmMzU1OTlmODU1ZDEwZTE4Y2FhYjU5YWZhMzViZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"84c0dd62-132a-48bd-b6ae-8409fde8458a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6830fd4a-4588-47ab-9338-7a26d781a914","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28b8a925-bdc3-4383-ae41-deb3988815d8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLrmpfoqbuenycctj5chz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-template.yml","artifactChecksum":"MjViNDIzMzIyZDVmYzNkZDU4YmIzMDJlMTE5ODY0Mjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b541d28a-3453-42e4-ae75-06caf9318b24","artifactVersion":"1"},{"artifactName":"service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar","artifactChecksum":"NjQ3OWUyOTE5NTBlOWIxMDM2MjkxNjg5ODc2NjZmZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84fbfc45-a811-4ce1-9940-6a98b8837220","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-09T06:11:52.366Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:11:52.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974284587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "cds",
"timestamp": 1667974292929,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974284587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "cds",
"timestamp": 1667974292929,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974284587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "cds",
"timestamp": 1667974292929,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974284587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "cds",
"timestamp": 1667974292929,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974284587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.373Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:11:52.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "cds",
"timestamp": 1667974292929,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974284587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "cds",
"timestamp": 1667974292929,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.374Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:11:52.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974284587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "cds",
"timestamp": 1667974292929,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974299252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974284587,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:11:52.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "cds",
"timestamp": 1667974292929,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:11:52.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974299252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974300956,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:11:52.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:11:52.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "aai-ml",
"timestamp": 1667974300489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "cds",
"timestamp": 1667974301689,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:11:52.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:11:52.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974299252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974301083,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "aai-ml",
"timestamp": 1667974300489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "cds",
"timestamp": 1667974302694,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-11-09T06:11:52.381Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:11:52.381Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974311722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:11:52.421Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a419d197-47d8-4907-9660-c4c6bd3a2243
2022-11-09T06:11:52.421Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a419d197-47d8-4907-9660-c4c6bd3a2243 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-11-09T06:11:52.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974299252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974301083,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "aai-ml",
"timestamp": 1667974300489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974303150,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T06:11:52.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:11:52.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974299252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974301083,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "aai-ml",
"timestamp": 1667974300489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974304155,
"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-11-09T06:11:52.467Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a419d197-47d8-4907-9660-c4c6bd3a2243
2022-11-09T06:11:52.468Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a419d197-47d8-4907-9660-c4c6bd3a2243 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-11-09T06:11:52.483Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-09T06:11:52.484Z||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-11-09T06:11:52.485Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:52.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974299252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-11-09T06:11:52.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974301083,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "aai-ml",
"timestamp": 1667974300489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974299252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974301083,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "aai-ml",
"timestamp": 1667974300489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.504Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:11:52.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974299252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974301083,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "aai-ml",
"timestamp": 1667974300489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974308064,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:11:52.512Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:11:52.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974301083,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "aai-ml",
"timestamp": 1667974300489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:11:52.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "cds",
"timestamp": 1667974307931,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974301083,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:11:52.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974309285,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-11-09T06:11:52.515Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:11:52.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "aai-ml",
"timestamp": 1667974309265,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:11:52.515Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:11:52.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "cds",
"timestamp": 1667974307931,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:11:52.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:11:52.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974310290,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
2022-11-09T06:11:52.511Z||pool-35-thread-1|||||INFO|500||cambria reply ok (27 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=?
2022-11-09T06:11:52.533Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a419d197-47d8-4907-9660-c4c6bd3a2243
2022-11-09T06:11:52.533Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a419d197-47d8-4907-9660-c4c6bd3a2243 and ComponentName
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-11-09T06:11:52.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "cds",
"timestamp": 1667974310653,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:11:52.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:11:52.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "cds",
"timestamp": 1667974311658,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:11:52.568Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e2a2e2d6-443d-4214-bc05-21e9cf8e6735
2022-11-09T06:11:52.569Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2a2e2d6-443d-4214-bc05-21e9cf8e6735 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-11-09T06:11:53.381Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:11:53.382Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:11:53.385Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:11:53.386Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974311722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:53.486Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:11:53.487Z||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-11-09T06:11:53.487Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:53.499Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:11:53.500Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:11:54.386Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:11:54.387Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:11:54.399Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:11:54.399Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974311722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:54.491Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-11-09T06:11:54.492Z||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-11-09T06:11:54.493Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:54.511Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:11:54.512Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:11:55.400Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:11:55.400Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:11:55.410Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:11:55.411Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974311722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:55.509Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-09T06:11:55.510Z||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-11-09T06:11:55.510Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:55.523Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:11:55.524Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:11:56.411Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:11:56.412Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:11:56.421Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:11:56.422Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974311722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:56.517Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-09T06:11:56.519Z||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-11-09T06:11:56.519Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:56.537Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:11:56.538Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:11:57.423Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:11:57.424Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:11:57.429Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:11:57.430Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974311722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:57.533Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-09T06:11:57.535Z||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-11-09T06:11:57.535Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:57.547Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:11:57.548Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:11:58.430Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:11:58.431Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:11:58.437Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:11:58.437Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974311722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:11:58.535Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-09T06:11:58.536Z||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-11-09T06:11:58.537Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:58.552Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:11:58.552Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:11:59.438Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:11:59.439Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:11:59.442Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:11:59.442Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974311722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:11:59.542Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:11:59.543Z||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-11-09T06:11:59.544Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:59.559Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:11:59.560Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:12:00.449Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"serviceName": "Demo_pNF_lrMpFOqbUeNycctj5cHz",
"serviceVersion": "1.0",
"serviceUUID": "5511d8c6-f6af-44ca-83e8-d490aad6ad9a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "33f619b6-50b5-4f2a-b117-d4253dc6535a",
"resources": [
{
"resourceInstanceName": "pNF 76e79369-3c5b 0",
"resourceCustomizationUUID": "ea7e1df8-aaf5-4f12-a1a3-03f744c59c01",
"resourceName": "pNF 76e79369-3c5b",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "4f8f5cc6-c94a-4fd3-b139-80fe7ad897a0",
"resourceInvariantUUID": "1dbb4e74-87e5-47f2-8ffe-7c1ea96c10cf",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
"artifactChecksum": "NjQ3OWUyOTE5NTBlOWIxMDM2MjkxNjg5ODc2NjZmZGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "84fbfc45-a811-4ce1-9940-6a98b8837220"
}
],
"workloadContext": "Production"
}
2022-11-09T06:12:00.450Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-09T06:12:00.450Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5511d8c6-f6af-44ca-83e8-d490aad6ad9a ASDC
2022-11-09T06:12:00.451Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a419d197-47d8-4907-9660-c4c6bd3a2243
ServiceName:Demo_pNF_lrMpFOqbUeNycctj5cHz
ServiceVersion:1.0
ServiceUUID:5511d8c6-f6af-44ca-83e8-d490aad6ad9a
ServiceInvariantUUID:33f619b6-50b5-4f2a-b117-d4253dc6535a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
ArtifactUUID:84fbfc45-a811-4ce1-9940-6a98b8837220
ArtifactChecksum:NjQ3OWUyOTE5NTBlOWIxMDM2MjkxNjg5ODc2NjZmZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 76e79369-3c5b 0
ResourceCustomizationUUID:ea7e1df8-aaf5-4f12-a1a3-03f744c59c01
ResourceInvariantUUID:1dbb4e74-87e5-47f2-8ffe-7c1ea96c10cf
ResourceName:pNF 76e79369-3c5b
ResourceType:PNF
ResourceUUID:4f8f5cc6-c94a-4fd3-b139-80fe7ad897a0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-09T06:12:00.451Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5511d8c6-f6af-44ca-83e8-d490aad6ad9a 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-11-09T06:12:00.543Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:12:00.545Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-09T06:12:00.545Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-09T06:12:00.545Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 84fbfc45-a811-4ce1-9940-6a98b8837220 from URL: /sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:00.545Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-09T06:12:00.546Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:00.665Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-09T06:12:00.670Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar 84fbfc45-a811-4ce1-9940-6a98b8837220 87764
2022-11-09T06:12:00.671Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar ASDC sendASDCNotification
2022-11-09T06:12:00.671Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:00.671Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:12:00.673Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:12:00.678Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:12:00.678Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974320671,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:12:00.779Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:12:00.781Z||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-11-09T06:12:00.781Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:12:00.796Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:12:00.798Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:12:01.679Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:12:01.681Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-09T06:12:01.682Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 84fbfc45-a811-4ce1-9940-6a98b8837220, URL: /sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar to file: /app/ASDC/1/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:01.685Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:01.686Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:01.687Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:01.908Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17679338282049072673/Definitions/service-DemoPnfLrmpfoqbuenycctj5chz-template.yml
2022-11-09T06:12:03.270Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||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-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||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-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|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-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|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-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 76e79369-3c5b 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-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|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-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-09T06:12:03.272Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:12:03.272Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lrMpFOqbUeNycctj5cHz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:12:03.272Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Node template pNF 76e79369-3c5b 0 is matching search criteria
2022-11-09T06:12:03.272Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-09T06:12:03.273Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 76e79369-3c5b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:12:03.273Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:12:03.273Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lrMpFOqbUeNycctj5cHz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:12:03.273Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Node template pNF 76e79369-3c5b 0 is matching search criteria
2022-11-09T06:12:03.273Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-09T06:12:03.273Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 76e79369-3c5b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:12:03.273Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:12:03.274Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lrMpFOqbUeNycctj5cHz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:12:03.274Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:12:03.274Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lrMpFOqbUeNycctj5cHz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:12:03.274Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:12:03.274Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lrMpFOqbUeNycctj5cHz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:12:03.274Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:12:03.274Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lrMpFOqbUeNycctj5cHz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:12:03.275Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:12:03.275Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lrMpFOqbUeNycctj5cHz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:12:03.275Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_lrMpFOqbUeNycctj5cHz
Description:catalog service description
Model UUID:5511d8c6-f6af-44ca-83e8-d490aad6ad9a
Model Version:NULL
Model InvariantUuid:33f619b6-50b5-4f2a-b117-d4253dc6535a
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-11-09T06:12:03.291Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4f8f5cc6-c94a-4fd3-b139-80fe7ad897a0
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-11-09T06:12:03.297Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||pNF 76e79369-3c5b 0
2022-11-09T06:12:03.297Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4f8f5cc6-c94a-4fd3-b139-80fe7ad897a0
2022-11-09T06:12:03.298Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 5511d8c6-f6af-44ca-83e8-d490aad6ad9a
2022-11-09T06:12:03.298Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5511d8c6-f6af-44ca-83e8-d490aad6ad9a
2022-11-09T06:12:03.298Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 76e79369-3c5b 0 4f8f5cc6-c94a-4fd3-b139-80fe7ad897a0 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-11-09T06:12:03.308Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55d66619, org.onap.sdc.toscaparser.api.parameters.Input@3edd698, org.onap.sdc.toscaparser.api.parameters.Input@16eb881, org.onap.sdc.toscaparser.api.parameters.Input@3ed9ce51, org.onap.sdc.toscaparser.api.parameters.Input@58d9913d]
2022-11-09T06:12:03.308Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:12:03.308Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lrMpFOqbUeNycctj5cHz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:12:03.309Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5511d8c6-f6af-44ca-83e8-d490aad6ad9a: pNF 76e79369-3c5b
2022-11-09T06:12:03.309Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||Processing PNF resource: 4f8f5cc6-c94a-4fd3-b139-80fe7ad897a0
2022-11-09T06:12:03.309Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:12:03.309Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lrMpFOqbUeNycctj5cHz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:12:03.310Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||Resource customization UUID: ea7e1df8-aaf5-4f12-a1a3-03f744c59c01 is the same as notified resource customizationUUID: ea7e1df8-aaf5-4f12-a1a3-03f744c59c01
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-09T06:12:03.439Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 76e79369-3c5b 4f8f5cc6-c94a-4fd3-b139-80fe7ad897a0 0 ASDC deployResourceStructure
2022-11-09T06:12:03.439Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar ASDC sendASDCNotification
2022-11-09T06:12:03.440Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:03.440Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:12:03.440Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:12:03.442Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:12:03.443Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974323439,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T06:12:03.543Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:12:03.544Z||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-11-09T06:12:03.544Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:12:03.583Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:12:03.584Z||pool-44-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:12:04.445Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243
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-11-09T06:12:04.461Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243
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-11-09T06:12:04.467Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:12:04.468Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:12:04.468Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:12:34.468Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243
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-11-09T06:12:34.480Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243
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-11-09T06:12:34.483Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:12:34.483Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:12:34.484Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:12:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:12:51.727Z||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-11-09T06:12:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:12:51.856Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:12:51.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:12:51.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974311722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:12:51.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:04.484Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243
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-11-09T06:13:04.496Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243
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-11-09T06:13:04.504Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:13:04.504Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:13:04.504Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:13:34.504Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243
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-11-09T06:13:34.519Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243
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-11-09T06:13:34.522Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:13:34.522Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:13:34.522Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:13:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:13:51.727Z||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-11-09T06:13:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:13:51.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:13:51.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974311722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974311722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "aai-ml",
"timestamp": 1667974314955,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T06:13:51.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974314587,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974311722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "aai-ml",
"timestamp": 1667974315959,
"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-11-09T06:13:51.773Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a419d197-47d8-4907-9660-c4c6bd3a2243
2022-11-09T06:13:51.773Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a419d197-47d8-4907-9660-c4c6bd3a2243 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-11-09T06:13:51.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974314587,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:13:51.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974311722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974317294,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:13:51.787Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974311722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974311722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974319268,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T06:13:51.789Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974311722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:13:51.789Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974319252,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974320278,
"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-11-09T06:13:51.796Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e2a2e2d6-443d-4214-bc05-21e9cf8e6735
2022-11-09T06:13:51.797Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2a2e2d6-443d-4214-bc05-21e9cf8e6735 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-11-09T06:13:51.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974319252,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974320671,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:13:51.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974321083,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974321083,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:13:51.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974323439,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T06:13:51.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "aai-ml",
"timestamp": 1667974330489,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "aai-ml",
"timestamp": 1667974330489,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:13:51.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "aai-ml",
"timestamp": 1667974333186,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:13:51.812Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "aai-ml",
"timestamp": 1667974337083,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T06:13:51.812Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "aai-ml",
"timestamp": 1667974338094,
"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-11-09T06:13:51.820Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e2a2e2d6-443d-4214-bc05-21e9cf8e6735
2022-11-09T06:13:51.820Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2a2e2d6-443d-4214-bc05-21e9cf8e6735 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-11-09T06:13:51.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974341083,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "cds",
"timestamp": 1667974337931,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974344587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974339252,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "cds",
"timestamp": 1667974337931,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974341083,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-11-09T06:13:51.841Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974339252,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974344587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "cds",
"timestamp": 1667974337931,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.843Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974341083,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-11-09T06:13:51.844Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974339252,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.844Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974344587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.845Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "cds",
"timestamp": 1667974337931,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974341083,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-11-09T06:13:51.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974339252,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.848Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974344587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.849Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "cds",
"timestamp": 1667974337931,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974339252,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.851Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974341083,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-09T06:13:51.851Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974344587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "cds",
"timestamp": 1667974337931,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974339252,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974341083,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974344587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "cds",
"timestamp": 1667974337931,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974341083,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-11-09T06:13:51.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974339252,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974344587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "cds",
"timestamp": 1667974337931,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974339252,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974341083,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974344587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "cds",
"timestamp": 1667974337931,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:13:51.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974339252,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974341083,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:13:51.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974344587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:13:51.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974355412,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:13:51.868Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "cds",
"timestamp": 1667974355629,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:13:51.869Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974355416,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:13:51.870Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "cds",
"timestamp": 1667974356635,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-11-09T06:13:51.895Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e9649fb-56a8-43c6-87a7-8f01c68488be
2022-11-09T06:13:51.896Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e9649fb-56a8-43c6-87a7-8f01c68488be 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-11-09T06:13:51.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974356557,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:13:51.912Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974357666,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:13:51.913Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974357924,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-09T06:13:51.914Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974358753,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:13:51.914Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667974358929,
"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-11-09T06:13:51.922Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e9649fb-56a8-43c6-87a7-8f01c68488be
2022-11-09T06:13:51.922Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e9649fb-56a8-43c6-87a7-8f01c68488be 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-11-09T06:13:51.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974359818,
"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-11-09T06:13:51.944Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e9649fb-56a8-43c6-87a7-8f01c68488be
2022-11-09T06:13:51.944Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e9649fb-56a8-43c6-87a7-8f01c68488be 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-11-09T06:13:51.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974360822,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-09T06:13:51.956Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "aai-ml",
"timestamp": 1667974360489,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "aai-ml",
"timestamp": 1667974360489,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "aai-ml",
"timestamp": 1667974360489,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "aai-ml",
"timestamp": 1667974360489,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "aai-ml",
"timestamp": 1667974360489,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
"consumerID": "cds",
"timestamp": 1667974357638,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974359252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974361828,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "aai-ml",
"timestamp": 1667974360489,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
"consumerID": "cds",
"timestamp": 1667974357638,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974359252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974361828,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-09T06:13:51.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "aai-ml",
"timestamp": 1667974360489,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
"consumerID": "cds",
"timestamp": 1667974357638,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974359252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974361828,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-09T06:13:51.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "aai-ml",
"timestamp": 1667974360489,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
"consumerID": "cds",
"timestamp": 1667974357638,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974361828,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974359252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "aai-ml",
"timestamp": 1667974360489,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:13:51.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
"consumerID": "cds",
"timestamp": 1667974357638,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974361828,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-09T06:13:51.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974359252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
"consumerID": "aai-ml",
"timestamp": 1667974370288,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:13:51.968Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667974361828,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1667974359252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:13:51.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
"consumerID": "cds",
"timestamp": 1667974357638,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-09T06:14:04.523Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243
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-11-09T06:14:04.548Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243
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-11-09T06:14:04.554Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:14:04.554Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-09T06:14:04.555Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-09T06:14:04.555Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-09T06:14:04.556Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T06:14:04.556Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T06:14:04.557Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T06:14:04.557Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T06:14:04.557Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-09T06:14:04.557Z|a419d197-47d8-4907-9660-c4c6bd3a2243|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-11-09T06:14:04.567Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-09T06:14:34.568Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243 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-11-09T06:14:34.593Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a419d197-47d8-4907-9660-c4c6bd3a2243 and serviceModelVersionId: 5511d8c6-f6af-44ca-83e8-d490aad6ad9a
2022-11-09T06:14:34.594Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33f619b6-50b5-4f2a-b117-d4253dc6535a
2022-11-09T06:14:34.596Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33f619b6-50b5-4f2a-b117-d4253dc6535a/model-vers/model-ver/5511d8c6-f6af-44ca-83e8-d490aad6ad9a?depth=0
2022-11-09T06:14:34.613Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-09T06:14:34.776Z|a419d197-47d8-4907-9660-c4c6bd3a2243|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/33f619b6-50b5-4f2a-b117-d4253dc6535a/model-vers/model-ver/5511d8c6-f6af-44ca-83e8-d490aad6ad9a?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-11-09T06:14:34.778Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33f619b6-50b5-4f2a-b117-d4253dc6535a/model-vers/model-ver/5511d8c6-f6af-44ca-83e8-d490aad6ad9a?depth=0|INFO|500||Invoke
2022-11-09T06:14:34.873Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33f619b6-50b5-4f2a-b117-d4253dc6535a/model-vers/model-ver/5511d8c6-f6af-44ca-83e8-d490aad6ad9a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-09T06:14:35.011Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33f619b6-50b5-4f2a-b117-d4253dc6535a/model-vers/model-ver/5511d8c6-f6af-44ca-83e8-d490aad6ad9a?depth=0|INFO|500||InvokeReturn
2022-11-09T06:14:35.014Z|a419d197-47d8-4907-9660-c4c6bd3a2243|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/33f619b6-50b5-4f2a-b117-d4253dc6535a/model-vers/model-ver/5511d8c6-f6af-44ca-83e8-d490aad6ad9a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221109-06:14:35:339-853], vertex-id=[131168], Content-Length=[0], Date=[Wed, 09 Nov 2022 06:14:35 GMT], Content-Type=[application/json]}
2022-11-09T06:14:35.015Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-11-09T06:14:35.017Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-09T06:14:35.017Z|a419d197-47d8-4907-9660-c4c6bd3a2243|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-11-09T06:14:35.027Z|a419d197-47d8-4907-9660-c4c6bd3a2243|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-11-09T06:14:35.029Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a419d197-47d8-4907-9660-c4c6bd3a2243 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-09T06:14:35.030Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-09T06:14:35.031Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:14:35.038Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:14:35.040Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974475029,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:14:35.140Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:14:35.142Z||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-11-09T06:14:35.142Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:14:35.165Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:14:35.165Z||pool-45-thread-1|||||INFO|500||cambria reply ok (25 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-11-09T06:14:36.055Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-09T06:14:36.055Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e2a2e2d6-443d-4214-bc05-21e9cf8e6735","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"847164cb-da4d-4322-941f-e33c80a8510d","serviceDescription":"service","serviceInvariantUUID":"7b95ed2a-e9e1-4b5a-8b94-145fcbdd6822","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"042cd3a3-61a1-4794-8fdd-c610a09773f8","resourceInvariantUUID":"9a99558f-2b1d-4985-a7dd-06ba6dbff016","resourceCustomizationUUID":"c51f9a60-a511-4fbb-a525-944afd3d9eb9","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":"ZWZhZDg0MWI3NmNjOTJmNDdkMzU0ZTMwNmY1YjUzODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"34911a37-6386-4feb-8667-bd2e5355156e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjZkMTZjZmY3MzQwYjA2NmRmZDA2NjRkYmRjNzdjNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78a27236-a43a-4643-a5af-e4bec748dc89","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-09T06:14:36.055Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:14:36.056Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:14:36.059Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:14:36.059Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974311722,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-09T06:14:36.159Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:14:36.160Z||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-11-09T06:14:36.160Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:14:36.173Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:14:36.174Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:14:37.060Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:14:37.061Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:14:37.065Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:14:37.065Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974311722,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-09T06:14:37.164Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:14:37.165Z||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-11-09T06:14:37.166Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:14:37.182Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:14:37.182Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:14:38.066Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "847164cb-da4d-4322-941f-e33c80a8510d",
"serviceDescription": "service",
"serviceInvariantUUID": "7b95ed2a-e9e1-4b5a-8b94-145fcbdd6822",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "c51f9a60-a511-4fbb-a525-944afd3d9eb9",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "042cd3a3-61a1-4794-8fdd-c610a09773f8",
"resourceInvariantUUID": "9a99558f-2b1d-4985-a7dd-06ba6dbff016",
"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": "ZjZkMTZjZmY3MzQwYjA2NmRmZDA2NjRkYmRjNzdjNzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "78a27236-a43a-4643-a5af-e4bec748dc89"
}
],
"workloadContext": "Production"
}
2022-11-09T06:14:38.067Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-09T06:14:38.067Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 847164cb-da4d-4322-941f-e33c80a8510d ASDC
2022-11-09T06:14:38.068Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:e2a2e2d6-443d-4214-bc05-21e9cf8e6735
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:847164cb-da4d-4322-941f-e33c80a8510d
ServiceInvariantUUID:7b95ed2a-e9e1-4b5a-8b94-145fcbdd6822
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:78a27236-a43a-4643-a5af-e4bec748dc89
ArtifactChecksum:ZjZkMTZjZmY3MzQwYjA2NmRmZDA2NjRkYmRjNzdjNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c51f9a60-a511-4fbb-a525-944afd3d9eb9
ResourceInvariantUUID:9a99558f-2b1d-4985-a7dd-06ba6dbff016
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:042cd3a3-61a1-4794-8fdd-c610a09773f8
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-09T06:14:38.068Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 847164cb-da4d-4322-941f-e33c80a8510d 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-11-09T06:14:38.106Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:14:38.107Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-09T06:14:38.107Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-09T06:14:38.108Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 78a27236-a43a-4643-a5af-e4bec748dc89 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-09T06:14:38.108Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-09T06:14:38.108Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-09T06:14:38.174Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-09T06:14:38.176Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 78a27236-a43a-4643-a5af-e4bec748dc89 57666
2022-11-09T06:14:38.177Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-09T06:14:38.177Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-09T06:14:38.177Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:14:38.177Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:14:38.179Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:14:38.179Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667974478176,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-09T06:14:38.280Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:14:38.281Z||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-11-09T06:14:38.281Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:14:38.299Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-09T06:14:38.300Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:14:39.180Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:14:39.181Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-09T06:14:39.182Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 78a27236-a43a-4643-a5af-e4bec748dc89, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T06:14:39.182Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-09T06:14:39.183Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T06:14:39.183Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T06:14:39.439Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3741098518722258569/Definitions/service-BasicNetwork-template.yml
2022-11-09T06:14:40.089Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-09T06:14:40.090Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-09T06:14:40.090Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T06:14:40.091Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-09T06:14:40.091Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||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-11-09T06:14:40.091Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||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-11-09T06:14:40.091Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||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-11-09T06:14:40.091Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||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-11-09T06:14:40.091Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|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-BasicNetwork-csar.csar
2022-11-09T06:14:40.091Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||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-11-09T06:14:40.092Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||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-11-09T06:14:40.092Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||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-11-09T06:14:40.092Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-09T06:14:40.092Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:14:40.092Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.093Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-09T06:14:40.093Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-09T06:14:40.093Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:14:40.094Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:14:40.094Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.094Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-09T06:14:40.094Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-09T06:14:40.095Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:14:40.095Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:14:40.095Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.095Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:14:40.095Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.096Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:14:40.096Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.096Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:14:40.096Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.096Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:14:40.097Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.097Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:847164cb-da4d-4322-941f-e33c80a8510d
Model Version:NULL
Model InvariantUuid:7b95ed2a-e9e1-4b5a-8b94-145fcbdd6822
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9a99558f-2b1d-4985-a7dd-06ba6dbff016
Model UUID:67af9f3c-ffc8-4b32-961f-2c6c0e048a50
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:c51f9a60-a511-4fbb-a525-944afd3d9eb9
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-11-09T06:14:40.106Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 042cd3a3-61a1-4794-8fdd-c610a09773f8
2022-11-09T06:14:40.107Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||No resources found for Service: 847164cb-da4d-4322-941f-e33c80a8510d
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-11-09T06:14:40.112Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||
2022-11-09T06:14:40.112Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-09T06:14:40.112Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 847164cb-da4d-4322-941f-e33c80a8510d
2022-11-09T06:14:40.113Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 847164cb-da4d-4322-941f-e33c80a8510d
2022-11-09T06:14:40.113Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-09T06:14:40.113Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||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-11-09T06:14:40.118Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45d42af5, org.onap.sdc.toscaparser.api.parameters.Input@4005ea76, org.onap.sdc.toscaparser.api.parameters.Input@4d8d90d9, org.onap.sdc.toscaparser.api.parameters.Input@76962635, org.onap.sdc.toscaparser.api.parameters.Input@12712990]
2022-11-09T06:14:40.119Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:14:40.120Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.120Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:14:40.120Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.121Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 847164cb-da4d-4322-941f-e33c80a8510d: Generic NeutronNet
2022-11-09T06:14:40.121Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:14:40.121Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.121Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:14:40.121Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||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-11-09T06:14:40.156Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:14:40.156Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.156Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-09T06:14:40.157Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.157Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery