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-08T05:17:40.825Z||main|||||INFO|500||The following profiles are active: basic
2022-11-08T05:17:52.529Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-08T05:17:52.530Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-08T05:17:52.640Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-08T05:17:57.432Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-08T05:17:58.076Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-08T05:17:58.794Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-08T05:17:58.804Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-08T05:17:58.940Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-08T05:17:59.168Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-08T05:17:59.789Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-08T05:18:01.911Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-08T05:18:04.694Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-08T05:18:04.771Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-08T05:18:05.582Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-08T05:18:05.971Z||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-08T05:18:07.698Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-08T05:18:09.081Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-08T05:18:09.101Z||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$$3d37c175.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-08T05:18:09.102Z||main|||||WARN|500||The sdc end point is not alive
2022-11-08T05:18:12.981Z||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-08T05:18:16.216Z||main|||||WARN|500||---
2022-11-08T05:18:16.216Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-08T05:18:16.217Z||main|||||WARN|500||---
2022-11-08T05:18:16.763Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-08T05:18:22.385Z||main|||||INFO|500||Started Application in 44.84 seconds (JVM running for 47.279)
2022-11-08T05:18:22.401Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-08T05:18:22.403Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-08T05:18:22.421Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-08T05:18:22.463Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-08T05:18:22.506Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7abff964-49bd-4199-abb7-0b560b7547cd url= /sdc/v1/artifactTypes
2022-11-08T05:18:22.507Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-08T05:18:22.796Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-08T05:18:22.822Z||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-08T05:18:22.846Z||scheduling-1|||||DEBUG|500||create keys
2022-11-08T05:18:22.855Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-08T05:18:22.888Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:18:22.907Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1ace149b-a2ef-4e04-b8ad-6013042b5442 url= /sdc/v1/registerForDistribution
2022-11-08T05:18:22.997Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1ace149b-a2ef-4e04-b8ad-6013042b5442 url= /sdc/v1/registerForDistribution
2022-11-08T05:18:22.998Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-08T05:18:23.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:18:23.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:18:23.015Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-08T05:18:23.016Z||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-08T05:18:23.016Z||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-08T05:18:23.017Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:18:23.017Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:18:33.338Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:18:33.339Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:19:23.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:19:23.006Z||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-08T05:19:23.007Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:19:23.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:19:23.010Z||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-08T05:19:23.011Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:19:32.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:19:32.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:20:23.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:20:23.007Z||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-08T05:20:23.007Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:20:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:20:23.008Z||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-08T05:20:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:20:32.549Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:20:32.551Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:21:23.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:21:23.006Z||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-08T05:21:23.006Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:21:23.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:21:23.008Z||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-08T05:21:23.009Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:21:32.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:21:32.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:22:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:22:23.007Z||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-08T05:22:23.007Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:22:23.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:22:23.008Z||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-08T05:22:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:22:32.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:22:32.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:23:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:23:23.007Z||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-08T05:23:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:23:23.007Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:23:23.008Z||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-08T05:23:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:23:32.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:23:32.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:24:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:24:23.006Z||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-08T05:24:23.007Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:24:23.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:24:23.008Z||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-08T05:24:23.009Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:24:32.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:24:32.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:25:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:25:23.007Z||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-08T05:25:23.007Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:25:23.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:25:23.010Z||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-08T05:25:23.011Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:25:32.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:25:32.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:26:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:26:23.006Z||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-08T05:26:23.006Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:26:23.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:26:23.008Z||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-08T05:26:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:26:32.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:26:32.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:27:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:27:23.006Z||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-08T05:27:23.006Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:27:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:27:23.008Z||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-08T05:27:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:27:32.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:27:32.563Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:28:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:28:23.006Z||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-08T05:28:23.006Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:28:23.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:28:23.008Z||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-08T05:28:23.009Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:28:32.554Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:28:32.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:28:35.035Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-08T05:29:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:29:23.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:29:23.007Z||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-08T05:29:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:29:23.008Z||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-08T05:29:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:29:32.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:29:32.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:30:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:30:23.007Z||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-08T05:30:23.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:30:23.007Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:30:23.008Z||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-08T05:30:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:30:32.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:30:32.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:31:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:31:23.006Z||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-08T05:31:23.006Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:31:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:31:23.008Z||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-08T05:31:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:31:32.570Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:31:32.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:32:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:32:23.007Z||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-08T05:32:23.007Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:32:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:32:23.007Z||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-08T05:32:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:32:32.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:32:32.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:33:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:33:23.006Z||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-08T05:33:23.006Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:33:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:33:23.007Z||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-08T05:33:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:33:32.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:33:32.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:34:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:34:23.006Z||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-08T05:34:23.006Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:34:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:34:23.008Z||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-08T05:34:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:34:32.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:34:32.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:35:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:35:23.007Z||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-08T05:35:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:35:23.007Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:35:23.007Z||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-08T05:35:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:35:32.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:35:32.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:36:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:36:23.007Z||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-08T05:36:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:36:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:36:23.008Z||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-08T05:36:23.009Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:36:32.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:36:32.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:37:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:37:23.006Z||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-08T05:37:23.006Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:37:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:37:23.008Z||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-08T05:37:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:37:32.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:37:32.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:38:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:38:23.007Z||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-08T05:38:23.007Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:38:23.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:38:23.008Z||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-08T05:38:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:38:32.557Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:38:32.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:39:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:39:23.007Z||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-08T05:39:23.007Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:39:23.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:39:23.008Z||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-08T05:39:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:39:32.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:39:32.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:40:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:40:23.006Z||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-08T05:40:23.007Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:40:23.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:40:23.008Z||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-08T05:40:23.009Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:40:32.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:40:32.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:41:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:41:23.006Z||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-08T05:41:23.007Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:41:23.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:41:23.008Z||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-08T05:41:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:41:32.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:41:32.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:42:23.005Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:42:23.006Z||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-08T05:42:23.006Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:42:23.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:42:23.008Z||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-08T05:42:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:42:32.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:42:32.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:43:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:43:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T05:43:23.006Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:43:23.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:43:23.009Z||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-08T05:43:23.009Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:43:32.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:43:32.609Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:44:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:44:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T05:44:23.006Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:44:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:44:23.008Z||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-08T05:44:23.009Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:44:32.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:44:32.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:45:23.006Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:45:23.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:45:23.007Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T05:45:23.008Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:45:23.008Z||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-08T05:45:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:45:32.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:45:32.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:46:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:46:23.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:46:23.008Z||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-08T05:46:23.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T05:46:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:46:23.008Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:46:32.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:46:32.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:47:23.006Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:47:23.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:47:23.008Z||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-08T05:47:23.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T05:47:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:47:23.008Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:47:32.558Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:47:32.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:48:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:48:23.007Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T05:48:23.007Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:48:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:48:23.008Z||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-08T05:48:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:48:32.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:48:32.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:49:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:49:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T05:49:23.007Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:49:23.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:49:23.007Z||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-08T05:49:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:49:32.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:49:32.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:50:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:50:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T05:50:23.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:50:23.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T05:50:23.008Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:50:23.008Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:50:32.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:50:32.556Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:51:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:51:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T05:51:23.006Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:51:23.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:51:23.008Z||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-08T05:51:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:51:32.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:51:32.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:52:23.004Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:52:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T05:52:23.006Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:52:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:52:23.008Z||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-08T05:52:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:52:32.548Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:52:32.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:53:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:53:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T05:53:23.006Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:53:23.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:53:23.008Z||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-08T05:53:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:53:32.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:53:32.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:54:23.005Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:54:23.006Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T05:54:23.006Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:54:23.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:54:23.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T05:54:23.008Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:54:32.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:54:32.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:55:23.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:55:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:55:23.008Z||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-08T05:55:23.009Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:55:23.008Z||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-08T05:55:23.009Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:55:32.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:55:32.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:56:23.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:56:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:56:23.008Z||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-08T05:56:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:56:23.008Z||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-08T05:56:23.009Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:56:32.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:56:32.560Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:57:23.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:57:23.006Z||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-08T05:57:23.006Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:57:23.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:57:23.010Z||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-08T05:57:23.011Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:57:23.307Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:57:23.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887015187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887015187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json",
"status": "NOTIFIED"
}
2022-11-08T05:57:23.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887015187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-08T05:57:23.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887017500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887015187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887017500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887015187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-08T05:57:23.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "cds",
"timestamp": 1667887019219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887017500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887015187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "cds",
"timestamp": 1667887019219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887017500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887015187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T05:57:23.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "cds",
"timestamp": 1667887019219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887017500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "cds",
"timestamp": 1667887019219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887023037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-08T05:57:23.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T05:57:23.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887017500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "cds",
"timestamp": 1667887019219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887017500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887024110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-08T05:57:23.379Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T05:57:23.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "cds",
"timestamp": 1667887019219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887025168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-08T05:57:23.381Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T05:57:23.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "cds",
"timestamp": 1667887019219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T05:57:23.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887026271,
"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=?
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-08T05:57:23.618Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2bf900aa-9244-42f1-bc07-77d437317fe3
2022-11-08T05:57:23.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:57:23.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2bf900aa-9244-42f1-bc07-77d437317fe3","serviceName":"vFW 2022-11-08 05-56-06","serviceVersion":"1.0","serviceUUID":"8920059b-ffd3-4714-a8bc-d1f37e7d0c4e","serviceDescription":"catalog service description","serviceInvariantUUID":"b92137ab-3e31-4e11-9d63-cf003c895836","resources":[{"resourceInstanceName":"vFW 1829363d-01ac 0","resourceName":"vFW 1829363d-01ac","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"13493e27-2871-483b-bb4a-6e86913e6eef","resourceInvariantUUID":"b3a9922f-dfee-45a2-81e3-7e806b898348","resourceCustomizationUUID":"8d5b0a69-579a-4da9-932a-e7e19e82757a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vf-license-model.xml","artifactChecksum":"NDY1YWQwNmRjYTgxY2I2ZWFmYTdkZGRjZjljMTNiOTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"263e465b-c0bd-4915-b99c-4fc114a6a592","artifactVersion":"1"},{"artifactName":"vfw1829363d01ac0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json","artifactChecksum":"YTkyYmJmNmE1MzQzOGY5M2YxYmE0OTc5NTY0MzQzMDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"68001c46-1f6b-4ae0-ae5d-52c8d5c2473d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f0543c29-ab8e-45af-a17c-bb85dc0b7cdf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vendor-license-model.xml","artifactChecksum":"MzNlNmEwNmQwM2E2MDYwYTM4ZTJiN2EzNTMzYWM4MmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3f81fb4c-b6ff-4a53-9abe-33234c421529","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94","artifactVersion":"2","generatedFromUUID":"f0543c29-ab8e-45af-a17c-bb85dc0b7cdf"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221108055606-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-template.yml","artifactChecksum":"NDRjZjU2OTg4Y2YyMTYyMTYzZDMwMzc1ZWRhYWNhODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a7c8b00-5614-4ba4-9411-db44abc6bf41","artifactVersion":"1"},{"artifactName":"service-Vfw20221108055606-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar","artifactChecksum":"MzA5OGQ0ZjFmZGUzZTM2MzZhNDBmNWI5N2I5MjBkODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8f7aedba-7d89-47c0-96d5-1e2f53eafe79","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-08T05:57:23.642Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bf900aa-9244-42f1-bc07-77d437317fe3 and ComponentName POLICY
2022-11-08T05:57:23.648Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T05:57:23.656Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
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-08T05:57:23.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "cds",
"timestamp": 1667887027092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T05:57:23.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T05:57:23.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.670Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T05:57:23.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887027276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-08T05:57:23.671Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T05:57:23.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "cds",
"timestamp": 1667887028119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-08T05:57:23.687Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2bf900aa-9244-42f1-bc07-77d437317fe3
2022-11-08T05:57:23.687Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bf900aa-9244-42f1-bc07-77d437317fe3 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-08T05:57:23.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "aai-ml",
"timestamp": 1667887027926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "aai-ml",
"timestamp": 1667887027926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887029362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "aai-ml",
"timestamp": 1667887027926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887029362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "aai-ml",
"timestamp": 1667887027926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887029362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "aai-ml",
"timestamp": 1667887027926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887029362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "aai-ml",
"timestamp": 1667887027926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887029362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "aai-ml",
"timestamp": 1667887027926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T05:57:23.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887029362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "aai-ml",
"timestamp": 1667887035765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T05:57:23.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T05:57:23.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887029362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T05:57:23.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887037200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T05:57:23.714Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T05:57:23.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887037499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.715Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "cds",
"timestamp": 1667887034219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887035187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887037499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "cds",
"timestamp": 1667887034219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:23.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:57:23.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887035187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json",
"status": "NOTIFIED"
}
2022-11-08T05:57:23.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:57:23.771Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-08T05:57:23.782Z||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-08T05:57:23.783Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:57:23.800Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:57:23.802Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-11-08T05:57:24.678Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T05:57:24.679Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T05:57:24.681Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T05:57:24.681Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json",
"status": "NOTIFIED"
}
2022-11-08T05:57:24.783Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T05:57:24.784Z||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-08T05:57:24.784Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:57:24.796Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:57:24.797Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-08T05:57:25.682Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T05:57:25.683Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T05:57:25.685Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T05:57:25.685Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-08T05:57:25.785Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T05:57:25.787Z||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-08T05:57:25.787Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:57:25.799Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:57:25.800Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-08T05:57:26.686Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T05:57:26.687Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T05:57:26.689Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T05:57:26.689Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:26.789Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T05:57:26.791Z||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-08T05:57:26.791Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:57:26.802Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:57:26.803Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-08T05:57:27.691Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T05:57:27.693Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T05:57:27.698Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T05:57:27.699Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-08T05:57:27.798Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-08T05:57:27.799Z||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-08T05:57:27.800Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:57:27.811Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:57:27.811Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-08T05:57:28.699Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T05:57:28.701Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T05:57:28.703Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T05:57:28.703Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:57:28.803Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T05:57:28.805Z||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-08T05:57:28.805Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:57:28.816Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:57:28.817Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-08T05:57:29.704Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T05:57:29.705Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T05:57:29.708Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T05:57:29.708Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T05:57:29.808Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T05:57:29.810Z||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-08T05:57:29.810Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:57:29.821Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:57:29.821Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-08T05:57:30.710Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"serviceName": "vFW 2022-11-08 05-56-06",
"serviceVersion": "1.0",
"serviceUUID": "8920059b-ffd3-4714-a8bc-d1f37e7d0c4e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b92137ab-3e31-4e11-9d63-cf003c895836",
"resources": [
{
"resourceInstanceName": "vFW 1829363d-01ac 0",
"resourceCustomizationUUID": "8d5b0a69-579a-4da9-932a-e7e19e82757a",
"resourceName": "vFW 1829363d-01ac",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "13493e27-2871-483b-bb4a-6e86913e6eef",
"resourceInvariantUUID": "b3a9922f-dfee-45a2-81e3-7e806b898348",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1829363d01ac0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json",
"artifactChecksum": "YTkyYmJmNmE1MzQzOGY5M2YxYmE0OTc5NTY0MzQzMDY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "68001c46-1f6b-4ae0-ae5d-52c8d5c2473d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f0543c29-ab8e-45af-a17c-bb85dc0b7cdf",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94",
"generatedFromUUID": "f0543c29-ab8e-45af-a17c-bb85dc0b7cdf"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221108055606-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar",
"artifactChecksum": "MzA5OGQ0ZjFmZGUzZTM2MzZhNDBmNWI5N2I5MjBkODU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8f7aedba-7d89-47c0-96d5-1e2f53eafe79"
}
],
"workloadContext": "Production"
}
2022-11-08T05:57:30.712Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-08T05:57:30.713Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8920059b-ffd3-4714-a8bc-d1f37e7d0c4e ASDC
2022-11-08T05:57:30.845Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:2bf900aa-9244-42f1-bc07-77d437317fe3
ServiceName:vFW 2022-11-08 05-56-06
ServiceVersion:1.0
ServiceUUID:8920059b-ffd3-4714-a8bc-d1f37e7d0c4e
ServiceInvariantUUID:b92137ab-3e31-4e11-9d63-cf003c895836
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221108055606-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar
ArtifactUUID:8f7aedba-7d89-47c0-96d5-1e2f53eafe79
ArtifactChecksum:MzA5OGQ0ZjFmZGUzZTM2MzZhNDBmNWI5N2I5MjBkODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1829363d-01ac 0
ResourceCustomizationUUID:8d5b0a69-579a-4da9-932a-e7e19e82757a
ResourceInvariantUUID:b3a9922f-dfee-45a2-81e3-7e806b898348
ResourceName:vFW 1829363d-01ac
ResourceType:VF
ResourceUUID:13493e27-2871-483b-bb4a-6e86913e6eef
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1829363d01ac0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json
ArtifactUUID:68001c46-1f6b-4ae0-ae5d-52c8d5c2473d
ArtifactChecksum:YTkyYmJmNmE1MzQzOGY5M2YxYmE0OTc5NTY0MzQzMDY=
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/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml
ArtifactUUID:f0543c29-ab8e-45af-a17c-bb85dc0b7cdf
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/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env
ArtifactUUID:ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94
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/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env
ArtifactUUID:ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-08T05:57:30.846Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8920059b-ffd3-4714-a8bc-d1f37e7d0c4e 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-08T05:57:30.911Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-08T05:57:30.912Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-08T05:57:30.916Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-08T05:57:30.916Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8f7aedba-7d89-47c0-96d5-1e2f53eafe79 from URL: /sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar
2022-11-08T05:57:30.917Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-08T05:57:30.918Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar
2022-11-08T05:57:31.016Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-08T05:57:31.034Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar 8f7aedba-7d89-47c0-96d5-1e2f53eafe79 100655
2022-11-08T05:57:31.036Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar ASDC sendASDCNotification
2022-11-08T05:57:31.037Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar
2022-11-08T05:57:31.039Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-08T05:57:31.040Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T05:57:31.042Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T05:57:31.042Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887051035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T05:57:31.142Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-08T05:57:31.143Z||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-08T05:57:31.143Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:57:31.157Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:57:31.157Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-08T05:57:32.044Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-08T05:57:32.046Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-08T05:57:32.047Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8f7aedba-7d89-47c0-96d5-1e2f53eafe79, URL: /sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar to file: /app/ASDC/1/service-Vfw20221108055606-csar.csar
2022-11-08T05:57:32.048Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221108055606-csar.csar
2022-11-08T05:57:32.155Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221108055606-csar.csar
2022-11-08T05:57:32.155Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221108055606-csar.csar
2022-11-08T05:57:32.946Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5555100480060612421/Definitions/service-Vfw20221108055606-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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_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_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-08T05:57:36.135Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-08T05:57:36.140Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-08T05:57:36.140Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar
2022-11-08T05:57:36.141Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-08T05:57:36.141Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar
2022-11-08T05:57:36.141Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar
2022-11-08T05:57:36.141Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar
2022-11-08T05:57:36.141Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1829363d-01ac 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-Vfw20221108055606-csar.csar
2022-11-08T05:57:36.141Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar
2022-11-08T05:57:36.141Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar
2022-11-08T05:57:36.142Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar
2022-11-08T05:57:36.142Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar
2022-11-08T05:57:36.142Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar
2022-11-08T05:57:36.142Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar
2022-11-08T05:57:36.142Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221108055606-csar.csar
2022-11-08T05:57:36.142Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-08T05:57:36.148Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:36.150Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T05:57:36.154Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria
2022-11-08T05:57:36.154Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-08T05:57:36.156Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-08T05:57:36.158Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:36.158Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T05:57:36.158Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria
2022-11-08T05:57:36.158Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-08T05:57:36.159Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-08T05:57:36.159Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:36.159Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T05:57:36.162Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:36.163Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is not matching search criteria
2022-11-08T05:57:36.163Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-08T05:57:36.163Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-08T05:57:36.163Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-08T05:57:36.163Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-08T05:57:36.164Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-08T05:57:36.164Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-08T05:57:36.164Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-08T05:57:36.164Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-08T05:57:36.164Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-08T05:57:36.164Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-08T05:57:36.165Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-08T05:57:36.165Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-08T05:57:36.165Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-08T05:57:36.165Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-08T05:57:36.165Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-08T05:57:36.165Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-08T05:57:36.166Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:36.166Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-08T05:57:36.167Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:36.167Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria
2022-11-08T05:57:36.167Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T05:57:36.168Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:36.168Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria
2022-11-08T05:57:36.168Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T05:57:36.169Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:36.169Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria
2022-11-08T05:57:36.169Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T05:57:36.169Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:36.169Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is not matching search criteria
2022-11-08T05:57:36.170Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-08T05:57:36.170Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-08T05:57:36.170Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-08T05:57:36.170Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-08T05:57:36.170Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-08T05:57:36.170Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-08T05:57:36.171Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-08T05:57:36.171Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-08T05:57:36.171Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-08T05:57:36.171Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-08T05:57:36.171Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-08T05:57:36.171Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b0ab235e-9736-4a27-a384-904f6078ecbc
2022-11-08T05:57:36.172Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:36.172Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is not matching search criteria
2022-11-08T05:57:36.172Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-08T05:57:36.172Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-08T05:57:36.172Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-08T05:57:36.173Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-08T05:57:36.173Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-08T05:57:36.173Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-08T05:57:36.173Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-08T05:57:36.173Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-08T05:57:36.173Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-08T05:57:36.174Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-08T05:57:36.174Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-08T05:57:36.174Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-08T05:57:36.174Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e78d61f2-3c5b-4e24-ab57-55cc2bfb4742
2022-11-08T05:57:36.174Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:36.175Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is not matching search criteria
2022-11-08T05:57:36.175Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-08T05:57:36.175Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-08T05:57:36.175Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-08T05:57:36.175Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-08T05:57:36.175Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-08T05:57:36.176Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-08T05:57:36.176Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-08T05:57:36.176Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-08T05:57:36.176Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-08T05:57:36.176Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-08T05:57:36.176Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-08T05:57:36.177Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-08T05:57:36.177Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=81cb47f2-0e88-4b25-8637-27fc5088e326
2022-11-08T05:57:36.177Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:36.177Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T05:57:36.177Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:36.178Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T05:57:36.178Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:36.178Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T05:57:36.178Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:36.178Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T05:57:36.179Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-08 05-56-06
Description:catalog service description
Model UUID:8920059b-ffd3-4714-a8bc-d1f37e7d0c4e
Model Version:NULL
Model InvariantUuid:b92137ab-3e31-4e11-9d63-cf003c895836
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1829363d-01ac
Model UUID:f7e5e91a-32da-494f-ad6f-4e761a506eae
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b3a9922f-dfee-45a2-81e3-7e806b898348
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8d5b0a69-579a-4da9-932a-e7e19e82757a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ce69eb6c-247a-4bcf-a759-a8f6b1ee4eb4
ModelName:Vfw1829363d01ac..base_vfw..module-0
ModelUuid:ca8d8efe-1a1d-48c7-b3f6-a7843890a577
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b0ab235e-9736-4a27-a384-904f6078ecbc
ModelInvariantUuid:669c0678-bcb2-4ecf-91ec-5c8b1e841e6e
ModelName:vFW 1829363d-01ac-nodes.vfwCvfc
ModelUuid:784539a2-44e6-4d0c-afbb-adce7a499b98
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e91bb79e-6ec7-4429-8966-fa6cd10767a5
ModelInvariantUuid:557cf33f-b3a2-4c91-a6f0-7fd3708d3c02
ModelName:Vfw1829363d01ac.compute.nodes.heat.vfw
ModelUuid:ce7b6a2c-291b-4ba0-aae2-1b389e5653fd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e78d61f2-3c5b-4e24-ab57-55cc2bfb4742
ModelInvariantUuid:e19b0021-0269-429a-b646-67fb351f4410
ModelName:vFW 1829363d-01ac-nodes.vsnCvfc
ModelUuid:9c3c3087-5461-454e-8ab0-e1e9ae1f9109
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:886ae3b2-c6b5-4450-b7b6-6d1988057bea
ModelInvariantUuid:d7077978-62fa-48c4-8fd6-6e2aefc83b1e
ModelName:Vfw1829363d01ac.compute.nodes.heat.vsn
ModelUuid:d4155e4e-e4c1-4886-a46c-137b43734765
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:81cb47f2-0e88-4b25-8637-27fc5088e326
ModelInvariantUuid:3467aec0-2e59-4829-b332-d09b8255fb83
ModelName:vFW 1829363d-01ac-nodes.vpgCvfc
ModelUuid:e7685963-93e5-4a53-832f-258835588aed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:25a97b3f-2537-4b9a-b043-6dbc392d974b
ModelInvariantUuid:53b1a812-38ac-49ba-b463-a48f22ba594e
ModelName:Vfw1829363d01ac.compute.nodes.heat.vpg
ModelUuid:2347a481-eeb9-4d2a-80ee-7c2e554e6d10
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-08T05:57:36.190Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 13493e27-2871-483b-bb4a-6e86913e6eef
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-08T05:57:36.289Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||vFW 1829363d-01ac 0
2022-11-08T05:57:36.297Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 13493e27-2871-483b-bb4a-6e86913e6eef
2022-11-08T05:57:36.297Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 68001c46-1f6b-4ae0-ae5d-52c8d5c2473d from URL: /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json
2022-11-08T05:57:36.297Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-08T05:57:36.297Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json
2022-11-08T05:57:36.345Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-08T05:57:36.346Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json 68001c46-1f6b-4ae0-ae5d-52c8d5c2473d 785
2022-11-08T05:57:36.346Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json ASDC sendASDCNotification
2022-11-08T05:57:36.346Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json
2022-11-08T05:57:36.346Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-08T05:57:36.346Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T05:57:36.349Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T05:57:36.349Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887056346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-08T05:57:36.449Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T05:57:36.451Z||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-08T05:57:36.451Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:57:36.466Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:57:36.466Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-08T05:57:37.351Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1829363d01ac..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ce69eb6c-247a-4bcf-a759-a8f6b1ee4eb4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ca8d8efe-1a1d-48c7-b3f6-a7843890a577",
"vfModuleModelCustomizationUUID": "83566338-0cf6-40c1-a93f-bf00a6ef7c17",
"isBase": true,
"artifacts": [
"f0543c29-ab8e-45af-a17c-bb85dc0b7cdf",
"ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94"
],
"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-08T05:57:37.371Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1829363d01ac..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ca8d8efe-1a1d-48c7-b3f6-a7843890a577
VfModuleModelInvariantUUID:ce69eb6c-247a-4bcf-a759-a8f6b1ee4eb4
VfModuleModelDescription:NULL
Artifacts UUID List:{
f0543c29-ab8e-45af-a17c-bb85dc0b7cdf
,
ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94
}
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-08T05:57:37.374Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1829363d01ac..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ce69eb6c-247a-4bcf-a759-a8f6b1ee4eb4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ca8d8efe-1a1d-48c7-b3f6-a7843890a577",
"vfModuleModelCustomizationUUID": "83566338-0cf6-40c1-a93f-bf00a6ef7c17",
"isBase": true,
"artifacts": [
"f0543c29-ab8e-45af-a17c-bb85dc0b7cdf",
"ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94"
],
"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-08T05:57:37.374Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1829363d01ac..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ca8d8efe-1a1d-48c7-b3f6-a7843890a577
VfModuleModelInvariantUUID:ce69eb6c-247a-4bcf-a759-a8f6b1ee4eb4
VfModuleModelDescription:NULL
Artifacts UUID List:{
f0543c29-ab8e-45af-a17c-bb85dc0b7cdf
,
ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94
}
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-08T05:57:37.374Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f0543c29-ab8e-45af-a17c-bb85dc0b7cdf from URL: /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml
2022-11-08T05:57:37.375Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-08T05:57:37.375Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml
2022-11-08T05:57:37.429Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-08T05:57:37.430Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml f0543c29-ab8e-45af-a17c-bb85dc0b7cdf 20368
2022-11-08T05:57:37.430Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-08T05:57:37.431Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml
2022-11-08T05:57:37.431Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-08T05:57:37.431Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T05:57:37.434Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T05:57:37.434Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887057430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-08T05:57:37.534Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T05:57:37.536Z||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-08T05:57:37.537Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:57:37.548Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:57:37.549Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-08T05:57:38.435Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94 from URL: /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env
2022-11-08T05:57:38.435Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-08T05:57:38.436Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env
2022-11-08T05:57:38.479Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-08T05:57:38.480Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env ea3cfc3b-9aeb-45c7-b88d-563f84dd9f94 2098
2022-11-08T05:57:38.480Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-08T05:57:38.480Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env
2022-11-08T05:57:38.481Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-08T05:57:38.481Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T05:57:38.484Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T05:57:38.484Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887058480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-08T05:57:38.584Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T05:57:38.585Z||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-08T05:57:38.585Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:57:38.598Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:57:38.598Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-08T05:57:39.485Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 8920059b-ffd3-4714-a8bc-d1f37e7d0c4e
2022-11-08T05:57:39.486Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1829363d-01ac 0 13493e27-2871-483b-bb4a-6e86913e6eef 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-08T05:57:39.528Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a438e1, org.onap.sdc.toscaparser.api.parameters.Input@1a9aabc3, org.onap.sdc.toscaparser.api.parameters.Input@4329ac4, org.onap.sdc.toscaparser.api.parameters.Input@1c4d869b, org.onap.sdc.toscaparser.api.parameters.Input@398bd6c3]
2022-11-08T05:57:39.532Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:39.532Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T05:57:39.533Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-11-08T05:57:39.533Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 8d5b0a69-579a-4da9-932a-e7e19e82757a
2022-11-08T05:57:39.533Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8d5b0a69-579a-4da9-932a-e7e19e82757a matches Tosca VF Customization UUID: 8d5b0a69-579a-4da9-932a-e7e19e82757a
2022-11-08T05:57:39.533Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 8d5b0a69-579a-4da9-932a-e7e19e82757a 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-08T05:57:39.541Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:39.541Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T05:57:39.542Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 8d5b0a69-579a-4da9-932a-e7e19e82757a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-08T05:57:39.542Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ee26973
2022-11-08T05:57:39.543Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:39.543Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-08T05:57:39.544Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 83566338-0cf6-40c1-a93f-bf00a6ef7c17
2022-11-08T05:57:39.545Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 83566338-0cf6-40c1-a93f-bf00a6ef7c17
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-08T05:57:39.551Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:39.551Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria
2022-11-08T05:57:39.551Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T05:57:39.552Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:39.552Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria
2022-11-08T05:57:39.553Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T05:57:39.553Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:39.553Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is not matching search criteria
2022-11-08T05:57:39.553Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-08T05:57:39.554Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-08T05:57:39.554Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-08T05:57:39.554Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-08T05:57:39.554Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-08T05:57:39.555Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-08T05:57:39.555Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-08T05:57:39.555Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-08T05:57:39.555Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-08T05:57:39.556Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-08T05:57:39.556Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-08T05:57:39.556Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b0ab235e-9736-4a27-a384-904f6078ecbc
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-08T05:57:39.564Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:39.564Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria
2022-11-08T05:57:39.564Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T05:57:39.564Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:39.565Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is not matching search criteria
2022-11-08T05:57:39.565Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-08T05:57:39.565Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-08T05:57:39.566Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-08T05:57:39.566Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-08T05:57:39.566Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-08T05:57:39.566Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-08T05:57:39.566Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-08T05:57:39.567Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-08T05:57:39.567Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-08T05:57:39.567Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-08T05:57:39.567Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-08T05:57:39.568Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-08T05:57:39.568Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e78d61f2-3c5b-4e24-ab57-55cc2bfb4742
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-08T05:57:39.570Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:39.570Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria
2022-11-08T05:57:39.571Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T05:57:39.573Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:39.574Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is not matching search criteria
2022-11-08T05:57:39.574Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-08T05:57:39.574Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-08T05:57:39.574Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-08T05:57:39.574Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-08T05:57:39.575Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-08T05:57:39.575Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-08T05:57:39.575Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-08T05:57:39.575Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-08T05:57:39.576Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-08T05:57:39.576Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-08T05:57:39.576Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-08T05:57:39.576Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-08T05:57:39.577Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=81cb47f2-0e88-4b25-8637-27fc5088e326
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-08T05:57:39.579Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:39.579Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria
2022-11-08T05:57:39.579Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T05:57:39.579Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:39.580Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Node template vFW 1829363d-01ac 0 is matching search criteria
2022-11-08T05:57:39.580Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1829363d-01ac 0] matching following query criteria: sdcType=VF, customizationUUID=8d5b0a69-579a-4da9-932a-e7e19e82757a
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-08T05:57:39.582Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:39.582Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T05:57:39.583Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8920059b-ffd3-4714-a8bc-d1f37e7d0c4e: vFW 1829363d-01ac
2022-11-08T05:57:39.583Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:39.583Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T05:57:39.584Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:39.584Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T05:57:39.584Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:39.584Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T05:57:39.585Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:39.585Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T05:57:39.585Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T05:57:39.585Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-08 05-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T05:57:39.586Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-11-08 05-56-06
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-08T05:57:39.848Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1829363d-01ac 13493e27-2871-483b-bb4a-6e86913e6eef 1 ASDC deployResourceStructure
2022-11-08T05:57:39.849Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json ASDC sendASDCNotification
2022-11-08T05:57:39.849Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json
2022-11-08T05:57:39.849Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-08T05:57:39.850Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T05:57:39.852Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T05:57:39.852Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887059849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-08T05:57:39.952Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T05:57:39.953Z||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-08T05:57:39.953Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:57:39.963Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:57:39.963Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-08T05:57:40.853Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-08T05:57:40.854Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml
2022-11-08T05:57:40.854Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-08T05:57:40.854Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T05:57:40.856Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T05:57:40.856Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887060853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-08T05:57:40.956Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T05:57:40.957Z||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-08T05:57:40.957Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:57:40.968Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:57:40.969Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-08T05:57:41.859Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-08T05:57:41.859Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env
2022-11-08T05:57:41.859Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-08T05:57:41.859Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T05:57:41.863Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T05:57:41.863Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887061859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-08T05:57:41.963Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-08T05:57:41.964Z||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-08T05:57:41.976Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:57:41.994Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:57:41.995Z||pool-16-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-08T05:57:42.864Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar ASDC sendASDCNotification
2022-11-08T05:57:42.865Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar
2022-11-08T05:57:42.865Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-08T05:57:42.865Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T05:57:42.867Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T05:57:42.867Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887062864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T05:57:42.968Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-08T05:57:42.969Z||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-08T05:57:42.969Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T05:57:42.981Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:57:42.981Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-08T05:57:43.868Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3
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-08T05:57:43.891Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3
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-08T05:57:43.894Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T05:57:43.894Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-08T05:57:43.895Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-08T05:58:13.895Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3
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-08T05:58:13.910Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3
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-08T05:58:13.913Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T05:58:13.913Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-08T05:58:13.913Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-08T05:58:23.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:58:23.009Z||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-08T05:58:23.009Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:58:23.062Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:58:23.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:58:23.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887037499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:58:23.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:58:23.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:58:23.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "cds",
"timestamp": 1667887034219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T05:58:23.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:58:43.914Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3
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-08T05:58:43.926Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3
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-08T05:58:43.929Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T05:58:43.929Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-08T05:58:43.929Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-08T05:59:13.929Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3
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-08T05:59:13.941Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3
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-08T05:59:13.943Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T05:59:13.943Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-08T05:59:13.944Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-08T05:59:23.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T05:59:23.008Z||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-08T05:59:23.009Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T05:59:23.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T05:59:23.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T05:59:23.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887035187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-08T05:59:23.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T05:59:43.944Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3
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-08T05:59:43.960Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3
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-08T05:59:43.963Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T05:59:43.963Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-08T05:59:43.964Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-08T06:00:13.964Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3
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-08T06:00:13.977Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3
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-08T06:00:13.980Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T06:00:13.980Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-08T06:00:13.981Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-08T06:00:23.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:00:23.010Z||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-08T06:00:23.010Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T06:00:23.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:00:23.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887037499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "cds",
"timestamp": 1667887034219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887035187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887043597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T06:00:23.549Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:00:23.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json",
"status": "NOTIFIED"
}
2022-11-08T06:00:23.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887037499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "cds",
"timestamp": 1667887034219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887035187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-08T06:00:23.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887044602,
"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-08T06:00:23.562Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2bf900aa-9244-42f1-bc07-77d437317fe3
2022-11-08T06:00:23.562Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bf900aa-9244-42f1-bc07-77d437317fe3 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-08T06:00:23.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-08T06:00:23.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887037499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "cds",
"timestamp": 1667887034219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887035187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887037499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "cds",
"timestamp": 1667887034219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T06:00:23.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887035187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T06:00:23.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-08T06:00:23.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887047611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:00:23.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:00:23.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "cds",
"timestamp": 1667887047573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:00:23.580Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:00:23.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "cds",
"timestamp": 1667887048583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-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-08T06:00:23.593Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c1ace97e-2e79-4d87-8d68-90c9a74cb899
2022-11-08T06:00:23.593Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1ace97e-2e79-4d87-8d68-90c9a74cb899 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-08T06:00:23.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887048669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:00:23.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:00:23.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T06:00:23.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887049728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:00:23.604Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:00:23.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887051035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:00:23.604Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:00:23.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887050765,
"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-08T06:00:23.610Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1ace97e-2e79-4d87-8d68-90c9a74cb899
2022-11-08T06:00:23.610Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1ace97e-2e79-4d87-8d68-90c9a74cb899 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-08T06:00:23.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "aai-ml",
"timestamp": 1667887050746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T06:00:23.621Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:00:23.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887051770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-08T06:00:23.621Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:00:23.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "aai-ml",
"timestamp": 1667887051751,
"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-08T06:00:23.626Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2bf900aa-9244-42f1-bc07-77d437317fe3
2022-11-08T06:00:23.626Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bf900aa-9244-42f1-bc07-77d437317fe3 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-08T06:00:23.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887056346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:00:23.635Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:00:23.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887057430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:00:23.635Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:00:23.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887058480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:00:23.636Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:00:23.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "aai-ml",
"timestamp": 1667887057926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887059849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/vfw1829363d01ac0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-08T06:00:23.637Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:00:23.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "aai-ml",
"timestamp": 1667887057926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887059366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887060853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-08T06:00:23.638Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:00:23.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "aai-ml",
"timestamp": 1667887057926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887059366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887061859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/resourceInstances/vfw1829363d01ac0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-08T06:00:23.639Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:00:23.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "aai-ml",
"timestamp": 1667887057926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887059366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887062864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108055606/1.0/artifacts/service-Vfw20221108055606-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T06:00:23.640Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:00:23.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "aai-ml",
"timestamp": 1667887057926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887059366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "aai-ml",
"timestamp": 1667887057926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887059366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "aai-ml",
"timestamp": 1667887057926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T06:00:23.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887059366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:00:23.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "aai-ml",
"timestamp": 1667887065631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:00:23.642Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:00:23.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887059366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T06:00:23.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-08T06:00:23.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887067123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:00:23.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:00:23.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887069823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T06:00:23.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:00:23.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887070828,
"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-08T06:00:23.648Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c1ace97e-2e79-4d87-8d68-90c9a74cb899
2022-11-08T06:00:23.648Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1ace97e-2e79-4d87-8d68-90c9a74cb899 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-08T06:00:23.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "aai-ml",
"timestamp": 1667887072735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T06:00:23.660Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:00:23.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:00:23.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "aai-ml",
"timestamp": 1667887073738,
"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-08T06:00:23.670Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c1ace97e-2e79-4d87-8d68-90c9a74cb899
2022-11-08T06:00:23.670Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1ace97e-2e79-4d87-8d68-90c9a74cb899 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-08T06:00:43.981Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3
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-08T06:00:44.002Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3
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-08T06:00:44.005Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T06:00:44.006Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-08T06:00:44.006Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-08T06:00:44.006Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-08T06:00:44.007Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T06:00:44.007Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T06:00:44.007Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T06:00:44.007Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T06:00:44.007Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T06:00:44.008Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-08T06:00:44.014Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-08T06:01:14.015Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2bf900aa-9244-42f1-bc07-77d437317fe3 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-08T06:01:14.029Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2bf900aa-9244-42f1-bc07-77d437317fe3 and serviceModelVersionId: 8920059b-ffd3-4714-a8bc-d1f37e7d0c4e
2022-11-08T06:01:14.029Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b92137ab-3e31-4e11-9d63-cf003c895836
2022-11-08T06:01:23.009Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:01:23.009Z||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-08T06:01:23.010Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T06:01:30.846Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b92137ab-3e31-4e11-9d63-cf003c895836/model-vers/model-ver/8920059b-ffd3-4714-a8bc-d1f37e7d0c4e?depth=0
2022-11-08T06:01:30.963Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-08T06:01:31.469Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b92137ab-3e31-4e11-9d63-cf003c895836/model-vers/model-ver/8920059b-ffd3-4714-a8bc-d1f37e7d0c4e?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-08T06:01:31.474Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b92137ab-3e31-4e11-9d63-cf003c895836/model-vers/model-ver/8920059b-ffd3-4714-a8bc-d1f37e7d0c4e?depth=0|INFO|500||Invoke
2022-11-08T06:01:31.605Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b92137ab-3e31-4e11-9d63-cf003c895836/model-vers/model-ver/8920059b-ffd3-4714-a8bc-d1f37e7d0c4e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-08T06:01:31.838Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b92137ab-3e31-4e11-9d63-cf003c895836/model-vers/model-ver/8920059b-ffd3-4714-a8bc-d1f37e7d0c4e?depth=0|INFO|500||InvokeReturn
2022-11-08T06:01:31.838Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b92137ab-3e31-4e11-9d63-cf003c895836/model-vers/model-ver/8920059b-ffd3-4714-a8bc-d1f37e7d0c4e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221108-06:01:30:907-56251], vertex-id=[348328], Content-Length=[0], Date=[Tue, 08 Nov 2022 06:01:30 GMT], Content-Type=[application/json]}
2022-11-08T06:01:31.839Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-11-08T06:01:31.843Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-08T06:01:31.844Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-08T06:01:31.854Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-08T06:01:31.855Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2bf900aa-9244-42f1-bc07-77d437317fe3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-08T06:01:31.856Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-08T06:01:31.856Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:01:31.859Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:01:31.859Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887291855,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-08T06:01:31.963Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-08T06:01:31.964Z||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-08T06:01:31.964Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:01:31.975Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:01:31.976Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:01:32.669Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:01:32.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-08T06:01:32.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2bf900aa-9244-42f1-bc07-77d437317fe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887291855,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-08T06:01:32.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-08T06:01:32.876Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:01:32.877Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c1ace97e-2e79-4d87-8d68-90c9a74cb899","serviceName":"basic_onboard_NcknZK","serviceVersion":"1.0","serviceUUID":"a78a26a3-de67-4d3a-84a1-b48f791462d1","serviceDescription":"service","serviceInvariantUUID":"2b16dfbd-2cb7-48fd-a7be-fbc4d825e141","resources":[{"resourceInstanceName":"basic_onboard_NcknZK 0","resourceName":"basic_onboard_NcknZK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d029b771-cb91-4542-a557-53a15508d2f8","resourceInvariantUUID":"728d14f6-ca20-4d53-bc10-61e1a559eb29","resourceCustomizationUUID":"995a2d4e-2be9-4618-9051-a2103ced483c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vf-license-model.xml","artifactChecksum":"ZDUyNGU0MzQyYmRmY2MxOTg2NzE5NjQzMjhlMDY2YzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50010d45-75c2-4f41-bbd6-d0c2eaa5cb5b","artifactVersion":"1"},{"artifactName":"basic_onboard_ncknzk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json","artifactChecksum":"YTQwMzdmOWM2NWU3ZTNiYzJlMWVmZjhmZDI4ZTc3ODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6d893d39-3a16-4607-a93a-28e6e44ef18b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8f339e7a-32e8-48ca-be4b-87d80889be54","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"861945fb-0fcc-41f1-8aee-91c526028e90","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6ee2d985-aa00-4e0a-b16f-86124898981e","artifactVersion":"2","generatedFromUUID":"8f339e7a-32e8-48ca-be4b-87d80889be54"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcknzk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-template.yml","artifactChecksum":"ZjlkNmU4NGNkZDU1MTY0OGQyZWFkNmEzYmIwMDFmNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18fae0d3-e3c6-4d52-a713-b7d485826d84","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcknzk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar","artifactChecksum":"NjRmZTdkOTYwZjEzM2E5ZjU3OTBkYzU3MzUyOGYzYjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d129713-c7af-418b-a313-8523755075bb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-08T06:01:32.877Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T06:01:32.878Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:01:32.880Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:01:32.880Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:01:32.980Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:01:32.981Z||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-08T06:01:32.981Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:01:32.995Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:01:32.996Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:01:33.881Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T06:01:33.882Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:01:33.885Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:01:33.885Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json",
"status": "NOTIFIED"
}
2022-11-08T06:01:33.985Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:01:33.987Z||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-08T06:01:33.988Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:01:33.999Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:01:34.000Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:01:34.888Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T06:01:34.890Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:01:34.894Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:01:34.894Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-08T06:01:34.993Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-08T06:01:34.994Z||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-08T06:01:34.995Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:01:35.005Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:01:35.005Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:01:35.895Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T06:01:35.896Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:01:35.897Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:01:35.898Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:01:35.999Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:01:36.000Z||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-08T06:01:36.000Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:01:36.012Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:01:36.012Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-08T06:01:36.898Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T06:01:36.899Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:01:36.901Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:01:36.902Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-08T06:01:37.002Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:01:37.003Z||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-08T06:01:37.003Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:01:37.013Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:01:37.014Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:01:37.902Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T06:01:37.903Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:01:37.906Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:01:37.906Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:01:38.006Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:01:38.007Z||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-08T06:01:38.007Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:01:38.018Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:01:38.018Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:01:38.906Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T06:01:38.907Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:01:38.909Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:01:38.910Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T06:01:39.010Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:01:39.011Z||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-08T06:01:39.012Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:01:39.023Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:01:39.023Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:01:39.911Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"serviceName": "basic_onboard_NcknZK",
"serviceVersion": "1.0",
"serviceUUID": "a78a26a3-de67-4d3a-84a1-b48f791462d1",
"serviceDescription": "service",
"serviceInvariantUUID": "2b16dfbd-2cb7-48fd-a7be-fbc4d825e141",
"resources": [
{
"resourceInstanceName": "basic_onboard_NcknZK 0",
"resourceCustomizationUUID": "995a2d4e-2be9-4618-9051-a2103ced483c",
"resourceName": "basic_onboard_NcknZK",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d029b771-cb91-4542-a557-53a15508d2f8",
"resourceInvariantUUID": "728d14f6-ca20-4d53-bc10-61e1a559eb29",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ncknzk0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json",
"artifactChecksum": "YTQwMzdmOWM2NWU3ZTNiYzJlMWVmZjhmZDI4ZTc3ODU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6d893d39-3a16-4607-a93a-28e6e44ef18b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8f339e7a-32e8-48ca-be4b-87d80889be54",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6ee2d985-aa00-4e0a-b16f-86124898981e",
"generatedFromUUID": "8f339e7a-32e8-48ca-be4b-87d80889be54"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6ee2d985-aa00-4e0a-b16f-86124898981e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNcknzk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar",
"artifactChecksum": "NjRmZTdkOTYwZjEzM2E5ZjU3OTBkYzU3MzUyOGYzYjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9d129713-c7af-418b-a313-8523755075bb"
}
],
"workloadContext": "Production"
}
2022-11-08T06:01:39.912Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-08T06:01:39.912Z|2bf900aa-9244-42f1-bc07-77d437317fe3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a78a26a3-de67-4d3a-84a1-b48f791462d1 ASDC
2022-11-08T06:01:39.912Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c1ace97e-2e79-4d87-8d68-90c9a74cb899
ServiceName:basic_onboard_NcknZK
ServiceVersion:1.0
ServiceUUID:a78a26a3-de67-4d3a-84a1-b48f791462d1
ServiceInvariantUUID:2b16dfbd-2cb7-48fd-a7be-fbc4d825e141
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNcknzk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar
ArtifactUUID:9d129713-c7af-418b-a313-8523755075bb
ArtifactChecksum:NjRmZTdkOTYwZjEzM2E5ZjU3OTBkYzU3MzUyOGYzYjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NcknZK 0
ResourceCustomizationUUID:995a2d4e-2be9-4618-9051-a2103ced483c
ResourceInvariantUUID:728d14f6-ca20-4d53-bc10-61e1a559eb29
ResourceName:basic_onboard_NcknZK
ResourceType:VF
ResourceUUID:d029b771-cb91-4542-a557-53a15508d2f8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ncknzk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json
ArtifactUUID:6d893d39-3a16-4607-a93a-28e6e44ef18b
ArtifactChecksum:YTQwMzdmOWM2NWU3ZTNiYzJlMWVmZjhmZDI4ZTc3ODU=
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/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8f339e7a-32e8-48ca-be4b-87d80889be54
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/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env
ArtifactUUID:6ee2d985-aa00-4e0a-b16f-86124898981e
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/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env
ArtifactUUID:6ee2d985-aa00-4e0a-b16f-86124898981e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-08T06:01:39.913Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a78a26a3-de67-4d3a-84a1-b48f791462d1 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-08T06:01:39.946Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-08T06:01:39.946Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-08T06:01:39.947Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-08T06:01:39.947Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9d129713-c7af-418b-a313-8523755075bb from URL: /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar
2022-11-08T06:01:39.947Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-08T06:01:39.947Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar
2022-11-08T06:01:40.064Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-08T06:01:40.067Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar 9d129713-c7af-418b-a313-8523755075bb 75282
2022-11-08T06:01:40.068Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar ASDC sendASDCNotification
2022-11-08T06:01:40.068Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar
2022-11-08T06:01:40.068Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-08T06:01:40.068Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:01:40.070Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:01:40.070Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887300068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:01:40.171Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:01:40.172Z||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-08T06:01:40.172Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:01:40.183Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:01:40.183Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-08T06:01:41.071Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-08T06:01:41.072Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-08T06:01:41.073Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9d129713-c7af-418b-a313-8523755075bb, URL: /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar to file: /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar
2022-11-08T06:01:41.073Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNcknzk-csar.csar
2022-11-08T06:01:41.073Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar
2022-11-08T06:01:41.074Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar
2022-11-08T06:01:41.277Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11898466679395118244/Definitions/service-BasicOnboardNcknzk-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-08T06:01:42.509Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-08T06:01:42.510Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-08T06:01:42.510Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar
2022-11-08T06:01:42.510Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-08T06:01:42.510Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar
2022-11-08T06:01:42.510Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar
2022-11-08T06:01:42.510Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar
2022-11-08T06:01:42.510Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar
2022-11-08T06:01:42.511Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NcknZK 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-BasicOnboardNcknzk-csar.csar
2022-11-08T06:01:42.511Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar
2022-11-08T06:01:42.511Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNcknzk-csar.csar
2022-11-08T06:01:42.511Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-08T06:01:42.511Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:42.511Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:01:42.512Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is matching search criteria
2022-11-08T06:01:42.512Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-08T06:01:42.512Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NcknZK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-08T06:01:42.512Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:42.512Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:01:42.513Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is matching search criteria
2022-11-08T06:01:42.513Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-08T06:01:42.513Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NcknZK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-08T06:01:42.513Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:42.513Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:01:42.514Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:42.514Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is not matching search criteria
2022-11-08T06:01:42.514Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-08T06:01:42.514Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-08T06:01:42.514Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-08T06:01:42.514Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-08T06:01:42.514Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-08T06:01:42.515Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:42.515Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-08T06:01:42.515Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:42.515Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is matching search criteria
2022-11-08T06:01:42.515Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NcknZK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T06:01:42.516Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:42.516Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is matching search criteria
2022-11-08T06:01:42.516Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NcknZK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T06:01:42.516Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:42.516Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is matching search criteria
2022-11-08T06:01:42.517Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NcknZK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T06:01:42.517Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:42.517Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is not matching search criteria
2022-11-08T06:01:42.517Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-08T06:01:42.517Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-08T06:01:42.518Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f473fdd2-c47e-47db-816a-7cfc34941b5e
2022-11-08T06:01:42.518Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:42.518Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:01:42.518Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:42.518Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:01:42.518Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:42.519Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:01:42.519Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:42.519Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:01:42.519Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_NcknZK
Description:service
Model UUID:a78a26a3-de67-4d3a-84a1-b48f791462d1
Model Version:NULL
Model InvariantUuid:2b16dfbd-2cb7-48fd-a7be-fbc4d825e141
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_NcknZK
Model UUID:ba04febb-1302-463b-be75-316abe943ccb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:728d14f6-ca20-4d53-bc10-61e1a559eb29
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:995a2d4e-2be9-4618-9051-a2103ced483c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:91af1e4b-7f14-4457-a370-8a04747a021e
ModelName:BasicOnboardNcknzk..base_ubuntu18..module-0
ModelUuid:caa8d018-676f-4572-aed3-907a2deb8a7b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f473fdd2-c47e-47db-816a-7cfc34941b5e
ModelInvariantUuid:44dfa6a6-f3fd-4141-8292-a4efdec3cdf9
ModelName:basic_onboard_NcknZK-nodes.ubuntu18Cvfc
ModelUuid:bc84b5ac-d427-4870-a5d0-e64bbbf9e739
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7cb57788-47d7-496b-a612-4ceeae1882b8
ModelInvariantUuid:d1d54b1c-20a5-4ba7-a0e3-0558a23fdf78
ModelName:BasicOnboardNcknzk.compute.nodes.heat.ubuntu18
ModelUuid:9e79f1b5-c6e9-4d47-9f38-4a018f868e0f
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-08T06:01:42.527Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d029b771-cb91-4542-a557-53a15508d2f8
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-08T06:01:42.529Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||basic_onboard_NcknZK 0
2022-11-08T06:01:42.530Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d029b771-cb91-4542-a557-53a15508d2f8
2022-11-08T06:01:42.530Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6d893d39-3a16-4607-a93a-28e6e44ef18b from URL: /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json
2022-11-08T06:01:42.530Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-08T06:01:42.530Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json
2022-11-08T06:01:42.575Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-08T06:01:42.575Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json 6d893d39-3a16-4607-a93a-28e6e44ef18b 798
2022-11-08T06:01:42.575Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json ASDC sendASDCNotification
2022-11-08T06:01:42.575Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json
2022-11-08T06:01:42.576Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-08T06:01:42.576Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:01:42.578Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:01:42.578Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887302575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:01:42.679Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:01:42.680Z||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-08T06:01:42.680Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:01:42.692Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:01:42.693Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:01:43.579Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNcknzk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "91af1e4b-7f14-4457-a370-8a04747a021e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "caa8d018-676f-4572-aed3-907a2deb8a7b",
"vfModuleModelCustomizationUUID": "1128981c-6e7f-4576-901e-e66301f63349",
"isBase": true,
"artifacts": [
"8f339e7a-32e8-48ca-be4b-87d80889be54",
"6ee2d985-aa00-4e0a-b16f-86124898981e"
],
"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-08T06:01:43.583Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNcknzk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:caa8d018-676f-4572-aed3-907a2deb8a7b
VfModuleModelInvariantUUID:91af1e4b-7f14-4457-a370-8a04747a021e
VfModuleModelDescription:NULL
Artifacts UUID List:{
8f339e7a-32e8-48ca-be4b-87d80889be54
,
6ee2d985-aa00-4e0a-b16f-86124898981e
}
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-08T06:01:43.585Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNcknzk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "91af1e4b-7f14-4457-a370-8a04747a021e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "caa8d018-676f-4572-aed3-907a2deb8a7b",
"vfModuleModelCustomizationUUID": "1128981c-6e7f-4576-901e-e66301f63349",
"isBase": true,
"artifacts": [
"8f339e7a-32e8-48ca-be4b-87d80889be54",
"6ee2d985-aa00-4e0a-b16f-86124898981e"
],
"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-08T06:01:43.586Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNcknzk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:caa8d018-676f-4572-aed3-907a2deb8a7b
VfModuleModelInvariantUUID:91af1e4b-7f14-4457-a370-8a04747a021e
VfModuleModelDescription:NULL
Artifacts UUID List:{
8f339e7a-32e8-48ca-be4b-87d80889be54
,
6ee2d985-aa00-4e0a-b16f-86124898981e
}
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-08T06:01:43.586Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8f339e7a-32e8-48ca-be4b-87d80889be54 from URL: /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml
2022-11-08T06:01:43.586Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-08T06:01:43.586Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml
2022-11-08T06:01:43.634Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-08T06:01:43.635Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml 8f339e7a-32e8-48ca-be4b-87d80889be54 5033
2022-11-08T06:01:43.635Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-08T06:01:43.635Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml
2022-11-08T06:01:43.635Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-08T06:01:43.635Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:01:43.637Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:01:43.638Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887303635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:01:43.738Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:01:43.739Z||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-08T06:01:43.740Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:01:43.750Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:01:43.751Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:01:44.638Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6ee2d985-aa00-4e0a-b16f-86124898981e from URL: /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env
2022-11-08T06:01:44.639Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-08T06:01:44.639Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env
2022-11-08T06:01:44.683Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-08T06:01:44.684Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env 6ee2d985-aa00-4e0a-b16f-86124898981e 909
2022-11-08T06:01:44.684Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-08T06:01:44.684Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env
2022-11-08T06:01:44.684Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-08T06:01:44.685Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:01:44.687Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:01:44.687Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887304684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:01:44.787Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:01:44.788Z||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-08T06:01:44.789Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:01:44.799Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:01:44.800Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:01:45.688Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a78a26a3-de67-4d3a-84a1-b48f791462d1
2022-11-08T06:01:45.688Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NcknZK 0 d029b771-cb91-4542-a557-53a15508d2f8 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-08T06:01:45.703Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b96a290, org.onap.sdc.toscaparser.api.parameters.Input@6544fb3f, org.onap.sdc.toscaparser.api.parameters.Input@4570e1c2, org.onap.sdc.toscaparser.api.parameters.Input@5eb0a67c, org.onap.sdc.toscaparser.api.parameters.Input@50bc1d18]
2022-11-08T06:01:45.704Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:45.705Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:01:45.705Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-11-08T06:01:45.705Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 995a2d4e-2be9-4618-9051-a2103ced483c
2022-11-08T06:01:45.705Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 995a2d4e-2be9-4618-9051-a2103ced483c matches Tosca VF Customization UUID: 995a2d4e-2be9-4618-9051-a2103ced483c
2022-11-08T06:01:45.705Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 995a2d4e-2be9-4618-9051-a2103ced483c 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-08T06:01:45.708Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:45.708Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:01:45.709Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 995a2d4e-2be9-4618-9051-a2103ced483c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-08T06:01:45.709Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@b07db6d
2022-11-08T06:01:45.709Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:45.709Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-08T06:01:45.710Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1128981c-6e7f-4576-901e-e66301f63349
2022-11-08T06:01:45.710Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1128981c-6e7f-4576-901e-e66301f63349
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-08T06:01:45.713Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:45.713Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is matching search criteria
2022-11-08T06:01:45.713Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NcknZK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T06:01:45.714Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:45.714Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is matching search criteria
2022-11-08T06:01:45.714Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NcknZK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T06:01:45.714Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:45.715Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is not matching search criteria
2022-11-08T06:01:45.715Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-08T06:01:45.715Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-08T06:01:45.715Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f473fdd2-c47e-47db-816a-7cfc34941b5e
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-08T06:01:45.717Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:45.717Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is matching search criteria
2022-11-08T06:01:45.718Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NcknZK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T06:01:45.718Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:45.718Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NcknZK 0 is matching search criteria
2022-11-08T06:01:45.718Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NcknZK 0] matching following query criteria: sdcType=VF, customizationUUID=995a2d4e-2be9-4618-9051-a2103ced483c
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-08T06:01:45.720Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:45.720Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:01:45.720Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a78a26a3-de67-4d3a-84a1-b48f791462d1: basic_onboard_NcknZK
2022-11-08T06:01:45.720Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:45.721Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:01:45.721Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:45.721Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:01:45.721Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:45.721Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:01:45.722Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:45.722Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:01:45.722Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:01:45.722Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NcknZK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:01:45.722Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_NcknZK
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-08T06:01:45.794Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NcknZK d029b771-cb91-4542-a557-53a15508d2f8 1 ASDC deployResourceStructure
2022-11-08T06:01:45.795Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json ASDC sendASDCNotification
2022-11-08T06:01:45.795Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json
2022-11-08T06:01:45.795Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-08T06:01:45.795Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:01:45.797Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:01:45.797Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887305795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-08T06:01:45.897Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:01:45.898Z||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-08T06:01:45.899Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:01:45.908Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:01:45.909Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:01:46.798Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-08T06:01:46.798Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml
2022-11-08T06:01:46.799Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-08T06:01:46.799Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:01:46.801Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:01:46.801Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887306798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-08T06:01:46.901Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:01:46.904Z||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-08T06:01:46.904Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:01:46.916Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:01:46.917Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:01:47.802Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-08T06:01:47.802Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env
2022-11-08T06:01:47.802Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-08T06:01:47.803Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:01:47.807Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:01:47.807Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887307802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-08T06:01:47.905Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-08T06:01:47.906Z||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-08T06:01:47.906Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:01:47.918Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:01:47.919Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:01:48.808Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar ASDC sendASDCNotification
2022-11-08T06:01:48.809Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar
2022-11-08T06:01:48.809Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-08T06:01:48.809Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:01:48.811Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:01:48.811Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887308808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T06:01:48.911Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:01:48.912Z||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-08T06:01:48.913Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:01:48.924Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:01:48.925Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:01:49.812Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1ace97e-2e79-4d87-8d68-90c9a74cb899
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-08T06:01:49.825Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1ace97e-2e79-4d87-8d68-90c9a74cb899
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-08T06:01:49.828Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T06:01:49.828Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-08T06:01:49.829Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-08T06:01:49.829Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-08T06:01:49.829Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T06:01:49.829Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T06:01:49.829Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T06:01:49.829Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T06:01:49.829Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T06:01:49.829Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-08T06:01:49.834Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-08T06:02:19.835Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c1ace97e-2e79-4d87-8d68-90c9a74cb899 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-08T06:02:19.848Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c1ace97e-2e79-4d87-8d68-90c9a74cb899 and serviceModelVersionId: a78a26a3-de67-4d3a-84a1-b48f791462d1
2022-11-08T06:02:19.848Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b16dfbd-2cb7-48fd-a7be-fbc4d825e141
2022-11-08T06:02:19.849Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b16dfbd-2cb7-48fd-a7be-fbc4d825e141/model-vers/model-ver/a78a26a3-de67-4d3a-84a1-b48f791462d1?depth=0
2022-11-08T06:02:19.855Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-08T06:02:19.941Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16dfbd-2cb7-48fd-a7be-fbc4d825e141/model-vers/model-ver/a78a26a3-de67-4d3a-84a1-b48f791462d1?depth=0|INFO|500||Invoke
2022-11-08T06:02:19.942Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16dfbd-2cb7-48fd-a7be-fbc4d825e141/model-vers/model-ver/a78a26a3-de67-4d3a-84a1-b48f791462d1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16dfbd-2cb7-48fd-a7be-fbc4d825e141/model-vers/model-ver/a78a26a3-de67-4d3a-84a1-b48f791462d1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c1ace97e-2e79-4d87-8d68-90c9a74cb899], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cfd5db63-6dda-4789-8353-31b8a6bdea25], X-ECOMP-RequestID=[c1ace97e-2e79-4d87-8d68-90c9a74cb899], X-TransactionId=[], X-ONAP-RequestID=[c1ace97e-2e79-4d87-8d68-90c9a74cb899], Content-Type=[application/merge-patch+json]}
2022-11-08T06:02:19.977Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16dfbd-2cb7-48fd-a7be-fbc4d825e141/model-vers/model-ver/a78a26a3-de67-4d3a-84a1-b48f791462d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-08T06:02:20.089Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16dfbd-2cb7-48fd-a7be-fbc4d825e141/model-vers/model-ver/a78a26a3-de67-4d3a-84a1-b48f791462d1?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/2b16dfbd-2cb7-48fd-a7be-fbc4d825e141/model-vers/model-ver/a78a26a3-de67-4d3a-84a1-b48f791462d1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221108-06:02:19:276-9578], vertex-id=[368808], Content-Length=[0], Date=[Tue, 08 Nov 2022 06:02:19 GMT], Content-Type=[application/json]}
2022-11-08T06:02:20.089Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16dfbd-2cb7-48fd-a7be-fbc4d825e141/model-vers/model-ver/a78a26a3-de67-4d3a-84a1-b48f791462d1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-08T06:02:20.090Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16dfbd-2cb7-48fd-a7be-fbc4d825e141/model-vers/model-ver/a78a26a3-de67-4d3a-84a1-b48f791462d1?depth=0|INFO|500||InvokeReturn
2022-11-08T06:02:20.090Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-08T06:02:20.091Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-08T06:02:20.098Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-08T06:02:20.098Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c1ace97e-2e79-4d87-8d68-90c9a74cb899 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-08T06:02:20.099Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-08T06:02:20.099Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:02:20.102Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:02:20.102Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887340098,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-08T06:02:20.202Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:02:20.203Z||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-08T06:02:20.203Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:02:20.218Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:02:20.218Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-08T06:02:21.117Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:02:21.118Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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-08T06:02:21.119Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ...
2022-11-08T06:02:23.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:02:23.008Z||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-08T06:02:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T06:02:23.129Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:02:23.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T06:02:23.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:02:23.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T06:02:31.381Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:02:31.382Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:02:31.383Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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-08T06:02:31.383Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ...
2022-11-08T06:02:40.940Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:02:40.941Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:02:40.942Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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-08T06:02:40.942Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ...
2022-11-08T06:02:50.476Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:02:50.477Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:02:50.478Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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-08T06:02:50.478Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ...
2022-11-08T06:03:00.012Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:03:00.016Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:03:00.018Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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-08T06:03:00.018Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ...
2022-11-08T06:03:09.558Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:03:23.005Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:03:23.006Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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-08T06:03:23.006Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ...
2022-11-08T06:03:23.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:03:23.008Z||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-08T06:03:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T06:03:23.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:03:23.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T06:03:23.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json",
"status": "NOTIFIED"
}
2022-11-08T06:03:23.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T06:03:23.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T06:03:23.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-08T06:03:23.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T06:03:23.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T06:03:23.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:03:23.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T06:03:23.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T06:03:23.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-08T06:03:23.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T06:03:23.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T06:03:23.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:03:23.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T06:03:23.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T06:03:23.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887043004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T06:03:23.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T06:03:23.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T06:03:23.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887300068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:03:23.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:03:23.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T06:03:23.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887302575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:03:23.542Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:03:23.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T06:03:23.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887303635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:03:23.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:03:23.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T06:03:23.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887304684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:03:23.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:03:23.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T06:03:23.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887305795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/basic_onboard_ncknzk0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-08T06:03:23.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:03:23.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T06:03:23.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887306798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-08T06:03:23.544Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:03:23.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T06:03:23.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887307802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/resourceInstances/basic_onboard_ncknzk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-08T06:03:23.544Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:03:23.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T06:03:23.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887308808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcknzk/1.0/artifacts/service-BasicOnboardNcknzk-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T06:03:23.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:03:23.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T06:03:23.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c1ace97e-2e79-4d87-8d68-90c9a74cb899",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887340098,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-08T06:03:23.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:03:32.563Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:04:23.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:04:23.007Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T06:04:23.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:04:23.007Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:04:23.007Z||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-08T06:04:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T06:04:32.555Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:04:32.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:05:23.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:05:23.006Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T06:05:23.006Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:05:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:05:23.008Z||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-08T06:05:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T06:05:32.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:05:32.567Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:06:23.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:06:23.006Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T06:06:23.006Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:06:23.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:06:23.007Z||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-08T06:06:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T06:06:32.567Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:06:32.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:07:23.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:07:23.006Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T06:07:23.006Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:07:23.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:07:23.008Z||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-08T06:07:23.008Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T06:07:32.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:07:32.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:08:23.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:08:23.005Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T06:08:23.006Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:08:23.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:08:23.007Z||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-08T06:08:23.007Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T06:08:32.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:08:32.574Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:09:23.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:09:23.005Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T06:09:23.006Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:09:23.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:09:23.007Z||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-08T06:09:23.007Z||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 dRqqwuuUJ2LFDlog) ...
2022-11-08T06:09:32.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:09:32.570Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:10:23.005Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:10:23.007Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T06:10:23.010Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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-08T06:10:23.010Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|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 dRqqwuuUJ2LFDlog) ...
2022-11-08T06:10:23.010Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-08T06:10:23.012Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:10:23.454Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:10:23.458Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.458Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "cds",
"timestamp": 1667887769219,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.460Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.460Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.460Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887775187,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.461Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.461Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.461Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "cds",
"timestamp": 1667887769219,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T06:10:23.461Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.461Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.461Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887775187,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T06:10:23.461Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.462Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.462Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "cds",
"timestamp": 1667887777141,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:10:23.462Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:10:23.462Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.462Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887777500,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.462Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.463Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.463Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "cds",
"timestamp": 1667887778150,
"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-08T06:10:23.495Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0
2022-11-08T06:10:23.495Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0 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-08T06:10:23.509Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.510Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "aai-ml",
"timestamp": 1667887777926,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.511Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.511Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.512Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887777500,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.513Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.513Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.513Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "aai-ml",
"timestamp": 1667887777926,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T06:10:23.514Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.514Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.515Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887779364,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.515Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.516Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.516Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "aai-ml",
"timestamp": 1667887780655,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:10:23.516Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:10:23.517Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.517Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887779364,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T06:10:23.518Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.518Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.518Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887782187,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:10:23.519Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:10:23.519Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.519Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887783957,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T06:10:23.520Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:10:23.520Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.521Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "aai-ml",
"timestamp": 1667887784646,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T06:10:23.522Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:10:23.522Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.522Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887784962,
"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-08T06:10:23.531Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0
2022-11-08T06:10:23.531Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0 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-08T06:10:23.541Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.541Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "aai-ml",
"timestamp": 1667887785650,
"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-08T06:10:23.546Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0
2022-11-08T06:10:23.546Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0 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-08T06:10:23.557Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.557Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887795187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.557Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.557Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.557Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "cds",
"timestamp": 1667887799219,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.557Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.558Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.558Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887797499,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.558Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.558Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.558Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887795187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.558Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.558Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.558Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887797499,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.559Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.559Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.559Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "cds",
"timestamp": 1667887799219,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.559Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.559Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.559Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887797499,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.559Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.560Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.560Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887795187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.560Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.560Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.560Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "cds",
"timestamp": 1667887799219,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.560Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.560Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.560Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887795187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.560Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.561Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.561Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887797499,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.561Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.561Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.561Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "cds",
"timestamp": 1667887799219,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.561Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.561Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.561Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887797499,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.561Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.562Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.562Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887795187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.562Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.562Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.562Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "cds",
"timestamp": 1667887799219,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.562Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.562Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.562Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "aai-ml",
"timestamp": 1667887807926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.562Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.563Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.563Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887795187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.563Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.563Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.563Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887797499,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-11-08T06:10:23.563Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.563Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.563Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "cds",
"timestamp": 1667887799219,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.563Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.564Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.564Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "aai-ml",
"timestamp": 1667887807926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.564Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.564Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.564Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887797499,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.564Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.564Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.564Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887795187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.565Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.565Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.565Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "cds",
"timestamp": 1667887799219,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.565Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.565Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.565Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887809362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.565Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.565Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.565Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "aai-ml",
"timestamp": 1667887807926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.566Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.566Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.566Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667887795187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T06:10:23.566Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.566Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.566Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887797499,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.566Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.566Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.566Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "cds",
"timestamp": 1667887799219,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T06:10:23.567Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.567Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.567Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887809362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.567Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.567Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.567Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "aai-ml",
"timestamp": 1667887807926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.567Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.568Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.568Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "cds",
"timestamp": 1667887811945,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:10:23.568Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:10:23.568Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.568Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887812159,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:10:23.568Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:10:23.568Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.568Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887809362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.569Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.569Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.569Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "aai-ml",
"timestamp": 1667887807926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.569Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.569Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.569Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "cds",
"timestamp": 1667887812954,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-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-08T06:10:23.583Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fed52307-44f6-4d2f-97bc-ff60b71a32a6
2022-11-08T06:10:23.583Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fed52307-44f6-4d2f-97bc-ff60b71a32a6 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-08T06:10:23.592Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.593Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887809362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.593Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.593Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.593Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887813326,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-11-08T06:10:23.593Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:10:23.593Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.594Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "aai-ml",
"timestamp": 1667887807926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.594Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.594Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.594Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887809362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.594Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.594Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.594Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1667887814330,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
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-08T06:10:23.602Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of fed52307-44f6-4d2f-97bc-ff60b71a32a6
2022-11-08T06:10:23.603Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fed52307-44f6-4d2f-97bc-ff60b71a32a6 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-08T06:10:23.611Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.612Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "aai-ml",
"timestamp": 1667887807926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.612Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.612Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.612Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887809362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.612Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.612Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.612Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "aai-ml",
"timestamp": 1667887807926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T06:10:23.613Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.613Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.613Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887809362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.613Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.613Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.613Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "aai-ml",
"timestamp": 1667887816661,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:10:23.613Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:10:23.613Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.614Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887809362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T06:10:23.614Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-08T06:10:23.614Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.614Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887818144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:10:23.614Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:10:23.614Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.614Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887820291,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T06:10:23.614Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:10:23.614Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.615Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667887821295,
"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-08T06:10:23.619Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fed52307-44f6-4d2f-97bc-ff60b71a32a6
2022-11-08T06:10:23.620Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fed52307-44f6-4d2f-97bc-ff60b71a32a6 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-08T06:10:23.634Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.634Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "aai-ml",
"timestamp": 1667887821516,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T06:10:23.634Z|c1ace97e-2e79-4d87-8d68-90c9a74cb899|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T06:10:23.667Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:10:23.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-08T06:10:23.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8","serviceDescription":"service","serviceInvariantUUID":"de608edf-2de1-4793-a61e-828f770deebc","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bc4d9243-04e5-4e33-b8c5-54ba4210c7cb","resourceInvariantUUID":"1d54d035-8642-4fbc-91ca-ea26591fbedc","resourceCustomizationUUID":"78848b61-5fd5-49ea-92b2-61de3c494a59","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":"NWFlNmRjZjE5ZDVhNDNkZjVmOTg2Zjk1MjJkODhlZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1a5002d-1814-49c9-8e78-c64e51c44db5","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTQzMWQ0ZGE3MTUzMzNkYTA0ZmQ1M2Y4ZGY3Y2M1M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd893cd8-726e-49a0-9988-e20eb347c508","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-08T06:10:23.672Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T06:10:23.673Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:10:23.677Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:10:23.678Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887823005,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:10:23.777Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-08T06:10:23.779Z||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-08T06:10:23.779Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:10:23.793Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:10:23.793Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:10:24.678Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T06:10:24.682Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:10:24.684Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:10:24.684Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887823005,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T06:10:24.786Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-08T06:10:24.788Z||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-08T06:10:24.788Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:10:24.799Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:10:24.800Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:10:25.692Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8",
"serviceDescription": "service",
"serviceInvariantUUID": "de608edf-2de1-4793-a61e-828f770deebc",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "78848b61-5fd5-49ea-92b2-61de3c494a59",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "bc4d9243-04e5-4e33-b8c5-54ba4210c7cb",
"resourceInvariantUUID": "1d54d035-8642-4fbc-91ca-ea26591fbedc",
"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": "OTQzMWQ0ZGE3MTUzMzNkYTA0ZmQ1M2Y4ZGY3Y2M1M2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fd893cd8-726e-49a0-9988-e20eb347c508"
}
],
"workloadContext": "Production"
}
2022-11-08T06:10:25.693Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-08T06:10:25.693Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8 ASDC
2022-11-08T06:10:25.694Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8
ServiceInvariantUUID:de608edf-2de1-4793-a61e-828f770deebc
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:fd893cd8-726e-49a0-9988-e20eb347c508
ArtifactChecksum:OTQzMWQ0ZGE3MTUzMzNkYTA0ZmQ1M2Y4ZGY3Y2M1M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:78848b61-5fd5-49ea-92b2-61de3c494a59
ResourceInvariantUUID:1d54d035-8642-4fbc-91ca-ea26591fbedc
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:bc4d9243-04e5-4e33-b8c5-54ba4210c7cb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-08T06:10:25.695Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8 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-08T06:10:25.728Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-08T06:10:25.730Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-08T06:10:25.730Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-08T06:10:25.730Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fd893cd8-726e-49a0-9988-e20eb347c508 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-08T06:10:25.730Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-08T06:10:25.731Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-08T06:10:25.790Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-08T06:10:25.793Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar fd893cd8-726e-49a0-9988-e20eb347c508 57653
2022-11-08T06:10:25.793Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||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-08T06:10:25.794Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||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-08T06:10:25.794Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-08T06:10:25.794Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:10:25.797Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:10:25.797Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887825793,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:10:25.897Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:10:25.898Z||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-08T06:10:25.899Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:10:25.911Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:10:25.913Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:10:26.797Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-08T06:10:26.799Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-08T06:10:26.799Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: fd893cd8-726e-49a0-9988-e20eb347c508, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-08T06:10:26.800Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-08T06:10:26.800Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-08T06:10:26.800Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-08T06:10:26.978Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13586664054599067426/Definitions/service-BasicNetwork-template.yml
2022-11-08T06:10:27.634Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-08T06:10:27.634Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-08T06:10:27.635Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-08T06:10:27.635Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-08T06:10:27.635Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||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-08T06:10:27.635Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||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-08T06:10:27.635Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||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-08T06:10:27.635Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||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-08T06:10:27.635Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-08T06:10:27.635Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||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-08T06:10:27.636Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||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-08T06:10:27.636Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||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-08T06:10:27.636Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-08T06:10:27.636Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:10:27.637Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:10:27.637Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-08T06:10:27.637Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-08T06:10:27.638Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-08T06:10:27.638Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:10:27.638Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:10:27.638Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-08T06:10:27.638Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-08T06:10:27.638Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-08T06:10:27.639Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:10:27.639Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:10:27.639Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:10:27.639Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:10:27.639Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:10:27.640Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:10:27.640Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:10:27.640Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:10:27.640Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:10:27.640Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:10:27.640Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8
Model Version:NULL
Model InvariantUuid:de608edf-2de1-4793-a61e-828f770deebc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1d54d035-8642-4fbc-91ca-ea26591fbedc
Model UUID:7f8eaa0d-12be-49e4-866c-83a5f19497d2
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:78848b61-5fd5-49ea-92b2-61de3c494a59
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-08T06:10:27.649Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: bc4d9243-04e5-4e33-b8c5-54ba4210c7cb
2022-11-08T06:10:27.650Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||No resources found for Service: ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8
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-08T06:10:27.657Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||
2022-11-08T06:10:27.658Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-08T06:10:27.659Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||No resources found for Service: ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8
2022-11-08T06:10:27.659Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8
2022-11-08T06:10:27.659Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-08T06:10:27.659Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||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-08T06:10:27.664Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@161ba567, org.onap.sdc.toscaparser.api.parameters.Input@65897d7f, org.onap.sdc.toscaparser.api.parameters.Input@66d87bdb, org.onap.sdc.toscaparser.api.parameters.Input@47ef67a8, org.onap.sdc.toscaparser.api.parameters.Input@c14c2af]
2022-11-08T06:10:27.665Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:10:27.666Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:10:27.666Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:10:27.666Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:10:27.666Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8: Generic NeutronNet
2022-11-08T06:10:27.666Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:10:27.667Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:10:27.667Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:10:27.667Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||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-08T06:10:27.707Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:10:27.708Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:10:27.708Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:10:27.709Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:10:27.709Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:10:27.709Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:10:27.709Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-08T06:10:27.764Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-08T06:10:27.764Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-08T06:10:27.764Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-08T06:10:27.764Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-08T06:10:27.765Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:10:27.768Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:10:27.768Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887827764,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T06:10:27.870Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-08T06:10:27.871Z||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-08T06:10:27.871Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:10:27.883Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:10:27.884Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-08T06:10:28.773Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0
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-08T06:10:28.786Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0
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-08T06:10:28.789Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T06:10:28.789Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-08T06:10:28.789Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-08T06:10:28.789Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-08T06:10:28.789Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T06:10:28.789Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T06:10:28.789Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T06:10:28.790Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T06:10:28.790Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-08T06:10:28.795Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-08T06:10:58.795Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0 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-08T06:10:58.805Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0 and serviceModelVersionId: ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8
2022-11-08T06:10:58.805Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de608edf-2de1-4793-a61e-828f770deebc
2022-11-08T06:10:58.807Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de608edf-2de1-4793-a61e-828f770deebc/model-vers/model-ver/ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8?depth=0
2022-11-08T06:10:58.815Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-08T06:10:58.882Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de608edf-2de1-4793-a61e-828f770deebc/model-vers/model-ver/ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8?depth=0|INFO|500||Invoke
2022-11-08T06:10:58.883Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de608edf-2de1-4793-a61e-828f770deebc/model-vers/model-ver/ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de608edf-2de1-4793-a61e-828f770deebc/model-vers/model-ver/ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aa59a94e-4ad0-45a2-b996-3fd87669570b], X-ECOMP-RequestID=[97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0], X-TransactionId=[], X-ONAP-RequestID=[97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0], Content-Type=[application/merge-patch+json]}
2022-11-08T06:10:58.912Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de608edf-2de1-4793-a61e-828f770deebc/model-vers/model-ver/ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-08T06:10:59.041Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de608edf-2de1-4793-a61e-828f770deebc/model-vers/model-ver/ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8?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/de608edf-2de1-4793-a61e-828f770deebc/model-vers/model-ver/ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221108-06:10:58:208-50398], vertex-id=[209024], Content-Length=[0], Date=[Tue, 08 Nov 2022 06:10:58 GMT], Content-Type=[application/json]}
2022-11-08T06:10:59.041Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de608edf-2de1-4793-a61e-828f770deebc/model-vers/model-ver/ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-08T06:10:59.042Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de608edf-2de1-4793-a61e-828f770deebc/model-vers/model-ver/ebaa04d1-d4ba-45f4-b896-eba3fb0b4be8?depth=0|INFO|500||InvokeReturn
2022-11-08T06:10:59.042Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-08T06:10:59.043Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-08T06:10:59.048Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-08T06:10:59.049Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-08T06:10:59.049Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-08T06:10:59.049Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:10:59.052Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:10:59.052Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887859049,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-08T06:10:59.152Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:10:59.153Z||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-08T06:10:59.153Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:10:59.174Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:10:59.175Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 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-08T06:11:00.068Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-08T06:11:00.069Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"fed52307-44f6-4d2f-97bc-ff60b71a32a6","serviceName":"Demo_pNF_6zvx6b1RxAqa5VruhMN6","serviceVersion":"1.0","serviceUUID":"764f0b01-e388-4669-8702-c534813e9906","serviceDescription":"catalog service description","serviceInvariantUUID":"383ccc44-626b-417e-92c2-5bb43360ff32","resources":[{"resourceInstanceName":"pNF c94a64d1-63e4 0","resourceName":"pNF c94a64d1-63e4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e1e334ed-1cd0-472b-8969-5ec712386514","resourceInvariantUUID":"2c8cfa0c-1453-4ca3-a375-4ba353c2ff71","resourceCustomizationUUID":"6db1b7c9-0f6e-44ca-911b-dd5e548823f5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vf-license-model.xml","artifactChecksum":"NzM1ZDIxNzBkMTE0MGE3NjE5NzI4MTYxNWQ3YzdjOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"051726a1-c771-4fbc-8a73-2cefebd67a45","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/pNF.csar","artifactChecksum":"ZjhmNDg5NmM5NmY5NGExNjQ2YmEzYWNmNDllYmRkM2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"03eca5d1-02bc-4898-a0ad-8d888d94436a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e5b3ebb4-e5b6-43d1-8546-aa0637064432","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vendor-license-model.xml","artifactChecksum":"MTM5ZWU1OTYzOWU0NGNkNjliNTliZmVkNmUyNjFjZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dd1483aa-e454-4947-be21-69c831ecca6c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0a462ab2-c158-49c8-8fa0-80da21e31f7b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c19c7cc-d620-413c-91ae-d4285d3fcefa","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf6zvx6b1rxaqa5vruhmn6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-template.yml","artifactChecksum":"MGMwYzEzOWY4ZWNmODFmMjBjZjFiODQ2YTNhMzlmYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf6304a4-5a9e-4f56-bd4e-8de6f6b18473","artifactVersion":"1"},{"artifactName":"service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar","artifactChecksum":"OGQ3NTUxZTljYTdiMjQyY2YxZWE3MWY4YzVlOWJiNmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa578ef8-8700-4f1b-a253-2275310ad8c1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-08T06:11:00.070Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T06:11:00.070Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:11:00.073Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:11:00.073Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887823005,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:11:00.173Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:11:00.174Z||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-08T06:11:00.174Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:11:00.203Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:11:00.204Z||pool-40-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:11:01.074Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T06:11:01.075Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:11:01.078Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:11:01.078Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887823005,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:11:01.178Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:11:01.179Z||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-08T06:11:01.179Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:11:01.189Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:11:01.189Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:11:02.078Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T06:11:02.079Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:11:02.081Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:11:02.082Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887823005,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:11:02.182Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:11:02.183Z||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-08T06:11:02.183Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:11:02.196Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:11:02.196Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:11:03.082Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T06:11:03.083Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:11:03.085Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:11:03.086Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887823005,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:11:03.186Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:11:03.187Z||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-08T06:11:03.187Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:11:03.200Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:11:03.201Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:11:04.086Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T06:11:04.087Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:11:04.089Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:11:04.089Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887823005,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:11:04.189Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:11:04.190Z||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-08T06:11:04.190Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:11:04.207Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:11:04.208Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:11:05.090Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T06:11:05.091Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:11:05.094Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:11:05.094Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887823005,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/resourceInstances/pnfc94a64d163e40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:11:05.194Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:11:05.196Z||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-08T06:11:05.196Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:11:05.215Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:11:05.216Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:11:06.096Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T06:11:06.097Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:11:06.099Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:11:06.099Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887823005,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T06:11:06.199Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:11:06.200Z||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-08T06:11:06.201Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:11:06.212Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:11:06.212Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:11:07.100Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T06:11:07.100Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:11:07.102Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:11:07.102Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887823005,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T06:11:07.203Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-08T06:11:07.204Z||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-08T06:11:07.204Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:11:07.214Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:11:07.214Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:11:08.103Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"serviceName": "Demo_pNF_6zvx6b1RxAqa5VruhMN6",
"serviceVersion": "1.0",
"serviceUUID": "764f0b01-e388-4669-8702-c534813e9906",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "383ccc44-626b-417e-92c2-5bb43360ff32",
"resources": [
{
"resourceInstanceName": "pNF c94a64d1-63e4 0",
"resourceCustomizationUUID": "6db1b7c9-0f6e-44ca-911b-dd5e548823f5",
"resourceName": "pNF c94a64d1-63e4",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "e1e334ed-1cd0-472b-8969-5ec712386514",
"resourceInvariantUUID": "2c8cfa0c-1453-4ca3-a375-4ba353c2ff71",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar",
"artifactChecksum": "OGQ3NTUxZTljYTdiMjQyY2YxZWE3MWY4YzVlOWJiNmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fa578ef8-8700-4f1b-a253-2275310ad8c1"
}
],
"workloadContext": "Production"
}
2022-11-08T06:11:08.106Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-08T06:11:08.106Z|97d2a3a9-2ee0-45b3-a000-ad7a2ab195e0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 764f0b01-e388-4669-8702-c534813e9906 ASDC
2022-11-08T06:11:08.107Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:fed52307-44f6-4d2f-97bc-ff60b71a32a6
ServiceName:Demo_pNF_6zvx6b1RxAqa5VruhMN6
ServiceVersion:1.0
ServiceUUID:764f0b01-e388-4669-8702-c534813e9906
ServiceInvariantUUID:383ccc44-626b-417e-92c2-5bb43360ff32
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar
ArtifactUUID:fa578ef8-8700-4f1b-a253-2275310ad8c1
ArtifactChecksum:OGQ3NTUxZTljYTdiMjQyY2YxZWE3MWY4YzVlOWJiNmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c94a64d1-63e4 0
ResourceCustomizationUUID:6db1b7c9-0f6e-44ca-911b-dd5e548823f5
ResourceInvariantUUID:2c8cfa0c-1453-4ca3-a375-4ba353c2ff71
ResourceName:pNF c94a64d1-63e4
ResourceType:PNF
ResourceUUID:e1e334ed-1cd0-472b-8969-5ec712386514
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-08T06:11:08.107Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 764f0b01-e388-4669-8702-c534813e9906 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-08T06:11:08.143Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-08T06:11:08.144Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-08T06:11:08.144Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-08T06:11:08.144Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fa578ef8-8700-4f1b-a253-2275310ad8c1 from URL: /sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar
2022-11-08T06:11:08.144Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-08T06:11:08.145Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar
2022-11-08T06:11:08.199Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-08T06:11:08.203Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar fa578ef8-8700-4f1b-a253-2275310ad8c1 87773
2022-11-08T06:11:08.203Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar ASDC sendASDCNotification
2022-11-08T06:11:08.203Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar
2022-11-08T06:11:08.203Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-08T06:11:08.203Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T06:11:08.206Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T06:11:08.206Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fed52307-44f6-4d2f-97bc-ff60b71a32a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667887868203,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T06:11:08.306Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T06:11:08.307Z||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-08T06:11:08.307Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dRqqwuuUJ2LFDlog) ...
2022-11-08T06:11:08.318Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T06:11:08.318Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-08T06:11:09.206Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-08T06:11:09.207Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-08T06:11:09.208Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: fa578ef8-8700-4f1b-a253-2275310ad8c1, URL: /sdc/v1/catalog/services/DemoPnf6zvx6b1rxaqa5vruhmn6/1.0/artifacts/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar to file: /app/ASDC/1/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar
2022-11-08T06:11:09.208Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar
2022-11-08T06:11:09.209Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar
2022-11-08T06:11:09.209Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar
2022-11-08T06:11:09.444Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12083644367893354257/Definitions/service-DemoPnf6zvx6b1rxaqa5vruhmn6-template.yml
2022-11-08T06:11:10.385Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-08T06:11:10.385Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-08T06:11:10.385Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar
2022-11-08T06:11:10.385Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-08T06:11:10.385Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||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-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar
2022-11-08T06:11:10.386Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar
2022-11-08T06:11:10.386Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||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-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar
2022-11-08T06:11:10.386Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar
2022-11-08T06:11:10.386Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c94a64d1-63e4 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-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar
2022-11-08T06:11:10.386Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar
2022-11-08T06:11:10.386Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6zvx6b1rxaqa5vruhmn6-csar.csar
2022-11-08T06:11:10.387Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-08T06:11:10.387Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:11:10.387Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6zvx6b1RxAqa5VruhMN6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:11:10.387Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Node template pNF c94a64d1-63e4 0 is matching search criteria
2022-11-08T06:11:10.387Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-08T06:11:10.387Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF c94a64d1-63e4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-08T06:11:10.388Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:11:10.388Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6zvx6b1RxAqa5VruhMN6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:11:10.388Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Node template pNF c94a64d1-63e4 0 is matching search criteria
2022-11-08T06:11:10.388Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-08T06:11:10.388Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF c94a64d1-63e4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-08T06:11:10.388Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:11:10.388Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6zvx6b1RxAqa5VruhMN6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:11:10.389Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:11:10.389Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6zvx6b1RxAqa5VruhMN6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:11:10.389Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:11:10.389Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6zvx6b1RxAqa5VruhMN6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:11:10.389Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:11:10.389Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6zvx6b1RxAqa5VruhMN6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:11:10.389Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:11:10.390Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6zvx6b1RxAqa5VruhMN6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:11:10.390Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_6zvx6b1RxAqa5VruhMN6
Description:catalog service description
Model UUID:764f0b01-e388-4669-8702-c534813e9906
Model Version:NULL
Model InvariantUuid:383ccc44-626b-417e-92c2-5bb43360ff32
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-08T06:11:10.396Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: e1e334ed-1cd0-472b-8969-5ec712386514
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-08T06:11:10.399Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||pNF c94a64d1-63e4 0
2022-11-08T06:11:10.399Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e1e334ed-1cd0-472b-8969-5ec712386514
2022-11-08T06:11:10.399Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 764f0b01-e388-4669-8702-c534813e9906
2022-11-08T06:11:10.399Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 764f0b01-e388-4669-8702-c534813e9906
2022-11-08T06:11:10.399Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c94a64d1-63e4 0 e1e334ed-1cd0-472b-8969-5ec712386514 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-08T06:11:10.409Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a9f4cb2, org.onap.sdc.toscaparser.api.parameters.Input@5455fb17, org.onap.sdc.toscaparser.api.parameters.Input@3eb27c5e, org.onap.sdc.toscaparser.api.parameters.Input@6987a309, org.onap.sdc.toscaparser.api.parameters.Input@91d8857]
2022-11-08T06:11:10.409Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T06:11:10.409Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_6zvx6b1RxAqa5VruhMN6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T06:11:10.410Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 764f0b01-e388-4669-8702-c534813e9906: pNF c94a64d1-63e4
2022-11-08T06:11:10.410Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||INFO|500||Processing PNF resource: e1e334ed-1cd0-472b-8969-5ec712386514
2022-11-08T06:11:10.410Z|fed52307-44f6-4d2f-97bc-ff60b71a32a6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery