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-10-13T05:28:39.873Z||main|||||INFO|500||The following profiles are active: basic
2022-10-13T05:28:54.783Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-13T05:28:54.784Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-13T05:28:54.987Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-13T05:29:00.911Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-13T05:29:01.518Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-13T05:29:02.087Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-13T05:29:02.097Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-13T05:29:02.246Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-13T05:29:02.549Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-13T05:29:03.653Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-13T05:29:06.183Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-13T05:29:09.128Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-13T05:29:09.218Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-13T05:29:09.962Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-13T05:29:10.222Z||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-10-13T05:29:11.588Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-13T05:29:12.879Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-13T05:29:12.907Z||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$$82802b76.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-10-13T05:29:12.908Z||main|||||WARN|500||The sdc end point is not alive
2022-10-13T05:29:17.000Z||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-10-13T05:29:21.096Z||main|||||WARN|500||---
2022-10-13T05:29:21.097Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-13T05:29:21.097Z||main|||||WARN|500||---
2022-10-13T05:29:21.603Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-13T05:29:28.841Z||main|||||INFO|500||Started Application in 52.914 seconds (JVM running for 56.582)
2022-10-13T05:29:28.865Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-13T05:29:28.869Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-13T05:29:28.885Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-13T05:29:28.917Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-13T05:29:28.978Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 114cfd40-38d8-430c-ba12-ff644d582200 url= /sdc/v1/artifactTypes
2022-10-13T05:29:28.978Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-13T05:29:29.310Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-13T05:29:29.341Z||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-10-13T05:29:29.364Z||scheduling-1|||||DEBUG|500||create keys
2022-10-13T05:29:29.377Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-13T05:29:29.409Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:29:29.435Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 49b3fb4c-09b0-41b4-b7f1-d5ee284cb01f url= /sdc/v1/registerForDistribution
2022-10-13T05:29:29.520Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 49b3fb4c-09b0-41b4-b7f1-d5ee284cb01f url= /sdc/v1/registerForDistribution
2022-10-13T05:29:29.521Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-13T05:29:29.533Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:29:29.534Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:29:29.542Z||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-10-13T05:29:29.542Z||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-10-13T05:29:29.542Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-13T05:29:29.543Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:29:29.543Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:29:39.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:29:40.314Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:30:29.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:30:29.530Z||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-10-13T05:30:29.530Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:30:29.532Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:30:29.532Z||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-10-13T05:30:29.532Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:30:39.092Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:30:39.092Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:31:29.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:31:29.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T05:31:29.531Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T05:31:29.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:31:29.534Z||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-10-13T05:31:29.535Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:31:39.104Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:31:39.104Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:32:29.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:32:29.530Z||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-10-13T05:32:29.531Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:32:29.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:32:29.533Z||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-10-13T05:32:29.534Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:32:39.089Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:32:39.090Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:33:29.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:33:29.532Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T05:33:29.532Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:33:29.532Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T05:33:29.532Z||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-10-13T05:33:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:33:39.084Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:33:39.086Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:34:29.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:34:29.533Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T05:34:29.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:34:29.533Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T05:34:29.534Z||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-10-13T05:34:29.535Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:34:39.089Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:34:39.090Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:35:29.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:35:29.531Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T05:35:29.531Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T05:35:29.532Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:35:29.533Z||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-10-13T05:35:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:35:39.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:35:39.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:36:29.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:36:29.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T05:36:29.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T05:36:29.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:36:29.536Z||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-10-13T05:36:29.536Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:36:39.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:36:39.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:37:29.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:37:29.531Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T05:37:29.531Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T05:37:29.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:37:29.532Z||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-10-13T05:37:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:37:39.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:37:39.086Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:38:29.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:38:29.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T05:38:29.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T05:38:29.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:38:29.533Z||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-10-13T05:38:29.534Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:38:39.079Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:38:39.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:39:08.814Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-13T05:39:29.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:39:29.530Z||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-10-13T05:39:29.531Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:39:29.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:39:29.532Z||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-10-13T05:39:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:39:39.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:39:39.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:40:29.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:40:29.530Z||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-10-13T05:40:29.530Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:40:29.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:40:29.532Z||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-10-13T05:40:29.532Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:40:39.082Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:40:39.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:41:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:41:29.530Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T05:41:29.530Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T05:41:29.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:41:29.534Z||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-10-13T05:41:29.534Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:41:39.087Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:41:39.090Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:42:29.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:42:29.530Z||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-10-13T05:42:29.530Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:42:29.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:42:29.533Z||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-10-13T05:42:29.534Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:42:39.085Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:42:39.088Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:43:29.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:43:29.530Z||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-10-13T05:43:29.531Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:43:29.532Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:43:29.533Z||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-10-13T05:43:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:43:39.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:43:39.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:44:29.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:44:29.532Z||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-10-13T05:44:29.532Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:44:29.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:44:29.533Z||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-10-13T05:44:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:44:39.086Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:44:39.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:45:29.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:45:29.531Z||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-10-13T05:45:29.531Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:45:29.532Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:45:29.532Z||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-10-13T05:45:29.532Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:45:39.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:45:39.086Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:46:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:46:29.530Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T05:46:29.531Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T05:46:29.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:46:29.532Z||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-10-13T05:46:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:46:39.087Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:46:39.088Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:47:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:47:29.530Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T05:47:29.531Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T05:47:29.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:47:29.534Z||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-10-13T05:47:29.534Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:47:39.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:47:39.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:48:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:48:29.530Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T05:48:29.530Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T05:48:29.532Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:48:29.533Z||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-10-13T05:48:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:48:39.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:48:39.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:49:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:49:29.530Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T05:49:29.531Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T05:49:29.532Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:49:29.533Z||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-10-13T05:49:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:49:39.088Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:49:39.097Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:50:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:50:29.530Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T05:50:29.530Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T05:50:29.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:50:29.533Z||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-10-13T05:50:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:50:39.085Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:50:39.086Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:51:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:51:29.530Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T05:51:29.530Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T05:51:29.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:51:29.533Z||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-10-13T05:51:29.534Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:51:39.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:51:39.091Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:52:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:52:29.530Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T05:52:29.530Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T05:52:29.532Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:52:29.532Z||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-10-13T05:52:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:52:39.086Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:52:39.111Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:53:29.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:53:29.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T05:53:29.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:53:29.532Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T05:53:29.533Z||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-10-13T05:53:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:53:39.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:53:39.128Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:54:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:54:29.531Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T05:54:29.531Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T05:54:29.532Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:54:29.532Z||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-10-13T05:54:29.532Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:54:39.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:54:39.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:55:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:55:29.530Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T05:55:29.530Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T05:55:29.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:55:29.532Z||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-10-13T05:55:29.532Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:55:39.085Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:55:39.089Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:56:29.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:56:29.531Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T05:56:29.531Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T05:56:29.532Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:56:29.533Z||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-10-13T05:56:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:56:39.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:56:39.088Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:57:29.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:57:29.530Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T05:57:29.530Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T05:57:29.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:57:29.532Z||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-10-13T05:57:29.532Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:57:39.100Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:57:39.100Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:58:29.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:58:29.530Z||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-10-13T05:58:29.530Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:58:29.532Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:58:29.533Z||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-10-13T05:58:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:58:39.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:58:39.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:59:29.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:59:29.530Z||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-10-13T05:59:29.530Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:59:29.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T05:59:29.532Z||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-10-13T05:59:29.532Z||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 slJAeUK10K0GiG42) ...
2022-10-13T05:59:39.089Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T05:59:39.089Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:00:29.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:00:29.530Z||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-10-13T06:00:29.530Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:00:29.532Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:00:29.533Z||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-10-13T06:00:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:00:39.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:00:39.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:01:29.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:01:29.530Z||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-10-13T06:01:29.530Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:01:29.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:01:29.533Z||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-10-13T06:01:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:01:39.082Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:01:39.084Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:02:29.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:02:29.530Z||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-10-13T06:02:29.531Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:02:29.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:02:29.533Z||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-10-13T06:02:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:02:39.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:02:39.100Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:03:29.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:03:29.532Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:03:29.533Z||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-10-13T06:03:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:03:29.533Z||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-10-13T06:03:29.534Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:03:39.085Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:03:39.088Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:04:29.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:04:29.530Z||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-10-13T06:04:29.530Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:04:29.532Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:04:29.532Z||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-10-13T06:04:29.532Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:04:39.081Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:04:39.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:05:29.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:05:29.530Z||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-10-13T06:05:29.530Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:05:29.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:05:29.532Z||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-10-13T06:05:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:05:29.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:05:29.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "clamp",
"timestamp": 1665641078737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "cds",
"timestamp": 1665641074615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641074679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "cds",
"timestamp": 1665641074615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "clamp",
"timestamp": 1665641078737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json",
"status": "NOTIFIED"
}
2022-10-13T06:05:29.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641074679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json",
"status": "NOTIFIED"
}
2022-10-13T06:05:29.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641082728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "cds",
"timestamp": 1665641074615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "clamp",
"timestamp": 1665641078737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641074679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-13T06:05:29.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641082728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "cds",
"timestamp": 1665641074615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "clamp",
"timestamp": 1665641078737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641074679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.871Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641082728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.872Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "clamp",
"timestamp": 1665641078737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "cds",
"timestamp": 1665641074615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641074679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-13T06:05:29.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641082728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "clamp",
"timestamp": 1665641078737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "cds",
"timestamp": 1665641074615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641074679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641082728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "cds",
"timestamp": 1665641074615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:05:29.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "clamp",
"timestamp": 1665641078737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:05:29.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641074679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:05:29.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641082728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "aai-ml",
"timestamp": 1665641087981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641088502,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:05:29.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:05:29.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "cds",
"timestamp": 1665641089271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:05:29.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:05:29.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641082728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "aai-ml",
"timestamp": 1665641087981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:29.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:29.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:29.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "cds",
"timestamp": 1665641090293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-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-10-13T06:05:30.145Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a236fc1f-dd1a-4879-b747-b6033f1c2c83
2022-10-13T06:05:30.160Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:05:30.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a236fc1f-dd1a-4879-b747-b6033f1c2c83","serviceName":"vFW 2022-10-13 06-03-45","serviceVersion":"1.0","serviceUUID":"46ba71a6-3d19-44ee-af63-6646a666dd89","serviceDescription":"catalog service description","serviceInvariantUUID":"b6d5e103-7c73-4659-8bb7-030856821a6c","resources":[{"resourceInstanceName":"vFW 0736830a-bb72 0","resourceName":"vFW 0736830a-bb72","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"19fad214-89a9-4e10-acbf-77cbfa3bd66d","resourceInvariantUUID":"0f6a585f-c8d7-412f-86d2-5a32b883fd74","resourceCustomizationUUID":"e1c57b13-73ea-4ef2-8bae-f99a7c8a3b14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vf-license-model.xml","artifactChecksum":"ZjE4Njc3ZDIyZDc1ZWE4NjhiYTc4NmZlNDE1NTBkMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"41139319-7b1d-4c08-8b39-4187c8f3d987","artifactVersion":"1"},{"artifactName":"vfw0736830abb720_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json","artifactChecksum":"ZWZiMTUyZDk5ZDgyZTM3YWU1MDcxMjlkOWYzNTI0YmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b9b0769d-c7f2-4bff-a64c-f0f247fc7874","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3efc745d-9c3e-46c2-85ba-b85043c51817","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vendor-license-model.xml","artifactChecksum":"MGZiNzIzNGMyNTQ2NWJiMmJkZWJiMTlmZWMyZDFjN2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5c1821a7-8bd8-4f26-a7cc-34aaf13db412","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b55f034-03f2-4766-ac54-445292108ecb","artifactVersion":"2","generatedFromUUID":"3efc745d-9c3e-46c2-85ba-b85043c51817"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221013060345-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-template.yml","artifactChecksum":"NWE1YzVjM2ViOWIzYWFiMDM0YjJmNWZmMjJmMjljNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2875f607-416b-4170-90a6-2236648b047c","artifactVersion":"1"},{"artifactName":"service-Vfw20221013060345-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar","artifactChecksum":"YjFhZGZhZDFiZTllMDIxYWEyZjdjNWFkZDUxMzA4YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6999eb97-6493-43ea-91e5-ff715c31d760","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-13T06:05:30.187Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a236fc1f-dd1a-4879-b747-b6033f1c2c83 and ComponentName cds
2022-10-13T06:05:30.190Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:05:30.198Z||pool-2-thread-7|||||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=?
2022-10-13T06:05:30.212Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:05:30.212Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-13T06:05:30.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641089580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:05:30.220Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:05:30.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "aai-ml",
"timestamp": 1665641087981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641090636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:05:30.221Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:05:30.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "aai-ml",
"timestamp": 1665641087981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641091730,
"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-10-13T06:05:30.244Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a236fc1f-dd1a-4879-b747-b6033f1c2c83
2022-10-13T06:05:30.244Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a236fc1f-dd1a-4879-b747-b6033f1c2c83 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-10-13T06:05:30.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "aai-ml",
"timestamp": 1665641087981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641092734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json",
"status": "DEPLOY_OK"
}
2022-10-13T06:05:30.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:05:30.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "aai-ml",
"timestamp": 1665641087981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "aai-ml",
"timestamp": 1665641087981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:05:30.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "aai-ml",
"timestamp": 1665641095826,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:05:30.259Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:05:30.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641096532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641096532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "clamp",
"timestamp": 1665641099324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:05:30.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:05:30.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641096532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641096532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "clamp",
"timestamp": 1665641101336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-13T06:05:30.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:05:30.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641096532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "clamp",
"timestamp": 1665641102342,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-13T06:05:30.272Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a236fc1f-dd1a-4879-b747-b6033f1c2c83
2022-10-13T06:05:30.272Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a236fc1f-dd1a-4879-b747-b6033f1c2c83 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-13T06:05:30.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641096532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641096532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:05:30.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641104413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:05:30.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:05:30.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641110136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-13T06:05:30.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:05:30.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641111151,
"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-10-13T06:05:30.296Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a236fc1f-dd1a-4879-b747-b6033f1c2c83
2022-10-13T06:05:30.296Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a236fc1f-dd1a-4879-b747-b6033f1c2c83 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-10-13T06:05:30.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "aai-ml",
"timestamp": 1665641112573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-13T06:05:30.308Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:05:30.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "clamp",
"timestamp": 1665641108737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.308Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641102728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.309Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "cds",
"timestamp": 1665641104615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "aai-ml",
"timestamp": 1665641113580,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
2022-10-13T06:05:30.317Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
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-10-13T06:05:30.324Z||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-10-13T06:05:30.325Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:05:30.327Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a236fc1f-dd1a-4879-b747-b6033f1c2c83
2022-10-13T06:05:30.327Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a236fc1f-dd1a-4879-b747-b6033f1c2c83 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-10-13T06:05:30.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "clamp",
"timestamp": 1665641108737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json",
"status": "NOTIFIED"
}
2022-10-13T06:05:30.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641102728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.339Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:05:30.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "cds",
"timestamp": 1665641104615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.341Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:05:30.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641102728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "clamp",
"timestamp": 1665641108737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "cds",
"timestamp": 1665641104615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "clamp",
"timestamp": 1665641108737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641102728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "cds",
"timestamp": 1665641104615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641114679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641102728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "cds",
"timestamp": 1665641104615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "clamp",
"timestamp": 1665641108737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641114679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json",
"status": "NOTIFIED"
}
2022-10-13T06:05:30.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641102728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "cds",
"timestamp": 1665641104615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "clamp",
"timestamp": 1665641108737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641114679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-13T06:05:30.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "aai-ml",
"timestamp": 1665641117981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "cds",
"timestamp": 1665641104615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:05:30.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641102728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "clamp",
"timestamp": 1665641108737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:05:30.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641114679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "aai-ml",
"timestamp": 1665641117981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "cds",
"timestamp": 1665641119786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:05:30.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:05:30.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641114679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-13T06:05:30.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "aai-ml",
"timestamp": 1665641117981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "cds",
"timestamp": 1665641120791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-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-10-13T06:05:30.381Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9
2022-10-13T06:05:30.382Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 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-10-13T06:05:30.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641114679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "aai-ml",
"timestamp": 1665641117981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641114679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:05:30.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "aai-ml",
"timestamp": 1665641117981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641122432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:05:30.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:05:30.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "aai-ml",
"timestamp": 1665641117981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641123489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:05:30.398Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:05:30.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "aai-ml",
"timestamp": 1665641117981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:05:30.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:30.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641124533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:05:30.399Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:05:30.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "aai-ml",
"timestamp": 1665641125697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:05:30.400Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:05:30.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641125563,
"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-10-13T06:05:30.410Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9
2022-10-13T06:05:30.410Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 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-10-13T06:05:30.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641126591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-13T06:05:30.423Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:05:30.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:05:30.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641126533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:30.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:05:31.219Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:05:31.220Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:05:31.223Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:05:31.224Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json",
"status": "NOTIFIED"
}
2022-10-13T06:05:31.322Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-13T06:05:31.325Z||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-10-13T06:05:31.325Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:05:31.343Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:05:31.354Z||pool-4-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:05:32.224Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:05:32.225Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:05:32.228Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:05:32.228Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-13T06:05:32.327Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-13T06:05:32.329Z||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-10-13T06:05:32.329Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:05:32.340Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:05:32.342Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:05:33.229Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:05:33.229Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:05:33.232Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:05:33.232Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:33.332Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:05:33.335Z||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-10-13T06:05:33.336Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:05:33.348Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:05:33.349Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:05:34.233Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:05:34.233Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:05:34.236Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:05:34.237Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-13T06:05:34.336Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-13T06:05:34.338Z||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-10-13T06:05:34.338Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:05:34.348Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:05:34.349Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:05:35.237Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:05:35.239Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:05:35.242Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:05:35.242Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:05:35.342Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:05:35.343Z||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-10-13T06:05:35.343Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:05:35.354Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:05:35.355Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-13T06:05:36.243Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:05:36.244Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:05:36.247Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:05:36.247Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:05:36.347Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:05:36.348Z||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-10-13T06:05:36.348Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:05:36.361Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:05:36.362Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:05:37.249Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"serviceName": "vFW 2022-10-13 06-03-45",
"serviceVersion": "1.0",
"serviceUUID": "46ba71a6-3d19-44ee-af63-6646a666dd89",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b6d5e103-7c73-4659-8bb7-030856821a6c",
"resources": [
{
"resourceInstanceName": "vFW 0736830a-bb72 0",
"resourceCustomizationUUID": "e1c57b13-73ea-4ef2-8bae-f99a7c8a3b14",
"resourceName": "vFW 0736830a-bb72",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "19fad214-89a9-4e10-acbf-77cbfa3bd66d",
"resourceInvariantUUID": "0f6a585f-c8d7-412f-86d2-5a32b883fd74",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0736830abb720_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json",
"artifactChecksum": "ZWZiMTUyZDk5ZDgyZTM3YWU1MDcxMjlkOWYzNTI0YmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b9b0769d-c7f2-4bff-a64c-f0f247fc7874",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3efc745d-9c3e-46c2-85ba-b85043c51817",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8b55f034-03f2-4766-ac54-445292108ecb",
"generatedFromUUID": "3efc745d-9c3e-46c2-85ba-b85043c51817"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8b55f034-03f2-4766-ac54-445292108ecb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221013060345-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar",
"artifactChecksum": "YjFhZGZhZDFiZTllMDIxYWEyZjdjNWFkZDUxMzA4YmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6999eb97-6493-43ea-91e5-ff715c31d760"
}
],
"workloadContext": "Production"
}
2022-10-13T06:05:37.251Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-13T06:05:37.252Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 46ba71a6-3d19-44ee-af63-6646a666dd89 ASDC
2022-10-13T06:05:37.392Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a236fc1f-dd1a-4879-b747-b6033f1c2c83
ServiceName:vFW 2022-10-13 06-03-45
ServiceVersion:1.0
ServiceUUID:46ba71a6-3d19-44ee-af63-6646a666dd89
ServiceInvariantUUID:b6d5e103-7c73-4659-8bb7-030856821a6c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221013060345-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar
ArtifactUUID:6999eb97-6493-43ea-91e5-ff715c31d760
ArtifactChecksum:YjFhZGZhZDFiZTllMDIxYWEyZjdjNWFkZDUxMzA4YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0736830a-bb72 0
ResourceCustomizationUUID:e1c57b13-73ea-4ef2-8bae-f99a7c8a3b14
ResourceInvariantUUID:0f6a585f-c8d7-412f-86d2-5a32b883fd74
ResourceName:vFW 0736830a-bb72
ResourceType:VF
ResourceUUID:19fad214-89a9-4e10-acbf-77cbfa3bd66d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0736830abb720_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json
ArtifactUUID:b9b0769d-c7f2-4bff-a64c-f0f247fc7874
ArtifactChecksum:ZWZiMTUyZDk5ZDgyZTM3YWU1MDcxMjlkOWYzNTI0YmM=
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/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml
ArtifactUUID:3efc745d-9c3e-46c2-85ba-b85043c51817
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/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env
ArtifactUUID:8b55f034-03f2-4766-ac54-445292108ecb
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/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env
ArtifactUUID:8b55f034-03f2-4766-ac54-445292108ecb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-13T06:05:37.393Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 46ba71a6-3d19-44ee-af63-6646a666dd89 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-10-13T06:05:37.449Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-13T06:05:37.451Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-13T06:05:37.452Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-13T06:05:37.452Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6999eb97-6493-43ea-91e5-ff715c31d760 from URL: /sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar
2022-10-13T06:05:37.452Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-13T06:05:37.454Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar
2022-10-13T06:05:37.548Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-13T06:05:37.571Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar 6999eb97-6493-43ea-91e5-ff715c31d760 100692
2022-10-13T06:05:37.572Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar ASDC sendASDCNotification
2022-10-13T06:05:37.573Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar
2022-10-13T06:05:37.574Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-13T06:05:37.575Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:05:37.577Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:05:37.578Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641137571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:05:37.678Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:05:37.679Z||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-10-13T06:05:37.679Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:05:37.691Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:05:37.692Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:05:38.578Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-13T06:05:38.579Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-13T06:05:38.580Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6999eb97-6493-43ea-91e5-ff715c31d760, URL: /sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar to file: /app/ASDC/1/service-Vfw20221013060345-csar.csar
2022-10-13T06:05:38.581Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221013060345-csar.csar
2022-10-13T06:05:38.679Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221013060345-csar.csar
2022-10-13T06:05:38.679Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221013060345-csar.csar
2022-10-13T06:05:39.480Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17341555644955602234/Definitions/service-Vfw20221013060345-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-10-13T06:05:43.406Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-13T06:05:43.411Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-13T06:05:43.412Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar
2022-10-13T06:05:43.412Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-13T06:05:43.412Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar
2022-10-13T06:05:43.412Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar
2022-10-13T06:05:43.412Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar
2022-10-13T06:05:43.412Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar
2022-10-13T06:05:43.413Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar
2022-10-13T06:05:43.413Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar
2022-10-13T06:05:43.413Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar
2022-10-13T06:05:43.413Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar
2022-10-13T06:05:43.413Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar
2022-10-13T06:05:43.413Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0736830a-bb72 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-Vfw20221013060345-csar.csar
2022-10-13T06:05:43.414Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221013060345-csar.csar
2022-10-13T06:05:43.414Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-13T06:05:43.421Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:43.423Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:05:43.427Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria
2022-10-13T06:05:43.427Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-13T06:05:43.429Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-13T06:05:43.431Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:43.431Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:05:43.432Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria
2022-10-13T06:05:43.432Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-13T06:05:43.432Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-13T06:05:43.433Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:43.433Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:05:43.437Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:43.437Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is not matching search criteria
2022-10-13T06:05:43.438Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-13T06:05:43.438Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-13T06:05:43.438Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-13T06:05:43.438Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-13T06:05:43.439Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-13T06:05:43.439Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-13T06:05:43.439Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-13T06:05:43.439Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-13T06:05:43.439Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-13T06:05:43.440Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-13T06:05:43.440Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-13T06:05:43.440Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-13T06:05:43.440Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-13T06:05:43.440Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-13T06:05:43.441Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-13T06:05:43.441Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-13T06:05:43.441Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:43.441Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-13T06:05:43.443Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:43.443Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria
2022-10-13T06:05:43.443Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-13T06:05:43.444Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:43.444Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria
2022-10-13T06:05:43.444Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-13T06:05:43.444Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:43.445Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria
2022-10-13T06:05:43.445Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-13T06:05:43.445Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:43.445Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is not matching search criteria
2022-10-13T06:05:43.446Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-13T06:05:43.446Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-13T06:05:43.446Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-13T06:05:43.446Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-13T06:05:43.446Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-13T06:05:43.447Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-13T06:05:43.447Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-13T06:05:43.447Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-13T06:05:43.447Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-13T06:05:43.447Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-13T06:05:43.448Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-13T06:05:43.448Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=64e91e68-d923-46ba-9c45-f4422f40040f
2022-10-13T06:05:43.448Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:43.448Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is not matching search criteria
2022-10-13T06:05:43.448Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-13T06:05:43.449Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-13T06:05:43.449Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-13T06:05:43.449Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-13T06:05:43.449Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-13T06:05:43.450Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-13T06:05:43.450Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-13T06:05:43.450Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-13T06:05:43.450Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-13T06:05:43.450Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-13T06:05:43.450Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-13T06:05:43.451Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-13T06:05:43.451Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=97f5d4d4-7537-4da2-ba57-c240331788dc
2022-10-13T06:05:43.451Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:43.451Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is not matching search criteria
2022-10-13T06:05:43.452Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-13T06:05:43.452Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-13T06:05:43.452Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-13T06:05:43.452Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-13T06:05:43.452Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-13T06:05:43.453Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-13T06:05:43.453Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-13T06:05:43.453Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-13T06:05:43.453Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-13T06:05:43.454Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-13T06:05:43.454Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-13T06:05:43.454Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-13T06:05:43.454Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5237112c-1c82-41a6-a4d2-369e8b475773
2022-10-13T06:05:43.455Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:43.455Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:05:43.455Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:43.455Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:05:43.456Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:43.456Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:05:43.456Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:43.457Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:05:43.457Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-10-13 06-03-45
Description:catalog service description
Model UUID:46ba71a6-3d19-44ee-af63-6646a666dd89
Model Version:NULL
Model InvariantUuid:b6d5e103-7c73-4659-8bb7-030856821a6c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0736830a-bb72
Model UUID:f6a591f3-0a34-464f-afb2-f6568d2bd6d6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f6a585f-c8d7-412f-86d2-5a32b883fd74
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e1c57b13-73ea-4ef2-8bae-f99a7c8a3b14
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:18cec2e5-2aac-4199-8c44-d26747bc6f4b
ModelName:Vfw0736830aBb72..base_vfw..module-0
ModelUuid:b689c097-c663-432a-9805-359da8e544d1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:64e91e68-d923-46ba-9c45-f4422f40040f
ModelInvariantUuid:558e9eee-518b-40a4-927c-5a74fed10137
ModelName:vFW 0736830a-bb72-nodes.vfwCvfc
ModelUuid:c93db8eb-ebcb-432e-b879-4b405877ac68
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a3a90aae-33a9-486b-8ab7-72c8447baeda
ModelInvariantUuid:4f139139-6a6f-45c0-be68-0c3c4035d2b1
ModelName:Vfw0736830aBb72.compute.nodes.heat.vfw
ModelUuid:a6e43f72-bebb-4c9d-b4de-55dfd1ea3177
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:97f5d4d4-7537-4da2-ba57-c240331788dc
ModelInvariantUuid:cf5140a1-ff2f-4ad6-9927-906cb1eec8c6
ModelName:vFW 0736830a-bb72-nodes.vsnCvfc
ModelUuid:cc00af22-838b-498b-ac95-bfa4d4cd8a46
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7e295217-3581-4fb1-bc1d-f6f107a8dd60
ModelInvariantUuid:17ecebaa-210f-42f8-9252-b9d927bbaf19
ModelName:Vfw0736830aBb72.compute.nodes.heat.vsn
ModelUuid:eb0c4edb-30d9-4a08-b57a-711ff57bc98f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5237112c-1c82-41a6-a4d2-369e8b475773
ModelInvariantUuid:2bd8aa73-adfd-427a-83f4-f525e83d988c
ModelName:vFW 0736830a-bb72-nodes.vpgCvfc
ModelUuid:fce0ea27-a344-490c-bc12-7705142b1514
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b63a165b-f6c0-4d6f-82e4-b2385770263e
ModelInvariantUuid:ac2f0893-b029-418a-a8ca-47f63120375f
ModelName:Vfw0736830aBb72.compute.nodes.heat.vpg
ModelUuid:7656daaf-d6df-405b-8c5d-b0f95f8db756
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-10-13T06:05:43.469Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 19fad214-89a9-4e10-acbf-77cbfa3bd66d
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-10-13T06:05:43.572Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||vFW 0736830a-bb72 0
2022-10-13T06:05:43.583Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 19fad214-89a9-4e10-acbf-77cbfa3bd66d
2022-10-13T06:05:43.584Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b9b0769d-c7f2-4bff-a64c-f0f247fc7874 from URL: /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json
2022-10-13T06:05:43.584Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-13T06:05:43.584Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json
2022-10-13T06:05:43.635Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-13T06:05:43.636Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json b9b0769d-c7f2-4bff-a64c-f0f247fc7874 785
2022-10-13T06:05:43.636Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json ASDC sendASDCNotification
2022-10-13T06:05:43.636Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json
2022-10-13T06:05:43.637Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-13T06:05:43.637Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:05:43.640Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:05:43.641Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641143636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:05:43.741Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-13T06:05:43.742Z||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-10-13T06:05:43.742Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:05:43.755Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:05:43.756Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-13T06:05:44.642Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0736830aBb72..base_vfw..module-0",
"vfModuleModelInvariantUUID": "18cec2e5-2aac-4199-8c44-d26747bc6f4b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b689c097-c663-432a-9805-359da8e544d1",
"vfModuleModelCustomizationUUID": "12c2192c-64aa-4cdc-b7bb-a39e61ac9cc4",
"isBase": true,
"artifacts": [
"3efc745d-9c3e-46c2-85ba-b85043c51817",
"8b55f034-03f2-4766-ac54-445292108ecb"
],
"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-10-13T06:05:44.657Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0736830aBb72..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b689c097-c663-432a-9805-359da8e544d1
VfModuleModelInvariantUUID:18cec2e5-2aac-4199-8c44-d26747bc6f4b
VfModuleModelDescription:NULL
Artifacts UUID List:{
3efc745d-9c3e-46c2-85ba-b85043c51817
,
8b55f034-03f2-4766-ac54-445292108ecb
}
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-10-13T06:05:44.662Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0736830aBb72..base_vfw..module-0",
"vfModuleModelInvariantUUID": "18cec2e5-2aac-4199-8c44-d26747bc6f4b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b689c097-c663-432a-9805-359da8e544d1",
"vfModuleModelCustomizationUUID": "12c2192c-64aa-4cdc-b7bb-a39e61ac9cc4",
"isBase": true,
"artifacts": [
"3efc745d-9c3e-46c2-85ba-b85043c51817",
"8b55f034-03f2-4766-ac54-445292108ecb"
],
"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-10-13T06:05:44.663Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0736830aBb72..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b689c097-c663-432a-9805-359da8e544d1
VfModuleModelInvariantUUID:18cec2e5-2aac-4199-8c44-d26747bc6f4b
VfModuleModelDescription:NULL
Artifacts UUID List:{
3efc745d-9c3e-46c2-85ba-b85043c51817
,
8b55f034-03f2-4766-ac54-445292108ecb
}
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-10-13T06:05:44.663Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3efc745d-9c3e-46c2-85ba-b85043c51817 from URL: /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml
2022-10-13T06:05:44.664Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-13T06:05:44.664Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml
2022-10-13T06:05:44.716Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-13T06:05:44.717Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml 3efc745d-9c3e-46c2-85ba-b85043c51817 20368
2022-10-13T06:05:44.718Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-13T06:05:44.718Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml
2022-10-13T06:05:44.719Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-13T06:05:44.720Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:05:44.722Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:05:44.723Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641144718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:05:44.823Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-13T06:05:44.824Z||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-10-13T06:05:44.824Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:05:44.834Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:05:44.835Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:05:45.724Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8b55f034-03f2-4766-ac54-445292108ecb from URL: /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env
2022-10-13T06:05:45.725Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-13T06:05:45.726Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env
2022-10-13T06:05:45.786Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-13T06:05:45.788Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env 8b55f034-03f2-4766-ac54-445292108ecb 2098
2022-10-13T06:05:45.789Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-13T06:05:45.789Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env
2022-10-13T06:05:45.789Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-13T06:05:45.790Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:05:45.793Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:05:45.794Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641145789,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:05:45.894Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-13T06:05:45.895Z||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-10-13T06:05:45.895Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:05:45.905Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:05:45.905Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-13T06:05:46.794Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 46ba71a6-3d19-44ee-af63-6646a666dd89
2022-10-13T06:05:46.796Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0736830a-bb72 0 19fad214-89a9-4e10-acbf-77cbfa3bd66d 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-10-13T06:05:46.831Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@623b13bf, org.onap.sdc.toscaparser.api.parameters.Input@412a8636, org.onap.sdc.toscaparser.api.parameters.Input@2b9314df, org.onap.sdc.toscaparser.api.parameters.Input@479dde0e, org.onap.sdc.toscaparser.api.parameters.Input@7d818ba9]
2022-10-13T06:05:46.836Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:46.836Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:05:46.837Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-10-13T06:05:46.837Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e1c57b13-73ea-4ef2-8bae-f99a7c8a3b14
2022-10-13T06:05:46.837Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e1c57b13-73ea-4ef2-8bae-f99a7c8a3b14 matches Tosca VF Customization UUID: e1c57b13-73ea-4ef2-8bae-f99a7c8a3b14
2022-10-13T06:05:46.838Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e1c57b13-73ea-4ef2-8bae-f99a7c8a3b14 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-10-13T06:05:46.845Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:46.846Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:05:46.847Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e1c57b13-73ea-4ef2-8bae-f99a7c8a3b14: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-13T06:05:46.848Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76ead166
2022-10-13T06:05:46.848Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:46.848Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-13T06:05:46.849Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 12c2192c-64aa-4cdc-b7bb-a39e61ac9cc4
2022-10-13T06:05:46.850Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 12c2192c-64aa-4cdc-b7bb-a39e61ac9cc4
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-10-13T06:05:46.857Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:46.858Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria
2022-10-13T06:05:46.858Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-13T06:05:46.860Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:46.860Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria
2022-10-13T06:05:46.860Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-13T06:05:46.861Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:46.861Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is not matching search criteria
2022-10-13T06:05:46.862Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-13T06:05:46.862Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-13T06:05:46.862Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-13T06:05:46.863Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-13T06:05:46.863Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-13T06:05:46.863Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-13T06:05:46.864Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-13T06:05:46.864Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-13T06:05:46.865Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-13T06:05:46.865Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-13T06:05:46.865Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-13T06:05:46.866Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=64e91e68-d923-46ba-9c45-f4422f40040f
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-10-13T06:05:46.874Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:46.874Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria
2022-10-13T06:05:46.875Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-13T06:05:46.875Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:46.876Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is not matching search criteria
2022-10-13T06:05:46.876Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-13T06:05:46.876Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-13T06:05:46.877Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-13T06:05:46.877Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-13T06:05:46.878Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-13T06:05:46.878Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-13T06:05:46.879Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-13T06:05:46.879Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-13T06:05:46.880Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-13T06:05:46.880Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-13T06:05:46.881Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-13T06:05:46.881Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-13T06:05:46.881Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=97f5d4d4-7537-4da2-ba57-c240331788dc
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-10-13T06:05:46.884Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:46.884Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria
2022-10-13T06:05:46.885Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-13T06:05:46.887Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:46.888Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is not matching search criteria
2022-10-13T06:05:46.888Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-13T06:05:46.888Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-13T06:05:46.888Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-13T06:05:46.889Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-13T06:05:46.889Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-13T06:05:46.890Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-13T06:05:46.890Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-13T06:05:46.890Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-13T06:05:46.891Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-13T06:05:46.891Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-13T06:05:46.891Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-13T06:05:46.891Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-13T06:05:46.892Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5237112c-1c82-41a6-a4d2-369e8b475773
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-10-13T06:05:46.894Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:46.895Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria
2022-10-13T06:05:46.895Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-13T06:05:46.896Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:46.896Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Node template vFW 0736830a-bb72 0 is matching search criteria
2022-10-13T06:05:46.896Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0736830a-bb72 0] matching following query criteria: sdcType=VF, customizationUUID=e1c57b13-73ea-4ef2-8bae-f99a7c8a3b14
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-10-13T06:05:46.899Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:46.899Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:05:46.900Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 46ba71a6-3d19-44ee-af63-6646a666dd89: vFW 0736830a-bb72
2022-10-13T06:05:46.900Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:46.900Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:05:46.901Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:46.901Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:05:46.902Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:46.902Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:05:46.903Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:46.903Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:05:46.904Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:05:46.904Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-10-13 06-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:05:46.904Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-10-13 06-03-45
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-10-13T06:05:47.168Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0736830a-bb72 19fad214-89a9-4e10-acbf-77cbfa3bd66d 1 ASDC deployResourceStructure
2022-10-13T06:05:47.169Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json ASDC sendASDCNotification
2022-10-13T06:05:47.169Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json
2022-10-13T06:05:47.169Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-13T06:05:47.170Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:05:47.171Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:05:47.172Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641147169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json",
"status": "DEPLOY_OK"
}
2022-10-13T06:05:47.272Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:05:47.273Z||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-10-13T06:05:47.273Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:05:47.284Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:05:47.285Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-13T06:05:48.173Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-13T06:05:48.173Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml
2022-10-13T06:05:48.174Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-13T06:05:48.174Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:05:48.176Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:05:48.176Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641148173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-13T06:05:48.277Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-13T06:05:48.278Z||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-10-13T06:05:48.278Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:05:48.290Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:05:48.292Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:05:49.178Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-13T06:05:49.179Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env
2022-10-13T06:05:49.179Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-13T06:05:49.179Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:05:49.182Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:05:49.182Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641149178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-13T06:05:49.282Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-13T06:05:49.284Z||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-10-13T06:05:49.284Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:05:49.295Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:05:49.296Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-13T06:05:50.183Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar ASDC sendASDCNotification
2022-10-13T06:05:50.184Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar
2022-10-13T06:05:50.184Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-13T06:05:50.185Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:05:50.188Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:05:50.188Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641150183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-13T06:05:50.288Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:05:50.289Z||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-10-13T06:05:50.289Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:05:50.301Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:05:50.301Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:05:51.189Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a236fc1f-dd1a-4879-b747-b6033f1c2c83
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-10-13T06:05:51.212Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a236fc1f-dd1a-4879-b747-b6033f1c2c83
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-10-13T06:05:51.216Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-13T06:05:51.217Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-13T06:05:51.217Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-13T06:05:51.217Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-13T06:05:51.218Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-13T06:05:51.218Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-13T06:05:51.218Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-13T06:05:51.218Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-13T06:05:51.219Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-13T06:05:51.219Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-13T06:05:51.219Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-13T06:05:51.231Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-13T06:06:21.232Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a236fc1f-dd1a-4879-b747-b6033f1c2c83 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-10-13T06:06:21.246Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a236fc1f-dd1a-4879-b747-b6033f1c2c83 and serviceModelVersionId: 46ba71a6-3d19-44ee-af63-6646a666dd89
2022-10-13T06:06:21.248Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b6d5e103-7c73-4659-8bb7-030856821a6c
2022-10-13T06:06:29.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:06:29.533Z||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-10-13T06:06:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:06:29.555Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:06:29.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:06:29.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641126533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:06:29.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:06:37.091Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b6d5e103-7c73-4659-8bb7-030856821a6c/model-vers/model-ver/46ba71a6-3d19-44ee-af63-6646a666dd89?depth=0
2022-10-13T06:06:37.250Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-13T06:06:37.834Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6d5e103-7c73-4659-8bb7-030856821a6c/model-vers/model-ver/46ba71a6-3d19-44ee-af63-6646a666dd89?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-10-13T06:06:37.840Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6d5e103-7c73-4659-8bb7-030856821a6c/model-vers/model-ver/46ba71a6-3d19-44ee-af63-6646a666dd89?depth=0|INFO|500||Invoke
2022-10-13T06:06:37.995Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6d5e103-7c73-4659-8bb7-030856821a6c/model-vers/model-ver/46ba71a6-3d19-44ee-af63-6646a666dd89?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-13T06:06:38.212Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6d5e103-7c73-4659-8bb7-030856821a6c/model-vers/model-ver/46ba71a6-3d19-44ee-af63-6646a666dd89?depth=0|INFO|500||InvokeReturn
2022-10-13T06:06:38.217Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6d5e103-7c73-4659-8bb7-030856821a6c/model-vers/model-ver/46ba71a6-3d19-44ee-af63-6646a666dd89?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221013-06:06:38:011-4991], vertex-id=[454808], Content-Length=[0], Date=[Thu, 13 Oct 2022 06:06:38 GMT], Content-Type=[application/json]}
2022-10-13T06:06:38.222Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-10-13T06:06:38.226Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-13T06:06:38.227Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-13T06:06:38.232Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-13T06:06:38.233Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a236fc1f-dd1a-4879-b747-b6033f1c2c83 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-13T06:06:38.234Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-13T06:06:38.235Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:06:38.237Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:06:38.237Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641198233,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-13T06:06:38.337Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:06:38.338Z||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-10-13T06:06:38.338Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:06:38.352Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:06:38.353Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 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-10-13T06:06:39.252Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-13T06:06:39.252Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"7ef69768-ea88-4b2c-bb49-b80bbe4e07f9","serviceName":"basic_onboard_sLLIwm","serviceVersion":"1.0","serviceUUID":"ff8ed96d-aff9-4c98-bc77-5ea00a4efb91","serviceDescription":"service","serviceInvariantUUID":"88137ea1-d82b-474a-b1d5-1b60233d01df","resources":[{"resourceInstanceName":"basic_onboard_sLLIwm 0","resourceName":"basic_onboard_sLLIwm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4f24a005-4b0d-44a3-b42c-5a8166579161","resourceInvariantUUID":"46c81b96-d48b-4827-b626-86851ddfa099","resourceCustomizationUUID":"f449c428-8bd3-48a0-9d9e-a82107eeb1ef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vf-license-model.xml","artifactChecksum":"YTNmZDEwNTRlYjc2ODJjOGQxYjYzMTJhYzQ4MDMwYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"82dc8d53-8354-48cb-aa5c-9d69323c6a30","artifactVersion":"1"},{"artifactName":"basic_onboard_slliwm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json","artifactChecksum":"MzFiZDFiMzc4OGI0NzY3NWIwOGNkNmI5MGViYjIwYTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"78c80e4e-de17-419d-b5d3-dc055dc7b9e0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d40cba7a-c6e3-4f6f-992c-7773fa9574af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d3a08a1f-a0cf-4568-aeeb-87756b51a187","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4","artifactVersion":"2","generatedFromUUID":"d40cba7a-c6e3-4f6f-992c-7773fa9574af"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSlliwm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-template.yml","artifactChecksum":"ODE3ZThiYzViZmIwODUwZWJmNGQ0MWM5NzgxNmIzNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"17053f11-3ca8-4b00-bd14-e0ce1ab7afb0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSlliwm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar","artifactChecksum":"NDhlYjZlNzc0OTU2ZTkwZTUxOWZmZjY5Nzc1M2U5Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04ae4fcb-27f2-4105-adac-600432154900","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-13T06:06:39.253Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:06:39.254Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:06:39.257Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:06:39.257Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:06:39.357Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-13T06:06:39.358Z||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-10-13T06:06:39.359Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:06:39.377Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:06:39.377Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-13T06:06:40.258Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:06:40.259Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:06:40.261Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:06:40.261Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json",
"status": "NOTIFIED"
}
2022-10-13T06:06:40.361Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:06:40.362Z||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-10-13T06:06:40.363Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:06:40.375Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:06:40.375Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:06:41.262Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:06:41.263Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:06:41.266Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:06:41.266Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-13T06:06:41.367Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:06:41.368Z||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-10-13T06:06:41.368Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:06:41.384Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:06:41.385Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:06:42.266Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:06:42.267Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:06:42.269Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:06:42.270Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:06:42.370Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:06:42.372Z||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-10-13T06:06:42.372Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:06:42.386Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:06:42.387Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-13T06:06:43.271Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:06:43.271Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:06:43.275Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:06:43.275Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-13T06:06:43.375Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-13T06:06:43.375Z||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-10-13T06:06:43.376Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:06:43.387Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:06:43.387Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:06:44.276Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:06:44.282Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:06:44.284Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:06:44.285Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:06:44.385Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:06:44.387Z||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-10-13T06:06:44.388Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:06:44.401Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:06:44.402Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-13T06:06:45.286Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:06:45.287Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:06:45.289Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:06:45.289Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:06:45.389Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-13T06:06:45.390Z||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-10-13T06:06:45.391Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:06:45.407Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:06:45.408Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:06:46.302Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"serviceName": "basic_onboard_sLLIwm",
"serviceVersion": "1.0",
"serviceUUID": "ff8ed96d-aff9-4c98-bc77-5ea00a4efb91",
"serviceDescription": "service",
"serviceInvariantUUID": "88137ea1-d82b-474a-b1d5-1b60233d01df",
"resources": [
{
"resourceInstanceName": "basic_onboard_sLLIwm 0",
"resourceCustomizationUUID": "f449c428-8bd3-48a0-9d9e-a82107eeb1ef",
"resourceName": "basic_onboard_sLLIwm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4f24a005-4b0d-44a3-b42c-5a8166579161",
"resourceInvariantUUID": "46c81b96-d48b-4827-b626-86851ddfa099",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_slliwm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json",
"artifactChecksum": "MzFiZDFiMzc4OGI0NzY3NWIwOGNkNmI5MGViYjIwYTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "78c80e4e-de17-419d-b5d3-dc055dc7b9e0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d40cba7a-c6e3-4f6f-992c-7773fa9574af",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4",
"generatedFromUUID": "d40cba7a-c6e3-4f6f-992c-7773fa9574af"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSlliwm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar",
"artifactChecksum": "NDhlYjZlNzc0OTU2ZTkwZTUxOWZmZjY5Nzc1M2U5Mzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "04ae4fcb-27f2-4105-adac-600432154900"
}
],
"workloadContext": "Production"
}
2022-10-13T06:06:46.302Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-13T06:06:46.303Z|a236fc1f-dd1a-4879-b747-b6033f1c2c83|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ff8ed96d-aff9-4c98-bc77-5ea00a4efb91 ASDC
2022-10-13T06:06:46.305Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7ef69768-ea88-4b2c-bb49-b80bbe4e07f9
ServiceName:basic_onboard_sLLIwm
ServiceVersion:1.0
ServiceUUID:ff8ed96d-aff9-4c98-bc77-5ea00a4efb91
ServiceInvariantUUID:88137ea1-d82b-474a-b1d5-1b60233d01df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSlliwm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar
ArtifactUUID:04ae4fcb-27f2-4105-adac-600432154900
ArtifactChecksum:NDhlYjZlNzc0OTU2ZTkwZTUxOWZmZjY5Nzc1M2U5Mzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_sLLIwm 0
ResourceCustomizationUUID:f449c428-8bd3-48a0-9d9e-a82107eeb1ef
ResourceInvariantUUID:46c81b96-d48b-4827-b626-86851ddfa099
ResourceName:basic_onboard_sLLIwm
ResourceType:VF
ResourceUUID:4f24a005-4b0d-44a3-b42c-5a8166579161
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_slliwm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json
ArtifactUUID:78c80e4e-de17-419d-b5d3-dc055dc7b9e0
ArtifactChecksum:MzFiZDFiMzc4OGI0NzY3NWIwOGNkNmI5MGViYjIwYTQ=
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/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d40cba7a-c6e3-4f6f-992c-7773fa9574af
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/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env
ArtifactUUID:3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4
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/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env
ArtifactUUID:3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-13T06:06:46.305Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ff8ed96d-aff9-4c98-bc77-5ea00a4efb91 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-10-13T06:06:46.378Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-13T06:06:46.379Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-13T06:06:46.379Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-13T06:06:46.380Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 04ae4fcb-27f2-4105-adac-600432154900 from URL: /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar
2022-10-13T06:06:46.380Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-13T06:06:46.381Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar
2022-10-13T06:06:46.471Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-13T06:06:46.475Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar 04ae4fcb-27f2-4105-adac-600432154900 75291
2022-10-13T06:06:46.476Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar ASDC sendASDCNotification
2022-10-13T06:06:46.476Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar
2022-10-13T06:06:46.476Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-13T06:06:46.477Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:06:46.479Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:06:46.479Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641206476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:06:46.579Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:06:46.580Z||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-10-13T06:06:46.581Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:06:46.593Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:06:46.594Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-13T06:06:47.479Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-13T06:06:47.480Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-13T06:06:47.481Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 04ae4fcb-27f2-4105-adac-600432154900, URL: /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar to file: /app/ASDC/1/service-BasicOnboardSlliwm-csar.csar
2022-10-13T06:06:47.481Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSlliwm-csar.csar
2022-10-13T06:06:47.482Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSlliwm-csar.csar
2022-10-13T06:06:47.482Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSlliwm-csar.csar
2022-10-13T06:06:47.635Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9283235959568107697/Definitions/service-BasicOnboardSlliwm-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-10-13T06:06:49.147Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-13T06:06:49.148Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-13T06:06:49.148Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSlliwm-csar.csar
2022-10-13T06:06:49.149Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-13T06:06:49.149Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardSlliwm-csar.csar
2022-10-13T06:06:49.149Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSlliwm-csar.csar
2022-10-13T06:06:49.150Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSlliwm-csar.csar
2022-10-13T06:06:49.150Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSlliwm-csar.csar
2022-10-13T06:06:49.150Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSlliwm-csar.csar
2022-10-13T06:06:49.150Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_sLLIwm 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-BasicOnboardSlliwm-csar.csar
2022-10-13T06:06:49.151Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSlliwm-csar.csar
2022-10-13T06:06:49.151Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-13T06:06:49.151Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:49.151Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:06:49.152Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is matching search criteria
2022-10-13T06:06:49.152Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-13T06:06:49.153Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sLLIwm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-13T06:06:49.153Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:49.153Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:06:49.154Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is matching search criteria
2022-10-13T06:06:49.154Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-13T06:06:49.154Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sLLIwm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-13T06:06:49.154Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:49.155Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:06:49.155Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:49.155Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is not matching search criteria
2022-10-13T06:06:49.156Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-13T06:06:49.156Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-13T06:06:49.156Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-13T06:06:49.157Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-13T06:06:49.157Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-13T06:06:49.157Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:49.158Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-13T06:06:49.158Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:49.158Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is matching search criteria
2022-10-13T06:06:49.159Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sLLIwm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-13T06:06:49.159Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:49.159Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is matching search criteria
2022-10-13T06:06:49.160Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sLLIwm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-13T06:06:49.160Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:49.160Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is matching search criteria
2022-10-13T06:06:49.161Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sLLIwm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-13T06:06:49.161Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:49.161Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is not matching search criteria
2022-10-13T06:06:49.162Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-13T06:06:49.162Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-13T06:06:49.162Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e8098415-eaa5-455d-bfe8-e067fd756838
2022-10-13T06:06:49.163Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:49.163Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:06:49.163Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:49.164Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:06:49.164Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:49.164Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:06:49.164Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:49.165Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:06:49.165Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_sLLIwm
Description:service
Model UUID:ff8ed96d-aff9-4c98-bc77-5ea00a4efb91
Model Version:NULL
Model InvariantUuid:88137ea1-d82b-474a-b1d5-1b60233d01df
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_sLLIwm
Model UUID:daa3a7e6-be9e-4ea7-8877-b13475d69e03
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:46c81b96-d48b-4827-b626-86851ddfa099
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f449c428-8bd3-48a0-9d9e-a82107eeb1ef
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:788ca963-00ad-4d56-b602-5c51bc444536
ModelName:BasicOnboardSlliwm..base_ubuntu18..module-0
ModelUuid:7430611e-43a4-488c-b4ac-b10572505351
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e8098415-eaa5-455d-bfe8-e067fd756838
ModelInvariantUuid:371002bd-51b3-4e54-af5d-b80b9980b962
ModelName:basic_onboard_sLLIwm-nodes.ubuntu18Cvfc
ModelUuid:9d9b41c8-4679-4cde-b487-6065bb24fffb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b161b392-7096-4962-9664-a1a0911efef4
ModelInvariantUuid:d5dd97aa-b525-462f-aedb-9dc41176d9b4
ModelName:BasicOnboardSlliwm.compute.nodes.heat.ubuntu18
ModelUuid:8ad23243-4c4c-4d91-bed0-c1d6acb6f7c3
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-10-13T06:06:49.173Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 4f24a005-4b0d-44a3-b42c-5a8166579161
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-10-13T06:06:49.176Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||basic_onboard_sLLIwm 0
2022-10-13T06:06:49.176Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4f24a005-4b0d-44a3-b42c-5a8166579161
2022-10-13T06:06:49.176Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 78c80e4e-de17-419d-b5d3-dc055dc7b9e0 from URL: /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json
2022-10-13T06:06:49.176Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-13T06:06:49.176Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json
2022-10-13T06:06:49.216Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-13T06:06:49.216Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json 78c80e4e-de17-419d-b5d3-dc055dc7b9e0 798
2022-10-13T06:06:49.217Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json ASDC sendASDCNotification
2022-10-13T06:06:49.217Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json
2022-10-13T06:06:49.217Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-13T06:06:49.218Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:06:49.220Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:06:49.220Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641209217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:06:49.320Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:06:49.321Z||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-10-13T06:06:49.322Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:06:49.360Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:06:49.361Z||pool-27-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-10-13T06:06:50.221Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSlliwm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "788ca963-00ad-4d56-b602-5c51bc444536",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7430611e-43a4-488c-b4ac-b10572505351",
"vfModuleModelCustomizationUUID": "97292b8b-f4b7-48fd-96d7-59307288ef38",
"isBase": true,
"artifacts": [
"d40cba7a-c6e3-4f6f-992c-7773fa9574af",
"3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4"
],
"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-10-13T06:06:50.225Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSlliwm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7430611e-43a4-488c-b4ac-b10572505351
VfModuleModelInvariantUUID:788ca963-00ad-4d56-b602-5c51bc444536
VfModuleModelDescription:NULL
Artifacts UUID List:{
d40cba7a-c6e3-4f6f-992c-7773fa9574af
,
3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4
}
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-10-13T06:06:50.228Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSlliwm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "788ca963-00ad-4d56-b602-5c51bc444536",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7430611e-43a4-488c-b4ac-b10572505351",
"vfModuleModelCustomizationUUID": "97292b8b-f4b7-48fd-96d7-59307288ef38",
"isBase": true,
"artifacts": [
"d40cba7a-c6e3-4f6f-992c-7773fa9574af",
"3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4"
],
"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-10-13T06:06:50.228Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSlliwm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7430611e-43a4-488c-b4ac-b10572505351
VfModuleModelInvariantUUID:788ca963-00ad-4d56-b602-5c51bc444536
VfModuleModelDescription:NULL
Artifacts UUID List:{
d40cba7a-c6e3-4f6f-992c-7773fa9574af
,
3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4
}
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-10-13T06:06:50.228Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d40cba7a-c6e3-4f6f-992c-7773fa9574af from URL: /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml
2022-10-13T06:06:50.228Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-13T06:06:50.229Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml
2022-10-13T06:06:50.264Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-13T06:06:50.265Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml d40cba7a-c6e3-4f6f-992c-7773fa9574af 5033
2022-10-13T06:06:50.265Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-13T06:06:50.265Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml
2022-10-13T06:06:50.265Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-13T06:06:50.266Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:06:50.267Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:06:50.268Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641210265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:06:50.368Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:06:50.369Z||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-10-13T06:06:50.369Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:06:50.382Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:06:50.383Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:06:51.268Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4 from URL: /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env
2022-10-13T06:06:51.269Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-13T06:06:51.269Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env
2022-10-13T06:06:51.307Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-13T06:06:51.308Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env 3c7e0281-1dd0-4d5e-8cb0-d6ed7d37c0c4 909
2022-10-13T06:06:51.309Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-13T06:06:51.309Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env
2022-10-13T06:06:51.310Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-13T06:06:51.310Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:06:51.312Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:06:51.312Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641211309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:06:51.412Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-13T06:06:51.414Z||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-10-13T06:06:51.414Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:06:51.424Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:06:51.425Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-13T06:06:52.314Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ff8ed96d-aff9-4c98-bc77-5ea00a4efb91
2022-10-13T06:06:52.314Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_sLLIwm 0 4f24a005-4b0d-44a3-b42c-5a8166579161 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-10-13T06:06:52.330Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5da55686, org.onap.sdc.toscaparser.api.parameters.Input@47a0e370, org.onap.sdc.toscaparser.api.parameters.Input@2b943c0b, org.onap.sdc.toscaparser.api.parameters.Input@674e5f25, org.onap.sdc.toscaparser.api.parameters.Input@1028242c]
2022-10-13T06:06:52.331Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:52.331Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:06:52.332Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-10-13T06:06:52.332Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= f449c428-8bd3-48a0-9d9e-a82107eeb1ef
2022-10-13T06:06:52.332Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f449c428-8bd3-48a0-9d9e-a82107eeb1ef matches Tosca VF Customization UUID: f449c428-8bd3-48a0-9d9e-a82107eeb1ef
2022-10-13T06:06:52.332Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: f449c428-8bd3-48a0-9d9e-a82107eeb1ef 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-10-13T06:06:52.335Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:52.335Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:06:52.336Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id f449c428-8bd3-48a0-9d9e-a82107eeb1ef: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-13T06:06:52.336Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f0f3f58
2022-10-13T06:06:52.336Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:52.336Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-13T06:06:52.337Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 97292b8b-f4b7-48fd-96d7-59307288ef38
2022-10-13T06:06:52.337Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 97292b8b-f4b7-48fd-96d7-59307288ef38
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-10-13T06:06:52.339Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:52.339Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is matching search criteria
2022-10-13T06:06:52.339Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sLLIwm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-13T06:06:52.340Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:52.340Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is matching search criteria
2022-10-13T06:06:52.340Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sLLIwm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-13T06:06:52.340Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:52.341Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is not matching search criteria
2022-10-13T06:06:52.341Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-13T06:06:52.341Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-13T06:06:52.341Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e8098415-eaa5-455d-bfe8-e067fd756838
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-10-13T06:06:52.343Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:52.344Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is matching search criteria
2022-10-13T06:06:52.344Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sLLIwm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-13T06:06:52.344Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:52.344Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_sLLIwm 0 is matching search criteria
2022-10-13T06:06:52.344Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_sLLIwm 0] matching following query criteria: sdcType=VF, customizationUUID=f449c428-8bd3-48a0-9d9e-a82107eeb1ef
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-10-13T06:06:52.346Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:52.346Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:06:52.347Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ff8ed96d-aff9-4c98-bc77-5ea00a4efb91: basic_onboard_sLLIwm
2022-10-13T06:06:52.347Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:52.347Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:06:52.347Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:52.347Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:06:52.348Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:52.348Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:06:52.348Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:52.348Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:06:52.348Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:06:52.349Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_sLLIwm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:06:52.349Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_sLLIwm
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-10-13T06:06:52.439Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_sLLIwm 4f24a005-4b0d-44a3-b42c-5a8166579161 1 ASDC deployResourceStructure
2022-10-13T06:06:52.440Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json ASDC sendASDCNotification
2022-10-13T06:06:52.440Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json
2022-10-13T06:06:52.440Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-13T06:06:52.441Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:06:52.443Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:06:52.444Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641212440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-13T06:06:52.544Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:06:52.545Z||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-10-13T06:06:52.545Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:06:52.557Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:06:52.558Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-13T06:06:53.445Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-13T06:06:53.445Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml
2022-10-13T06:06:53.445Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-13T06:06:53.446Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:06:53.448Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:06:53.448Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641213445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-13T06:06:53.548Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:06:53.549Z||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-10-13T06:06:53.549Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:06:53.565Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:06:53.566Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:06:54.449Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-13T06:06:54.450Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env
2022-10-13T06:06:54.450Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-13T06:06:54.450Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:06:54.453Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:06:54.453Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641214449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-13T06:06:54.553Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-13T06:06:54.555Z||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-10-13T06:06:54.555Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:06:54.569Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:06:54.570Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-13T06:06:55.456Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar ASDC sendASDCNotification
2022-10-13T06:06:55.457Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar
2022-10-13T06:06:55.457Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-13T06:06:55.458Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:06:55.461Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:06:55.461Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641215456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-13T06:06:55.560Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-13T06:06:55.562Z||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-10-13T06:06:55.562Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:06:55.574Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:06:55.574Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-13T06:06:56.462Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9
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-10-13T06:06:56.475Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9
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-10-13T06:06:56.478Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-13T06:06:56.478Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-13T06:06:56.478Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-13T06:07:26.479Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9
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-10-13T06:07:26.492Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9
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-10-13T06:07:26.495Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-13T06:07:26.496Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-13T06:07:26.496Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-13T06:07:29.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:07:29.533Z||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-10-13T06:07:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:07:29.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:07:29.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:07:29.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "clamp",
"timestamp": 1665641129323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:07:29.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:07:56.497Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9
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-10-13T06:07:56.510Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9
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-10-13T06:07:56.514Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-13T06:07:56.515Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-13T06:07:56.515Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-13T06:08:26.516Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9
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-10-13T06:08:26.531Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9
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-10-13T06:08:26.533Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-13T06:08:26.534Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-13T06:08:26.534Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-13T06:08:29.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:08:29.533Z||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-10-13T06:08:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:08:29.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:08:29.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:08:29.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:08:29.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641126533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:08:29.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:08:29.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json",
"status": "NOTIFIED"
}
2022-10-13T06:08:29.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:08:29.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641126533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:08:29.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:08:29.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "clamp",
"timestamp": 1665641131334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-13T06:08:29.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:08:29.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-13T06:08:29.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:08:29.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641126533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:08:29.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:08:29.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "clamp",
"timestamp": 1665641132339,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-13T06:08:29.570Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9
2022-10-13T06:08:29.570Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-13T06:08:29.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:08:29.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:08:29.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641126533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:08:29.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:08:29.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "aai-ml",
"timestamp": 1665641133422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-13T06:08:29.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:08:29.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-13T06:08:29.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:08:29.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641126533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:08:29.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:08:29.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "aai-ml",
"timestamp": 1665641134426,
"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-10-13T06:08:29.592Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9
2022-10-13T06:08:29.592Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 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-10-13T06:08:29.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:08:29.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:08:29.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641134311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:08:29.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:08:29.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:08:29.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:08:29.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641137571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:08:29.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:08:29.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641136639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-13T06:08:29.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:08:29.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641137648,
"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-10-13T06:08:29.607Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9
2022-10-13T06:08:29.608Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 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-10-13T06:08:29.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641143636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:08:29.616Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:08:29.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641144718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:08:29.616Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:08:29.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641145789,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:08:29.617Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:08:29.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641147169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/vfw0736830abb720_modules.json",
"status": "DEPLOY_OK"
}
2022-10-13T06:08:29.617Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:08:29.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641148173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-13T06:08:29.618Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:08:29.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641149178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/resourceInstances/vfw0736830abb720/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-13T06:08:29.618Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:08:29.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:08:29.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641150183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221013060345/1.0/artifacts/service-Vfw20221013060345-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-13T06:08:29.619Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:08:56.534Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9
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-10-13T06:08:56.547Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9
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-10-13T06:08:56.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-13T06:08:56.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-13T06:08:56.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-13T06:08:56.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-13T06:08:56.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-13T06:08:56.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-13T06:08:56.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-13T06:08:56.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-13T06:08:56.552Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-13T06:08:56.553Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-13T06:08:56.553Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-13T06:08:56.558Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-13T06:09:26.558Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 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-10-13T06:09:26.566Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 and serviceModelVersionId: ff8ed96d-aff9-4c98-bc77-5ea00a4efb91
2022-10-13T06:09:26.566Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 88137ea1-d82b-474a-b1d5-1b60233d01df
2022-10-13T06:09:26.567Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/88137ea1-d82b-474a-b1d5-1b60233d01df/model-vers/model-ver/ff8ed96d-aff9-4c98-bc77-5ea00a4efb91?depth=0
2022-10-13T06:09:26.571Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-13T06:09:26.628Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88137ea1-d82b-474a-b1d5-1b60233d01df/model-vers/model-ver/ff8ed96d-aff9-4c98-bc77-5ea00a4efb91?depth=0|INFO|500||Invoke
2022-10-13T06:09:26.629Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88137ea1-d82b-474a-b1d5-1b60233d01df/model-vers/model-ver/ff8ed96d-aff9-4c98-bc77-5ea00a4efb91?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88137ea1-d82b-474a-b1d5-1b60233d01df/model-vers/model-ver/ff8ed96d-aff9-4c98-bc77-5ea00a4efb91?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7ef69768-ea88-4b2c-bb49-b80bbe4e07f9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8eb5a8da-84b4-4cc3-b650-0fda2acaaa9a], X-ECOMP-RequestID=[7ef69768-ea88-4b2c-bb49-b80bbe4e07f9], X-TransactionId=[], X-ONAP-RequestID=[7ef69768-ea88-4b2c-bb49-b80bbe4e07f9], Content-Type=[application/merge-patch+json]}
2022-10-13T06:09:26.657Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88137ea1-d82b-474a-b1d5-1b60233d01df/model-vers/model-ver/ff8ed96d-aff9-4c98-bc77-5ea00a4efb91?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-13T06:09:26.757Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88137ea1-d82b-474a-b1d5-1b60233d01df/model-vers/model-ver/ff8ed96d-aff9-4c98-bc77-5ea00a4efb91?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/88137ea1-d82b-474a-b1d5-1b60233d01df/model-vers/model-ver/ff8ed96d-aff9-4c98-bc77-5ea00a4efb91?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221013-06:09:26:665-9626], vertex-id=[151624], Content-Length=[0], Date=[Thu, 13 Oct 2022 06:09:26 GMT], Content-Type=[application/json]}
2022-10-13T06:09:26.758Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88137ea1-d82b-474a-b1d5-1b60233d01df/model-vers/model-ver/ff8ed96d-aff9-4c98-bc77-5ea00a4efb91?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-13T06:09:26.759Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88137ea1-d82b-474a-b1d5-1b60233d01df/model-vers/model-ver/ff8ed96d-aff9-4c98-bc77-5ea00a4efb91?depth=0|INFO|500||InvokeReturn
2022-10-13T06:09:26.759Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-13T06:09:26.762Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-13T06:09:26.775Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-13T06:09:26.775Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7ef69768-ea88-4b2c-bb49-b80bbe4e07f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-13T06:09:26.776Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-13T06:09:26.776Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:09:26.778Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:09:26.778Z|7ef69768-ea88-4b2c-bb49-b80bbe4e07f9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641366775,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-13T06:09:26.879Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:09:26.880Z||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-10-13T06:09:26.880Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:09:26.892Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:09:26.893Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 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-10-13T06:09:27.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:09:27.794Z||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-10-13T06:09:27.795Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:09:29.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:09:29.533Z||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-10-13T06:09:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:09:29.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:09:29.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:09:29.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a236fc1f-dd1a-4879-b747-b6033f1c2c83",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641198233,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-13T06:09:29.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:09:29.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:09:29.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:09:29.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:09:29.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:09:29.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json",
"status": "NOTIFIED"
}
2022-10-13T06:09:29.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:09:29.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:09:29.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-13T06:09:29.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:09:29.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:09:29.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:09:29.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:09:29.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:09:29.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-13T06:09:29.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:09:29.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:09:29.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:09:29.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:09:29.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:09:29.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641129529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:09:29.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-13T06:09:29.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:09:29.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641206476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:09:29.568Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:09:29.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:09:29.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641209217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:09:29.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:09:29.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:09:29.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641210265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:09:29.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:09:29.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:09:29.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641211309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:09:29.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:09:29.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:09:29.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641212440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/basic_onboard_slliwm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-13T06:09:29.570Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:09:29.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:09:29.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641213445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-13T06:09:29.570Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:09:29.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:09:29.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641214449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/resourceInstances/basic_onboard_slliwm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-13T06:09:29.570Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:09:29.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:09:29.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641215456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSlliwm/1.0/artifacts/service-BasicOnboardSlliwm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-13T06:09:29.571Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:09:38.091Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:09:38.092Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:09:38.093Z||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-10-13T06:09:38.093Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:09:47.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:09:47.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:09:47.632Z||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-10-13T06:09:47.632Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:09:57.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:09:57.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:09:57.175Z||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-10-13T06:09:57.175Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:10:06.736Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:10:29.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:10:29.530Z||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-10-13T06:10:29.530Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:10:29.532Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:10:29.532Z||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-10-13T06:10:29.532Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:10:30.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:10:30.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-13T06:10:30.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ef69768-ea88-4b2c-bb49-b80bbe4e07f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641366775,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-13T06:10:30.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:10:39.087Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:11:29.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:11:29.530Z||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-10-13T06:11:29.531Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:11:29.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:11:29.532Z||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-10-13T06:11:29.532Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:11:39.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:11:39.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:12:29.530Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:12:29.531Z||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-10-13T06:12:29.532Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:12:29.532Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:12:29.532Z||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-10-13T06:12:29.532Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:12:39.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:12:39.111Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:13:29.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:13:29.530Z||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-10-13T06:13:29.530Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:13:29.532Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:13:29.533Z||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-10-13T06:13:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:13:39.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:13:39.085Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:14:29.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:14:29.530Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T06:14:29.530Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T06:14:29.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:14:29.534Z||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-10-13T06:14:29.534Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:14:39.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:14:39.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:15:29.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:15:29.530Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T06:15:29.530Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T06:15:29.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:15:29.533Z||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-10-13T06:15:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:15:39.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:15:39.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:16:29.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:16:29.530Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T06:16:29.530Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T06:16:29.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:16:29.532Z||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-10-13T06:16:29.532Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:16:39.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:16:39.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:17:29.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:17:29.530Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T06:17:29.530Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T06:17:29.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:17:29.533Z||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-10-13T06:17:29.533Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:17:39.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:17:39.086Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:18:29.530Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:18:29.530Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-13T06:18:29.530Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as slJAeUK10K0GiG42) ...
2022-10-13T06:18:29.532Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-13T06:18:29.532Z||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-10-13T06:18:29.532Z||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 slJAeUK10K0GiG42) ...
2022-10-13T06:18:29.782Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:18:29.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "cds",
"timestamp": 1665641869615,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "aai-ml",
"timestamp": 1665641867982,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641874680,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "aai-ml",
"timestamp": 1665641867982,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:18:29.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "cds",
"timestamp": 1665641869615,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:18:29.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641874680,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:18:29.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "cds",
"timestamp": 1665641877394,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:18:29.790Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:18:29.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "aai-ml",
"timestamp": 1665641877429,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:18:29.791Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:18:29.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641876534,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "cds",
"timestamp": 1665641878402,
"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-10-13T06:18:29.812Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 299a40f3-e36d-4576-bd38-3b1cbed0780c
2022-10-13T06:18:29.812Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299a40f3-e36d-4576-bd38-3b1cbed0780c 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-10-13T06:18:29.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641876534,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:18:29.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641879292,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:18:29.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:18:29.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641881023,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-13T06:18:29.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:18:29.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "aai-ml",
"timestamp": 1665641882419,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-13T06:18:29.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:18:29.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641882027,
"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-10-13T06:18:29.835Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 299a40f3-e36d-4576-bd38-3b1cbed0780c
2022-10-13T06:18:29.835Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299a40f3-e36d-4576-bd38-3b1cbed0780c 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-10-13T06:18:29.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641882728,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "aai-ml",
"timestamp": 1665641883422,
"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-10-13T06:18:29.849Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 299a40f3-e36d-4576-bd38-3b1cbed0780c
2022-10-13T06:18:29.849Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299a40f3-e36d-4576-bd38-3b1cbed0780c 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-10-13T06:18:29.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641882728,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "clamp",
"timestamp": 1665641888737,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "clamp",
"timestamp": 1665641888737,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:18:29.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641894680,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "aai-ml",
"timestamp": 1665641897981,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641894680,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "clamp",
"timestamp": 1665641899448,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:18:29.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:18:29.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "aai-ml",
"timestamp": 1665641897981,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641894680,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "cds",
"timestamp": 1665641899615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "aai-ml",
"timestamp": 1665641897981,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641894680,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "cds",
"timestamp": 1665641899615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "clamp",
"timestamp": 1665641901457,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-13T06:18:29.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:18:29.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "aai-ml",
"timestamp": 1665641897981,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641894680,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "cds",
"timestamp": 1665641899615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "clamp",
"timestamp": 1665641902461,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-13T06:18:29.881Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 299a40f3-e36d-4576-bd38-3b1cbed0780c
2022-10-13T06:18:29.881Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299a40f3-e36d-4576-bd38-3b1cbed0780c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-13T06:18:29.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "aai-ml",
"timestamp": 1665641897981,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641894680,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "cds",
"timestamp": 1665641899615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641902728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "aai-ml",
"timestamp": 1665641897981,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641894680,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "cds",
"timestamp": 1665641899615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641902728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "aai-ml",
"timestamp": 1665641897981,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.906Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665641894680,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:18:29.907Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "cds",
"timestamp": 1665641899615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641902728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "aai-ml",
"timestamp": 1665641897981,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:18:29.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "cds",
"timestamp": 1665641899615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641902728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "aai-ml",
"timestamp": 1665641906693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:18:29.912Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:18:29.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "cds",
"timestamp": 1665641899615,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:18:29.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641902728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665641906532,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:29.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:29.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "cds",
"timestamp": 1665641908358,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:18:29.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-13T06:18:29.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-13T06:18:29.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "ves-openapi-manager",
"timestamp": 1665641902728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-10-13T06:18:29.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-10-13T06:18:30.160Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:18:30.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:18:30.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"299a40f3-e36d-4576-bd38-3b1cbed0780c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5f745bf6-47f5-48f7-aa6d-fd11dc7808bf","serviceDescription":"service","serviceInvariantUUID":"1ad332ad-3d58-4150-8b8f-e7284d1a07ae","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9d79b649-19d8-408a-9aa7-29c94f99216e","resourceInvariantUUID":"1384ab55-ad23-4630-8e8f-4293b8be6b4a","resourceCustomizationUUID":"bb776d1b-90d7-4279-bc33-2552e57dd3d1","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":"ZTFlNjJlZDQyZDRlOTQwMmQxODllNjA1YjRjZTJjNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88e00d72-788e-4698-a71d-b593e310ac48","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGViY2FmNzZhYWEzMzk3ODBlYTg5ZjRmZDQzNzhjNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60077da5-307d-4298-92ac-ba642b1a45d4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-13T06:18:30.168Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:18:30.168Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:18:30.172Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:18:30.172Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641909529,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:18:30.272Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:18:30.273Z||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-10-13T06:18:30.273Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:18:30.283Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:18:30.283Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:18:31.173Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:18:31.175Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:18:31.177Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:18:31.177Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641909529,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:18:31.277Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-13T06:18:31.279Z||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-10-13T06:18:31.279Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:18:31.297Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:18:31.298Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:18:32.179Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "5f745bf6-47f5-48f7-aa6d-fd11dc7808bf",
"serviceDescription": "service",
"serviceInvariantUUID": "1ad332ad-3d58-4150-8b8f-e7284d1a07ae",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "bb776d1b-90d7-4279-bc33-2552e57dd3d1",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "9d79b649-19d8-408a-9aa7-29c94f99216e",
"resourceInvariantUUID": "1384ab55-ad23-4630-8e8f-4293b8be6b4a",
"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": "MGViY2FmNzZhYWEzMzk3ODBlYTg5ZjRmZDQzNzhjNzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "60077da5-307d-4298-92ac-ba642b1a45d4"
}
],
"workloadContext": "Production"
}
2022-10-13T06:18:32.179Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-13T06:18:32.180Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f745bf6-47f5-48f7-aa6d-fd11dc7808bf ASDC
2022-10-13T06:18:32.180Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:299a40f3-e36d-4576-bd38-3b1cbed0780c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:5f745bf6-47f5-48f7-aa6d-fd11dc7808bf
ServiceInvariantUUID:1ad332ad-3d58-4150-8b8f-e7284d1a07ae
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:60077da5-307d-4298-92ac-ba642b1a45d4
ArtifactChecksum:MGViY2FmNzZhYWEzMzk3ODBlYTg5ZjRmZDQzNzhjNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:bb776d1b-90d7-4279-bc33-2552e57dd3d1
ResourceInvariantUUID:1384ab55-ad23-4630-8e8f-4293b8be6b4a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9d79b649-19d8-408a-9aa7-29c94f99216e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-13T06:18:32.180Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f745bf6-47f5-48f7-aa6d-fd11dc7808bf 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-10-13T06:18:32.211Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-13T06:18:32.212Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-13T06:18:32.212Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-13T06:18:32.212Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 60077da5-307d-4298-92ac-ba642b1a45d4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-13T06:18:32.213Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-13T06:18:32.213Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-13T06:18:32.276Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-13T06:18:32.280Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 60077da5-307d-4298-92ac-ba642b1a45d4 57657
2022-10-13T06:18:32.280Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-13T06:18:32.280Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-13T06:18:32.280Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-13T06:18:32.281Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:18:32.283Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:18:32.283Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641912280,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:18:32.383Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:18:32.384Z||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-10-13T06:18:32.385Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:18:32.398Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:18:32.399Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:18:33.283Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-13T06:18:33.285Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-13T06:18:33.285Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 60077da5-307d-4298-92ac-ba642b1a45d4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-13T06:18:33.285Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-13T06:18:33.286Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-13T06:18:33.286Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-13T06:18:33.481Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10359762017682989568/Definitions/service-BasicNetwork-template.yml
2022-10-13T06:18:33.988Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-13T06:18:33.989Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-13T06:18:33.989Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-13T06:18:33.990Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-13T06:18:33.990Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||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-10-13T06:18:33.990Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||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-10-13T06:18:33.990Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||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-10-13T06:18:33.990Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||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-10-13T06:18:33.991Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||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-10-13T06:18:33.991Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||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-10-13T06:18:33.991Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||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-10-13T06:18:33.991Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||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-10-13T06:18:33.991Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-13T06:18:33.991Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:18:33.992Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:18:33.992Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-13T06:18:33.992Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-13T06:18:33.992Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-13T06:18:33.993Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:18:33.993Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:18:33.993Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-13T06:18:33.993Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-13T06:18:33.993Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-13T06:18:33.994Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:18:33.994Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:18:33.994Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:18:33.994Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:18:33.995Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:18:33.995Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:18:33.995Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:18:33.995Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:18:33.995Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:18:33.996Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:18:33.996Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:5f745bf6-47f5-48f7-aa6d-fd11dc7808bf
Model Version:NULL
Model InvariantUuid:1ad332ad-3d58-4150-8b8f-e7284d1a07ae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1384ab55-ad23-4630-8e8f-4293b8be6b4a
Model UUID:8bee3a0d-5285-4409-a130-6184fab70f45
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:bb776d1b-90d7-4279-bc33-2552e57dd3d1
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-10-13T06:18:34.002Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 9d79b649-19d8-408a-9aa7-29c94f99216e
2022-10-13T06:18:34.002Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||No resources found for Service: 5f745bf6-47f5-48f7-aa6d-fd11dc7808bf
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-10-13T06:18:34.007Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||
2022-10-13T06:18:34.008Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-13T06:18:34.009Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 5f745bf6-47f5-48f7-aa6d-fd11dc7808bf
2022-10-13T06:18:34.009Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5f745bf6-47f5-48f7-aa6d-fd11dc7808bf
2022-10-13T06:18:34.009Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-13T06:18:34.009Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||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-10-13T06:18:34.015Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1467204, org.onap.sdc.toscaparser.api.parameters.Input@2bbcb16a, org.onap.sdc.toscaparser.api.parameters.Input@5e9bc374, org.onap.sdc.toscaparser.api.parameters.Input@5e685488, org.onap.sdc.toscaparser.api.parameters.Input@6c0cdb13]
2022-10-13T06:18:34.017Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:18:34.018Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:18:34.018Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:18:34.018Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:18:34.019Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5f745bf6-47f5-48f7-aa6d-fd11dc7808bf: Generic NeutronNet
2022-10-13T06:18:34.019Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:18:34.019Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:18:34.019Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:18:34.020Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||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-10-13T06:18:34.048Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:18:34.048Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:18:34.049Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:18:34.049Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:18:34.049Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:18:34.049Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:18:34.050Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||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-10-13T06:18:34.097Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-13T06:18:34.097Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-13T06:18:34.098Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-13T06:18:34.098Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-13T06:18:34.098Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:18:34.100Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:18:34.100Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641914097,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-13T06:18:34.201Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:18:34.202Z||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-10-13T06:18:34.202Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:18:34.213Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:18:34.214Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-13T06:18:35.101Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 299a40f3-e36d-4576-bd38-3b1cbed0780c
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-10-13T06:18:35.114Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 299a40f3-e36d-4576-bd38-3b1cbed0780c
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-10-13T06:18:35.117Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-13T06:18:35.117Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-13T06:18:35.117Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-13T06:18:35.117Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-13T06:18:35.117Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-13T06:18:35.118Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-13T06:18:35.118Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-13T06:18:35.118Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-13T06:18:35.118Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-13T06:18:35.118Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||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-10-13T06:18:35.123Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-13T06:19:05.123Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 299a40f3-e36d-4576-bd38-3b1cbed0780c 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-10-13T06:19:05.132Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 299a40f3-e36d-4576-bd38-3b1cbed0780c and serviceModelVersionId: 5f745bf6-47f5-48f7-aa6d-fd11dc7808bf
2022-10-13T06:19:05.132Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ad332ad-3d58-4150-8b8f-e7284d1a07ae
2022-10-13T06:19:05.133Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ad332ad-3d58-4150-8b8f-e7284d1a07ae/model-vers/model-ver/5f745bf6-47f5-48f7-aa6d-fd11dc7808bf?depth=0
2022-10-13T06:19:05.140Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-13T06:19:05.206Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ad332ad-3d58-4150-8b8f-e7284d1a07ae/model-vers/model-ver/5f745bf6-47f5-48f7-aa6d-fd11dc7808bf?depth=0|INFO|500||Invoke
2022-10-13T06:19:05.207Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ad332ad-3d58-4150-8b8f-e7284d1a07ae/model-vers/model-ver/5f745bf6-47f5-48f7-aa6d-fd11dc7808bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ad332ad-3d58-4150-8b8f-e7284d1a07ae/model-vers/model-ver/5f745bf6-47f5-48f7-aa6d-fd11dc7808bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[299a40f3-e36d-4576-bd38-3b1cbed0780c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[428b72eb-f0fa-4f8f-a86b-a9c1ed368544], X-ECOMP-RequestID=[299a40f3-e36d-4576-bd38-3b1cbed0780c], X-TransactionId=[], X-ONAP-RequestID=[299a40f3-e36d-4576-bd38-3b1cbed0780c], Content-Type=[application/merge-patch+json]}
2022-10-13T06:19:05.261Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ad332ad-3d58-4150-8b8f-e7284d1a07ae/model-vers/model-ver/5f745bf6-47f5-48f7-aa6d-fd11dc7808bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-13T06:19:05.374Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ad332ad-3d58-4150-8b8f-e7284d1a07ae/model-vers/model-ver/5f745bf6-47f5-48f7-aa6d-fd11dc7808bf?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/1ad332ad-3d58-4150-8b8f-e7284d1a07ae/model-vers/model-ver/5f745bf6-47f5-48f7-aa6d-fd11dc7808bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221013-06:19:05:274-45588], vertex-id=[172072], Content-Length=[0], Date=[Thu, 13 Oct 2022 06:19:05 GMT], Content-Type=[application/json]}
2022-10-13T06:19:05.375Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ad332ad-3d58-4150-8b8f-e7284d1a07ae/model-vers/model-ver/5f745bf6-47f5-48f7-aa6d-fd11dc7808bf?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-13T06:19:05.379Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ad332ad-3d58-4150-8b8f-e7284d1a07ae/model-vers/model-ver/5f745bf6-47f5-48f7-aa6d-fd11dc7808bf?depth=0|INFO|500||InvokeReturn
2022-10-13T06:19:05.381Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-13T06:19:05.381Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||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-10-13T06:19:05.391Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||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-10-13T06:19:05.391Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 299a40f3-e36d-4576-bd38-3b1cbed0780c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-13T06:19:05.392Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-13T06:19:05.393Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:19:05.396Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:19:05.396Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "299a40f3-e36d-4576-bd38-3b1cbed0780c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641945391,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-13T06:19:05.502Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-10-13T06:19:05.502Z||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-10-13T06:19:05.502Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:19:05.517Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:19:05.518Z||pool-39-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-10-13T06:19:06.411Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-13T06:19:06.411Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c6833d3b-a887-45b2-a05f-019c816db5df","serviceName":"Demo_pNF_sU7SuSifOutCVZwyCQ54","serviceVersion":"1.0","serviceUUID":"34ced8c1-9f19-4403-b97c-b70580867596","serviceDescription":"catalog service description","serviceInvariantUUID":"20721211-1e23-4c6c-87c7-4f0a473c3e16","resources":[{"resourceInstanceName":"pNF 71bc630b-0e4b 0","resourceName":"pNF 71bc630b-0e4b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c69c63c5-0e05-472b-8f58-b0879f48e9f3","resourceInvariantUUID":"a591873e-e7d5-4523-951e-a748f69b0370","resourceCustomizationUUID":"da55488d-4a40-4989-8e33-b888448b62b4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vf-license-model.xml","artifactChecksum":"MzM1OTJiMjVlMGVhMjZkMGM3YTg5YmE4NWViZmIxY2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9932fdaa-c2d2-46ba-bf2d-7d5272e2304f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/pNF.csar","artifactChecksum":"ZmViODZhZGIyYjE1OTZiZGU0N2E0ZTg4YzI4Mzc1MDQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"49d57618-1a8d-4033-863a-c966da9c03ea","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8b6abfe-8193-4e0f-8905-b54ecb996bd8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZThiYmJhMzBlMWIyNWMwODIyYWQ2Zjg1M2ZmNTg4YzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2a335c8f-dfbd-4e7c-b9d1-44354cf70bca","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6a454831-bc6e-49f4-95ec-11791a383546","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10e6fc2e-390e-4ed3-9a0c-fea8bf97e91a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSu7susifoutcvzwycq54-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-template.yml","artifactChecksum":"ZGE1MjJjYTMyMzM2ZWE4NGRmNWYxNDc5OTExNmQ3MjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2448b4a3-3068-443e-ae89-63d823b0ceaf","artifactVersion":"1"},{"artifactName":"service-DemoPnfSu7susifoutcvzwycq54-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar","artifactChecksum":"NDI1MzZiNDYyMWZhOGY5ZjM0ZDFhYTQ1MjhiYTI0N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ada6b68c-113a-4a91-90b8-fb701288250a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-13T06:19:06.413Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:19:06.413Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:19:06.416Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:19:06.416Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641909529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:19:06.516Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:19:06.517Z||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-10-13T06:19:06.518Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:19:06.529Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:19:06.530Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:19:07.417Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:19:07.418Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:19:07.420Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:19:07.420Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641909529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:19:07.520Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:19:07.521Z||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-10-13T06:19:07.521Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:19:07.533Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:19:07.533Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:19:08.429Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:19:08.430Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:19:08.432Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:19:08.432Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641909529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:19:08.533Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:19:08.534Z||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-10-13T06:19:08.534Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:19:08.547Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:19:08.548Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:19:09.433Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:19:09.434Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:19:09.436Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:19:09.437Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641909529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:19:09.537Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:19:09.538Z||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-10-13T06:19:09.538Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:19:09.548Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:19:09.549Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:19:10.437Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:19:10.439Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:19:10.440Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:19:10.440Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641909529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:19:10.541Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:19:10.542Z||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-10-13T06:19:10.542Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:19:10.553Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:19:10.554Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:19:11.441Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:19:11.442Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:19:11.444Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:19:11.444Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641909529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/resourceInstances/pnf71bc630b0e4b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:19:11.544Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:19:11.545Z||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-10-13T06:19:11.545Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:19:11.569Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:19:11.569Z||pool-45-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-13T06:19:12.444Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:19:12.445Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:19:12.449Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:19:12.449Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641909529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-13T06:19:12.549Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:19:12.550Z||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-10-13T06:19:12.550Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:19:12.562Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:19:12.562Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-13T06:19:13.451Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-13T06:19:13.452Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:19:13.454Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:19:13.454Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641909529,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar",
"status": "NOTIFIED"
}
2022-10-13T06:19:13.554Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-13T06:19:13.555Z||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-10-13T06:19:13.555Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:19:13.568Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:19:13.569Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-13T06:19:14.455Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"serviceName": "Demo_pNF_sU7SuSifOutCVZwyCQ54",
"serviceVersion": "1.0",
"serviceUUID": "34ced8c1-9f19-4403-b97c-b70580867596",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "20721211-1e23-4c6c-87c7-4f0a473c3e16",
"resources": [
{
"resourceInstanceName": "pNF 71bc630b-0e4b 0",
"resourceCustomizationUUID": "da55488d-4a40-4989-8e33-b888448b62b4",
"resourceName": "pNF 71bc630b-0e4b",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "c69c63c5-0e05-472b-8f58-b0879f48e9f3",
"resourceInvariantUUID": "a591873e-e7d5-4523-951e-a748f69b0370",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfSu7susifoutcvzwycq54-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar",
"artifactChecksum": "NDI1MzZiNDYyMWZhOGY5ZjM0ZDFhYTQ1MjhiYTI0N2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ada6b68c-113a-4a91-90b8-fb701288250a"
}
],
"workloadContext": "Production"
}
2022-10-13T06:19:14.455Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-13T06:19:14.456Z|299a40f3-e36d-4576-bd38-3b1cbed0780c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 34ced8c1-9f19-4403-b97c-b70580867596 ASDC
2022-10-13T06:19:14.456Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c6833d3b-a887-45b2-a05f-019c816db5df
ServiceName:Demo_pNF_sU7SuSifOutCVZwyCQ54
ServiceVersion:1.0
ServiceUUID:34ced8c1-9f19-4403-b97c-b70580867596
ServiceInvariantUUID:20721211-1e23-4c6c-87c7-4f0a473c3e16
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSu7susifoutcvzwycq54-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar
ArtifactUUID:ada6b68c-113a-4a91-90b8-fb701288250a
ArtifactChecksum:NDI1MzZiNDYyMWZhOGY5ZjM0ZDFhYTQ1MjhiYTI0N2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 71bc630b-0e4b 0
ResourceCustomizationUUID:da55488d-4a40-4989-8e33-b888448b62b4
ResourceInvariantUUID:a591873e-e7d5-4523-951e-a748f69b0370
ResourceName:pNF 71bc630b-0e4b
ResourceType:PNF
ResourceUUID:c69c63c5-0e05-472b-8f58-b0879f48e9f3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-13T06:19:14.456Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 34ced8c1-9f19-4403-b97c-b70580867596 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-13T06:19:14.485Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-13T06:19:14.486Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-13T06:19:14.486Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-13T06:19:14.486Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ada6b68c-113a-4a91-90b8-fb701288250a from URL: /sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar
2022-10-13T06:19:14.487Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-13T06:19:14.487Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar
2022-10-13T06:19:14.553Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-13T06:19:14.558Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar ada6b68c-113a-4a91-90b8-fb701288250a 87785
2022-10-13T06:19:14.559Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar ASDC sendASDCNotification
2022-10-13T06:19:14.559Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar
2022-10-13T06:19:14.559Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-13T06:19:14.560Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-13T06:19:14.562Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-13T06:19:14.563Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c6833d3b-a887-45b2-a05f-019c816db5df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665641954559,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-13T06:19:14.666Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-10-13T06:19:14.667Z||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-10-13T06:19:14.667Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as slJAeUK10K0GiG42) ...
2022-10-13T06:19:14.681Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-13T06:19:14.682Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-13T06:19:15.563Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-13T06:19:15.566Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-13T06:19:15.566Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ada6b68c-113a-4a91-90b8-fb701288250a, URL: /sdc/v1/catalog/services/DemoPnfSu7susifoutcvzwycq54/1.0/artifacts/service-DemoPnfSu7susifoutcvzwycq54-csar.csar to file: /app/ASDC/1/service-DemoPnfSu7susifoutcvzwycq54-csar.csar
2022-10-13T06:19:15.567Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSu7susifoutcvzwycq54-csar.csar
2022-10-13T06:19:15.567Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSu7susifoutcvzwycq54-csar.csar
2022-10-13T06:19:15.567Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSu7susifoutcvzwycq54-csar.csar
2022-10-13T06:19:15.671Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10144109709903166179/Definitions/service-DemoPnfSu7susifoutcvzwycq54-template.yml
2022-10-13T06:19:16.470Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-13T06:19:16.471Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-13T06:19:16.471Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSu7susifoutcvzwycq54-csar.csar
2022-10-13T06:19:16.471Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-13T06:19:16.471Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||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-DemoPnfSu7susifoutcvzwycq54-csar.csar
2022-10-13T06:19:16.471Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSu7susifoutcvzwycq54-csar.csar
2022-10-13T06:19:16.471Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 71bc630b-0e4b 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-DemoPnfSu7susifoutcvzwycq54-csar.csar
2022-10-13T06:19:16.471Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||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-DemoPnfSu7susifoutcvzwycq54-csar.csar
2022-10-13T06:19:16.471Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||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-DemoPnfSu7susifoutcvzwycq54-csar.csar
2022-10-13T06:19:16.471Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||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-DemoPnfSu7susifoutcvzwycq54-csar.csar
2022-10-13T06:19:16.471Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||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-DemoPnfSu7susifoutcvzwycq54-csar.csar
2022-10-13T06:19:16.472Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-13T06:19:16.472Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:19:16.472Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_sU7SuSifOutCVZwyCQ54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:19:16.472Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Node template pNF 71bc630b-0e4b 0 is matching search criteria
2022-10-13T06:19:16.472Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-13T06:19:16.472Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 71bc630b-0e4b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-13T06:19:16.473Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:19:16.473Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_sU7SuSifOutCVZwyCQ54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:19:16.473Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Node template pNF 71bc630b-0e4b 0 is matching search criteria
2022-10-13T06:19:16.473Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-13T06:19:16.473Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 71bc630b-0e4b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-13T06:19:16.473Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:19:16.474Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_sU7SuSifOutCVZwyCQ54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:19:16.474Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:19:16.474Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_sU7SuSifOutCVZwyCQ54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:19:16.474Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:19:16.474Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_sU7SuSifOutCVZwyCQ54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:19:16.474Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:19:16.475Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_sU7SuSifOutCVZwyCQ54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:19:16.475Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:19:16.475Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_sU7SuSifOutCVZwyCQ54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:19:16.475Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_sU7SuSifOutCVZwyCQ54
Description:catalog service description
Model UUID:34ced8c1-9f19-4403-b97c-b70580867596
Model Version:NULL
Model InvariantUuid:20721211-1e23-4c6c-87c7-4f0a473c3e16
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-10-13T06:19:16.483Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: c69c63c5-0e05-472b-8f58-b0879f48e9f3
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-10-13T06:19:16.486Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||pNF 71bc630b-0e4b 0
2022-10-13T06:19:16.486Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c69c63c5-0e05-472b-8f58-b0879f48e9f3
2022-10-13T06:19:16.486Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 34ced8c1-9f19-4403-b97c-b70580867596
2022-10-13T06:19:16.486Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 34ced8c1-9f19-4403-b97c-b70580867596
2022-10-13T06:19:16.486Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 71bc630b-0e4b 0 c69c63c5-0e05-472b-8f58-b0879f48e9f3 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-10-13T06:19:16.491Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71c394ac, org.onap.sdc.toscaparser.api.parameters.Input@270904c6, org.onap.sdc.toscaparser.api.parameters.Input@6886bdea, org.onap.sdc.toscaparser.api.parameters.Input@39931f37, org.onap.sdc.toscaparser.api.parameters.Input@54989a5d]
2022-10-13T06:19:16.491Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-13T06:19:16.492Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_sU7SuSifOutCVZwyCQ54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-13T06:19:16.492Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 34ced8c1-9f19-4403-b97c-b70580867596: pNF 71bc630b-0e4b
2022-10-13T06:19:16.492Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||INFO|500||Processing PNF resource: c69c63c5-0e05-472b-8f58-b0879f48e9f3
2022-10-13T06:19:16.492Z|c6833d3b-a887-45b2-a05f-019c816db5df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery