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-05-16T02:25:51.767Z||main|||||INFO|500||The following profiles are active: basic
2022-05-16T02:26:00.529Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-16T02:26:00.530Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-16T02:26:00.605Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-16T02:26:02.728Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-16T02:26:02.892Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-16T02:26:03.233Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-16T02:26:03.240Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-16T02:26:03.327Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-16T02:26:03.508Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-16T02:26:03.868Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-16T02:26:04.900Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-16T02:26:06.714Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-16T02:26:06.759Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-16T02:26:07.125Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-16T02:26:07.358Z||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-05-16T02:26:08.350Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-16T02:26:09.279Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-16T02:26:09.303Z||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$$5713502a.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-05-16T02:26:09.304Z||main|||||WARN|500||The sdc end point is not alive
2022-05-16T02:26:11.713Z||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-05-16T02:26:14.184Z||main|||||WARN|500||---
2022-05-16T02:26:14.185Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-16T02:26:14.185Z||main|||||WARN|500||---
2022-05-16T02:26:14.559Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-16T02:26:18.721Z||main|||||INFO|500||Started Application in 30.947 seconds (JVM running for 32.025)
2022-05-16T02:26:18.732Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-16T02:26:18.733Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-16T02:26:18.742Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-16T02:26:18.804Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-16T02:26:18.845Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 488a7092-18af-4405-8f0e-af938de9b60e url= /sdc/v1/artifactTypes
2022-05-16T02:26:18.846Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-16T02:26:19.067Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-16T02:26:19.088Z||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-05-16T02:26:19.114Z||scheduling-1|||||DEBUG|500||create keys
2022-05-16T02:26:19.121Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-16T02:26:19.159Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:26:19.174Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d4990a14-20c6-42f6-afd6-0ec00decab5e url= /sdc/v1/registerForDistribution
2022-05-16T02:26:19.409Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d4990a14-20c6-42f6-afd6-0ec00decab5e url= /sdc/v1/registerForDistribution
2022-05-16T02:26:19.410Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-16T02:26:19.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:26:19.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:26:19.421Z||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-05-16T02:26:19.422Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:26:19.422Z||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-05-16T02:26:19.422Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:26:19.422Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-16T02:26:29.731Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:26:29.733Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:27:19.416Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:27:19.417Z||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-05-16T02:27:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:27:19.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:27:19.419Z||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-05-16T02:27:19.420Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:27:28.969Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:27:28.986Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:28:19.416Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:28:19.417Z||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-05-16T02:28:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:28:19.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:28:19.418Z||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-05-16T02:28:19.419Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:28:28.970Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:28:28.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:29:19.416Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:29:19.416Z||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-05-16T02:29:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:29:19.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:29:19.419Z||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-05-16T02:29:19.419Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:29:28.966Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:29:28.968Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:30:19.416Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:30:19.416Z||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-05-16T02:30:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:30:19.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:30:19.418Z||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-05-16T02:30:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:30:28.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:30:28.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:31:19.416Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:31:19.417Z||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-05-16T02:31:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:31:19.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:31:19.417Z||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-05-16T02:31:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:31:28.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:31:28.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:32:19.416Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:32:19.417Z||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-05-16T02:32:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:32:19.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:32:19.417Z||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-05-16T02:32:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:32:28.967Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:32:28.970Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:33:19.416Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:33:19.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:33:19.417Z||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-05-16T02:33:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:33:19.418Z||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-05-16T02:33:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:33:28.972Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:33:28.972Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:34:19.416Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:34:19.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:34:19.417Z||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-05-16T02:34:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:34:19.418Z||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-05-16T02:34:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:34:28.971Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:34:28.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:35:19.416Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:35:19.417Z||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-05-16T02:35:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:35:19.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:35:19.418Z||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-05-16T02:35:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:35:28.983Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:35:28.983Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:36:02.436Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-16T02:36:19.416Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:36:19.417Z||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-05-16T02:36:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:36:19.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:36:19.417Z||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-05-16T02:36:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:36:28.969Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:36:28.971Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:37:19.416Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:37:19.416Z||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-05-16T02:37:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:37:19.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:37:19.417Z||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-05-16T02:37:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:37:28.968Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:37:28.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:38:19.416Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:38:19.416Z||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-05-16T02:38:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:38:19.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:38:19.417Z||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-05-16T02:38:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:38:28.965Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:38:28.967Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:39:19.416Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:39:19.416Z||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-05-16T02:39:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:39:19.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:39:19.417Z||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-05-16T02:39:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:39:28.969Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:39:28.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:40:19.416Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:40:19.417Z||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-05-16T02:40:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:40:19.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:40:19.417Z||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-05-16T02:40:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:40:28.968Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:40:28.970Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:41:19.416Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:41:19.416Z||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-05-16T02:41:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:41:19.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:41:19.418Z||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-05-16T02:41:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:41:28.964Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:41:28.968Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:42:19.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:42:19.416Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:42:19.422Z||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-05-16T02:42:19.422Z||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-05-16T02:42:19.422Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:42:19.423Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:42:28.975Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:42:28.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:43:19.416Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:43:19.416Z||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-05-16T02:43:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:43:19.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:43:19.417Z||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-05-16T02:43:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:43:28.966Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:43:28.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:44:19.416Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:44:19.417Z||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-05-16T02:44:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:44:19.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:44:19.418Z||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-05-16T02:44:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:44:28.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:44:28.971Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:45:19.416Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:45:19.416Z||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-05-16T02:45:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:45:19.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:45:19.417Z||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-05-16T02:45:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:45:28.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:45:28.965Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:46:19.416Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:46:19.416Z||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-05-16T02:46:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:46:19.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:46:19.417Z||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-05-16T02:46:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:46:28.966Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:46:28.969Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:47:19.416Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:47:19.417Z||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-05-16T02:47:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:47:19.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:47:19.418Z||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-05-16T02:47:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:47:28.972Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:47:28.982Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:48:19.416Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:48:19.416Z||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-05-16T02:48:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:48:19.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:48:19.418Z||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-05-16T02:48:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:48:28.961Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:48:28.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:49:19.416Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:49:19.416Z||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-05-16T02:49:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:49:19.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:49:19.418Z||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-05-16T02:49:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:49:28.962Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:49:28.967Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:50:19.416Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:50:19.416Z||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-05-16T02:50:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:50:19.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:50:19.417Z||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-05-16T02:50:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:50:28.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:50:28.967Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:51:19.416Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:51:19.417Z||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-05-16T02:51:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:51:19.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:51:19.417Z||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-05-16T02:51:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:51:28.967Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:51:28.967Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:52:19.416Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:52:19.417Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-16T02:52:19.417Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zl5GYvGry3pIVMtD) ...
2022-05-16T02:52:19.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:52:19.418Z||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-05-16T02:52:19.419Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:52:28.964Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:52:28.966Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:53:19.416Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:53:19.416Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-16T02:53:19.417Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zl5GYvGry3pIVMtD) ...
2022-05-16T02:53:19.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:53:19.418Z||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-05-16T02:53:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:53:28.967Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:53:28.967Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:54:19.416Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:54:19.416Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-16T02:54:19.417Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zl5GYvGry3pIVMtD) ...
2022-05-16T02:54:19.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:54:19.417Z||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-05-16T02:54:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:54:28.964Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:54:28.967Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:55:19.416Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:55:19.416Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-16T02:55:19.416Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zl5GYvGry3pIVMtD) ...
2022-05-16T02:55:19.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:55:19.418Z||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-05-16T02:55:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:55:28.972Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:55:28.972Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:56:19.416Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:56:19.416Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-16T02:56:19.416Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zl5GYvGry3pIVMtD) ...
2022-05-16T02:56:19.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:56:19.417Z||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-05-16T02:56:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:56:28.968Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:56:28.968Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:57:19.416Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:57:19.416Z||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-05-16T02:57:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:57:19.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:57:19.418Z||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-05-16T02:57:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:57:28.968Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:57:28.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:58:19.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:58:19.416Z||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-05-16T02:58:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:58:19.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:58:19.417Z||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-05-16T02:58:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:58:28.960Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:58:28.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:59:19.416Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:59:19.416Z||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-05-16T02:59:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:59:19.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T02:59:19.418Z||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-05-16T02:59:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T02:59:28.968Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T02:59:28.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:00:19.416Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:00:19.416Z||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-05-16T03:00:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:00:19.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:00:19.417Z||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-05-16T03:00:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:00:28.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:00:28.973Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:01:19.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:01:19.416Z||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-05-16T03:01:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:01:19.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:01:19.417Z||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-05-16T03:01:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:01:28.967Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:01:28.967Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:02:19.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:02:19.416Z||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-05-16T03:02:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:02:19.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:02:19.417Z||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-05-16T03:02:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:02:28.967Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:02:28.969Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:03:19.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:03:19.416Z||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-05-16T03:03:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:03:19.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:03:19.417Z||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-05-16T03:03:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:03:28.987Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:03:28.991Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:04:19.416Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:04:19.416Z||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-05-16T03:04:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:04:19.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:04:19.417Z||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-05-16T03:04:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:04:28.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:04:28.982Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:05:19.416Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:05:19.416Z||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-05-16T03:05:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:05:19.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:05:19.417Z||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-05-16T03:05:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:05:28.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:05:28.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:06:19.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:06:19.416Z||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-05-16T03:06:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:06:19.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:06:19.417Z||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-05-16T03:06:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:06:28.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:06:28.966Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:07:19.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:07:19.416Z||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-05-16T03:07:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:07:19.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:07:19.417Z||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-05-16T03:07:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:07:28.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:07:28.966Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:08:19.416Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:08:19.416Z||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-05-16T03:08:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:08:19.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:08:19.417Z||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-05-16T03:08:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:08:28.961Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:08:28.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:09:19.416Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:09:19.416Z||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-05-16T03:09:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:09:19.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:09:19.418Z||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-05-16T03:09:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:09:28.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:09:28.968Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:10:19.416Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:10:19.416Z||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-05-16T03:10:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:10:19.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:10:19.417Z||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-05-16T03:10:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:10:28.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:10:28.967Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:11:19.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:11:19.416Z||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-05-16T03:11:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:11:19.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:11:19.417Z||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-05-16T03:11:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:11:28.985Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:11:28.985Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:12:19.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:12:19.416Z||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-05-16T03:12:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:12:19.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:12:19.417Z||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-05-16T03:12:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:12:28.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:12:28.967Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:13:19.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:13:19.416Z||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-05-16T03:13:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:13:19.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:13:19.417Z||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-05-16T03:13:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:13:28.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:13:28.966Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:14:19.416Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:14:19.416Z||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-05-16T03:14:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:14:19.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:14:19.417Z||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-05-16T03:14:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:14:28.965Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:14:28.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:15:19.416Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:15:19.416Z||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-05-16T03:15:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:15:19.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:15:19.417Z||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-05-16T03:15:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:15:28.969Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:15:28.969Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:16:19.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:16:19.416Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-16T03:16:19.416Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:16:19.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:16:19.418Z||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-05-16T03:16:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:16:28.963Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:16:28.964Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:17:19.416Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:17:19.416Z||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-05-16T03:17:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:17:19.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:17:19.418Z||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-05-16T03:17:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:17:28.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:17:28.970Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:18:19.416Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:18:19.416Z||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-05-16T03:18:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:18:19.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:18:19.417Z||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-05-16T03:18:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:18:28.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:18:28.967Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:19:19.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:19:19.416Z||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-05-16T03:19:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:19:19.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:19:19.417Z||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-05-16T03:19:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:19:28.967Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:19:28.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:20:19.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:20:19.416Z||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-05-16T03:20:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:20:19.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:20:19.417Z||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-05-16T03:20:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:20:28.959Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:20:28.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:21:19.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:21:19.416Z||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-05-16T03:21:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:21:19.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:21:19.417Z||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-05-16T03:21:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:21:28.965Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:21:28.966Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:22:19.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:22:19.416Z||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-05-16T03:22:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:22:19.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:22:19.418Z||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-05-16T03:22:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:22:28.968Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:22:28.968Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:23:19.416Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:23:19.417Z||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-05-16T03:23:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:23:19.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:23:19.417Z||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-05-16T03:23:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:23:28.968Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:23:28.969Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:24:19.416Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:24:19.416Z||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-05-16T03:24:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:24:19.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:24:19.417Z||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-05-16T03:24:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:24:28.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:24:28.970Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:25:19.416Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:25:19.416Z||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-05-16T03:25:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:25:19.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:25:19.417Z||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-05-16T03:25:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:25:28.963Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:25:28.964Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:26:19.416Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:26:19.416Z||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-05-16T03:26:19.416Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:26:19.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:26:19.417Z||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-05-16T03:26:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:26:21.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:26:21.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-16T03:26:21.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12","serviceName":"vFW 2022-05-16 03-23-36","serviceVersion":"1.0","serviceUUID":"b5f267c0-798c-4360-a216-b76ab14c16f0","serviceDescription":"catalog service description","serviceInvariantUUID":"54d5fabd-1be0-49ba-b684-017bd7c87cdb","resources":[{"resourceInstanceName":"vFW 90832e31-0dc0 0","resourceName":"vFW 90832e31-0dc0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"32c2a793-3b7c-4c54-b4ec-d175a30fe3a7","resourceInvariantUUID":"bcfbd4e5-4ecc-4111-b7a7-9a5ecb785403","resourceCustomizationUUID":"97f39d4e-f041-48cd-8eb0-e6ed4d1f59c0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vf-license-model.xml","artifactChecksum":"YzNhOTUxYjM5YmM0NjUwYzEzMmM1ZGZmNjU0YzYxMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bab6e1ae-9ca3-4295-9140-d1a480031ef8","artifactVersion":"1"},{"artifactName":"vfw90832e310dc00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json","artifactChecksum":"NzE5OGRhMTg2ODViOGYzMmFiN2E0M2FjZmZjZGEzMDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7c744498-c2a5-4db1-87d8-b8842fb7526e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"23cd20ea-bd44-42dc-be82-bd73bcdaf1dd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vendor-license-model.xml","artifactChecksum":"ZWFmZmE1NGU0OWM2Y2FiODI0M2VhOGJkNDBlMGM0NjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"72b0a3da-48f1-4c8b-9f68-ae9801c5c9a1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"87435bb6-1803-4713-aed2-2ea7bcc5b9ae","artifactVersion":"2","generatedFromUUID":"23cd20ea-bd44-42dc-be82-bd73bcdaf1dd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220516032336-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-template.yml","artifactChecksum":"YzY4YTU4MzJjYTgxYjczMGZlYzUzZWEyZDUzZGZkMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d91aff0a-0ffc-478c-a8de-b339085ba89f","artifactVersion":"1"},{"artifactName":"service-Vfw20220516032336-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar","artifactChecksum":"NzgzZDQ4MTg2YWFjMDVmMmY5YTRkYzA0N2NjMGYzMTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"14ef38e6-3c5f-4537-afdb-caf0b19068ab","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-16T03:26:21.569Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:26:21.574Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:26:21.580Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:26:21.581Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671579416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:26:21.681Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-16T03:26:21.683Z||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-05-16T03:26:21.683Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:26:21.702Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:26:21.703Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":3,"count":1}
2022-05-16T03:26:21.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:26:21.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:26:21.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671579416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:26:21.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:26:22.584Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:26:22.585Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:26:22.586Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:26:22.586Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671579416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json",
"status": "NOTIFIED"
}
2022-05-16T03:26:22.686Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:26:22.687Z||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-05-16T03:26:22.687Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:26:22.699Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:26:22.700Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:26:23.587Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:26:23.587Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:26:23.589Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:26:23.589Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671579416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-16T03:26:23.689Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:26:23.690Z||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-05-16T03:26:23.690Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:26:23.707Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:26:23.707Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:26:24.589Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:26:24.590Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:26:24.592Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:26:24.592Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671579416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:26:24.692Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:26:24.693Z||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-05-16T03:26:24.693Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:26:24.711Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:26:24.712Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:26:25.592Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:26:25.593Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:26:25.594Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:26:25.594Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671579416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-16T03:26:25.694Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-16T03:26:25.695Z||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-05-16T03:26:25.695Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:26:25.710Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:26:25.710Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:26:26.595Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:26:26.596Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:26:26.597Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:26:26.597Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671579416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:26:26.697Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:26:26.698Z||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-05-16T03:26:26.698Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:26:26.714Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:26:26.715Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:26:27.598Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:26:27.598Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:26:27.600Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:26:27.600Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671579416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:26:27.700Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:26:27.701Z||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-05-16T03:26:27.701Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:26:27.720Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:26:27.721Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:26:28.601Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"serviceName": "vFW 2022-05-16 03-23-36",
"serviceVersion": "1.0",
"serviceUUID": "b5f267c0-798c-4360-a216-b76ab14c16f0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "54d5fabd-1be0-49ba-b684-017bd7c87cdb",
"resources": [
{
"resourceInstanceName": "vFW 90832e31-0dc0 0",
"resourceCustomizationUUID": "97f39d4e-f041-48cd-8eb0-e6ed4d1f59c0",
"resourceName": "vFW 90832e31-0dc0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "32c2a793-3b7c-4c54-b4ec-d175a30fe3a7",
"resourceInvariantUUID": "bcfbd4e5-4ecc-4111-b7a7-9a5ecb785403",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw90832e310dc00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json",
"artifactChecksum": "NzE5OGRhMTg2ODViOGYzMmFiN2E0M2FjZmZjZGEzMDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7c744498-c2a5-4db1-87d8-b8842fb7526e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "23cd20ea-bd44-42dc-be82-bd73bcdaf1dd",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "87435bb6-1803-4713-aed2-2ea7bcc5b9ae",
"generatedFromUUID": "23cd20ea-bd44-42dc-be82-bd73bcdaf1dd"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "87435bb6-1803-4713-aed2-2ea7bcc5b9ae",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220516032336-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"artifactChecksum": "NzgzZDQ4MTg2YWFjMDVmMmY5YTRkYzA0N2NjMGYzMTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "14ef38e6-3c5f-4537-afdb-caf0b19068ab"
}
],
"workloadContext": "Production"
}
2022-05-16T03:26:28.602Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-16T03:26:28.602Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b5f267c0-798c-4360-a216-b76ab14c16f0 ASDC
2022-05-16T03:26:28.677Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
ServiceName:vFW 2022-05-16 03-23-36
ServiceVersion:1.0
ServiceUUID:b5f267c0-798c-4360-a216-b76ab14c16f0
ServiceInvariantUUID:54d5fabd-1be0-49ba-b684-017bd7c87cdb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220516032336-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar
ArtifactUUID:14ef38e6-3c5f-4537-afdb-caf0b19068ab
ArtifactChecksum:NzgzZDQ4MTg2YWFjMDVmMmY5YTRkYzA0N2NjMGYzMTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 90832e31-0dc0 0
ResourceCustomizationUUID:97f39d4e-f041-48cd-8eb0-e6ed4d1f59c0
ResourceInvariantUUID:bcfbd4e5-4ecc-4111-b7a7-9a5ecb785403
ResourceName:vFW 90832e31-0dc0
ResourceType:VF
ResourceUUID:32c2a793-3b7c-4c54-b4ec-d175a30fe3a7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw90832e310dc00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json
ArtifactUUID:7c744498-c2a5-4db1-87d8-b8842fb7526e
ArtifactChecksum:NzE5OGRhMTg2ODViOGYzMmFiN2E0M2FjZmZjZGEzMDg=
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/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml
ArtifactUUID:23cd20ea-bd44-42dc-be82-bd73bcdaf1dd
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/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env
ArtifactUUID:87435bb6-1803-4713-aed2-2ea7bcc5b9ae
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/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env
ArtifactUUID:87435bb6-1803-4713-aed2-2ea7bcc5b9ae
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-16T03:26:28.678Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b5f267c0-798c-4360-a216-b76ab14c16f0 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-05-16T03:26:28.871Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-16T03:26:28.872Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-16T03:26:28.873Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-16T03:26:28.873Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 14ef38e6-3c5f-4537-afdb-caf0b19068ab from URL: /sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar
2022-05-16T03:26:28.873Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-16T03:26:28.874Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar
2022-05-16T03:26:29.289Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-16T03:26:29.305Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar 14ef38e6-3c5f-4537-afdb-caf0b19068ab 98980
2022-05-16T03:26:29.306Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar ASDC sendASDCNotification
2022-05-16T03:26:29.306Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar
2022-05-16T03:26:29.307Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-16T03:26:29.308Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:26:29.309Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:26:29.309Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671589305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:26:29.409Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:26:29.410Z||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-05-16T03:26:29.410Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:26:29.423Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:26:29.424Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:26:30.309Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-16T03:26:30.310Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-16T03:26:30.310Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 14ef38e6-3c5f-4537-afdb-caf0b19068ab, URL: /sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar to file: /app/ASDC/1/service-Vfw20220516032336-csar.csar
2022-05-16T03:26:30.311Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220516032336-csar.csar
2022-05-16T03:26:30.375Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220516032336-csar.csar
2022-05-16T03:26:30.376Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220516032336-csar.csar
2022-05-16T03:26:30.919Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16881794315713183631/Definitions/service-Vfw20220516032336-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-05-16T03:26:33.404Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-16T03:26:33.408Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-16T03:26:33.408Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220516032336-csar.csar
2022-05-16T03:26:33.408Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-16T03:26:33.408Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220516032336-csar.csar
2022-05-16T03:26:33.408Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220516032336-csar.csar
2022-05-16T03:26:33.408Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220516032336-csar.csar
2022-05-16T03:26:33.408Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220516032336-csar.csar
2022-05-16T03:26:33.408Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220516032336-csar.csar
2022-05-16T03:26:33.408Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220516032336-csar.csar
2022-05-16T03:26:33.408Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220516032336-csar.csar
2022-05-16T03:26:33.408Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220516032336-csar.csar
2022-05-16T03:26:33.408Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 90832e31-0dc0 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220516032336-csar.csar
2022-05-16T03:26:33.409Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220516032336-csar.csar
2022-05-16T03:26:33.409Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||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-Vfw20220516032336-csar.csar
2022-05-16T03:26:33.409Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220516032336-csar.csar
2022-05-16T03:26:33.409Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220516032336-csar.csar
2022-05-16T03:26:33.409Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-16T03:26:33.415Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:33.416Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-16 03-23-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:26:33.419Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vFW 90832e31-0dc0 0 is matching search criteria
2022-05-16T03:26:33.419Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-16T03:26:33.420Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 90832e31-0dc0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-16T03:26:33.421Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:33.421Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-16 03-23-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:26:33.421Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vFW 90832e31-0dc0 0 is matching search criteria
2022-05-16T03:26:33.422Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-16T03:26:33.422Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 90832e31-0dc0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-16T03:26:33.422Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:33.422Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-16 03-23-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:26:33.425Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:33.425Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vFW 90832e31-0dc0 0 is not matching search criteria
2022-05-16T03:26:33.425Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-16T03:26:33.425Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-16T03:26:33.425Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-16T03:26:33.425Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-16T03:26:33.425Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-16T03:26:33.425Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-16T03:26:33.425Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-16T03:26:33.426Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-16T03:26:33.426Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-16T03:26:33.426Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-16T03:26:33.426Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-16T03:26:33.426Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-16T03:26:33.426Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-16T03:26:33.426Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-16T03:26:33.426Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-16T03:26:33.426Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-16T03:26:33.427Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:33.427Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-16 03-23-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-16T03:26:33.427Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:33.428Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vFW 90832e31-0dc0 0 is matching search criteria
2022-05-16T03:26:33.428Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 90832e31-0dc0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-16T03:26:33.428Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:33.428Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vFW 90832e31-0dc0 0 is matching search criteria
2022-05-16T03:26:33.428Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 90832e31-0dc0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-16T03:26:33.428Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:33.428Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vFW 90832e31-0dc0 0 is matching search criteria
2022-05-16T03:26:33.428Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 90832e31-0dc0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-16T03:26:33.429Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:33.429Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vFW 90832e31-0dc0 0 is not matching search criteria
2022-05-16T03:26:33.429Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-16T03:26:33.429Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-16T03:26:33.429Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-16T03:26:33.429Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-16T03:26:33.429Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-16T03:26:33.429Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-16T03:26:33.429Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-16T03:26:33.430Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-16T03:26:33.430Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-16T03:26:33.430Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-16T03:26:33.430Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-16T03:26:33.430Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a18ae0f-e0fd-48ee-8454-2aaac35fee63
2022-05-16T03:26:33.430Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:33.430Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vFW 90832e31-0dc0 0 is not matching search criteria
2022-05-16T03:26:33.430Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-16T03:26:33.430Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-16T03:26:33.430Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-16T03:26:33.431Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-16T03:26:33.431Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-16T03:26:33.431Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-16T03:26:33.431Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-16T03:26:33.431Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-16T03:26:33.431Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-16T03:26:33.431Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-16T03:26:33.431Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-16T03:26:33.431Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-16T03:26:33.431Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d1e8d5f8-fb00-4019-bbf4-80a4ba1dbfb7
2022-05-16T03:26:33.432Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:33.432Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vFW 90832e31-0dc0 0 is not matching search criteria
2022-05-16T03:26:33.432Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-16T03:26:33.432Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-16T03:26:33.432Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-16T03:26:33.432Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-16T03:26:33.432Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-16T03:26:33.432Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-16T03:26:33.432Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-16T03:26:33.432Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-16T03:26:33.432Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-16T03:26:33.433Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-16T03:26:33.433Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-16T03:26:33.433Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-16T03:26:33.433Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bbb9d429-1181-4763-8c4b-b5f78cf90005
2022-05-16T03:26:33.433Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:33.433Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-16 03-23-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:26:33.433Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:33.433Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-16 03-23-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:26:33.433Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:33.434Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-16 03-23-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:26:33.434Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:33.434Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-16 03-23-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:26:33.434Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-16 03-23-36
Description:catalog service description
Model UUID:b5f267c0-798c-4360-a216-b76ab14c16f0
Model Version:NULL
Model InvariantUuid:54d5fabd-1be0-49ba-b684-017bd7c87cdb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 90832e31-0dc0
Model UUID:37a3a2dd-9812-4e09-9046-b9139bb188c3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bcfbd4e5-4ecc-4111-b7a7-9a5ecb785403
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:97f39d4e-f041-48cd-8eb0-e6ed4d1f59c0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9d9af1f0-cd7d-49e3-aac3-0169166029f5
ModelName:Vfw90832e310dc0..base_vfw..module-0
ModelUuid:6d6b372d-3ccb-4ac8-9e1c-c32b554be6b2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2a18ae0f-e0fd-48ee-8454-2aaac35fee63
ModelInvariantUuid:30dac9a7-6e72-473d-8645-8d26b5799b50
ModelName:vFW 90832e31-0dc0-nodes.vfwCvfc
ModelUuid:a8228f2f-b3c2-4c65-9139-e9b9613530d9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e77d2ea4-94e4-4deb-94cd-601ae8c72dae
ModelInvariantUuid:6faf368a-c2d4-415a-af1a-b59e91f433d1
ModelName:Vfw90832e310dc0.compute.nodes.heat.vfw
ModelUuid:bbf07ddb-9682-4cf2-b7f8-9267e7bcc150
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d1e8d5f8-fb00-4019-bbf4-80a4ba1dbfb7
ModelInvariantUuid:18a28cd4-75d1-4c38-8bfb-8c4a8a217df5
ModelName:vFW 90832e31-0dc0-nodes.vsnCvfc
ModelUuid:3d08f196-90fd-47f6-b7b1-0210ffb0b218
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c8c5387d-c05c-4539-9c0c-1b61444700c8
ModelInvariantUuid:664e6d57-4b09-44b3-a60d-f2f160f41d6d
ModelName:Vfw90832e310dc0.compute.nodes.heat.vsn
ModelUuid:981621e1-5658-414e-9d9f-da66c553e438
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bbb9d429-1181-4763-8c4b-b5f78cf90005
ModelInvariantUuid:1c252487-0017-49e9-b468-1aa49ef648bc
ModelName:vFW 90832e31-0dc0-nodes.vpgCvfc
ModelUuid:30cd321a-7488-4186-86fc-6389773081bf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7caa757f-79e6-4cd3-97c8-aa6b1e6eb00d
ModelInvariantUuid:30ea1dac-2d36-40cb-9394-06230bfc03c3
ModelName:Vfw90832e310dc0.compute.nodes.heat.vpg
ModelUuid:03813808-31f4-4ba8-b241-296eaf190f31
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-05-16T03:26:33.454Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 32c2a793-3b7c-4c54-b4ec-d175a30fe3a7
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-05-16T03:26:33.532Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||vFW 90832e31-0dc0 0
2022-05-16T03:26:33.537Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 32c2a793-3b7c-4c54-b4ec-d175a30fe3a7
2022-05-16T03:26:33.537Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7c744498-c2a5-4db1-87d8-b8842fb7526e from URL: /sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json
2022-05-16T03:26:33.537Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-16T03:26:33.537Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json
2022-05-16T03:26:33.626Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-16T03:26:33.627Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json 7c744498-c2a5-4db1-87d8-b8842fb7526e 785
2022-05-16T03:26:33.627Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json ASDC sendASDCNotification
2022-05-16T03:26:33.627Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json
2022-05-16T03:26:33.627Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-16T03:26:33.627Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:26:33.630Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:26:33.630Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671593627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:26:33.730Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:26:33.730Z||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-05-16T03:26:33.730Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:26:33.745Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:26:33.746Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:26:34.631Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw90832e310dc0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9d9af1f0-cd7d-49e3-aac3-0169166029f5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6d6b372d-3ccb-4ac8-9e1c-c32b554be6b2",
"vfModuleModelCustomizationUUID": "238dc3e7-f677-4681-8332-65ca781bac1d",
"isBase": true,
"artifacts": [
"23cd20ea-bd44-42dc-be82-bd73bcdaf1dd",
"87435bb6-1803-4713-aed2-2ea7bcc5b9ae"
],
"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-05-16T03:26:34.645Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw90832e310dc0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6d6b372d-3ccb-4ac8-9e1c-c32b554be6b2
VfModuleModelInvariantUUID:9d9af1f0-cd7d-49e3-aac3-0169166029f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
23cd20ea-bd44-42dc-be82-bd73bcdaf1dd
,
87435bb6-1803-4713-aed2-2ea7bcc5b9ae
}
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-05-16T03:26:34.648Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw90832e310dc0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9d9af1f0-cd7d-49e3-aac3-0169166029f5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6d6b372d-3ccb-4ac8-9e1c-c32b554be6b2",
"vfModuleModelCustomizationUUID": "238dc3e7-f677-4681-8332-65ca781bac1d",
"isBase": true,
"artifacts": [
"23cd20ea-bd44-42dc-be82-bd73bcdaf1dd",
"87435bb6-1803-4713-aed2-2ea7bcc5b9ae"
],
"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-05-16T03:26:34.648Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw90832e310dc0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6d6b372d-3ccb-4ac8-9e1c-c32b554be6b2
VfModuleModelInvariantUUID:9d9af1f0-cd7d-49e3-aac3-0169166029f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
23cd20ea-bd44-42dc-be82-bd73bcdaf1dd
,
87435bb6-1803-4713-aed2-2ea7bcc5b9ae
}
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-05-16T03:26:34.648Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 23cd20ea-bd44-42dc-be82-bd73bcdaf1dd from URL: /sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml
2022-05-16T03:26:34.648Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-16T03:26:34.648Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml
2022-05-16T03:26:34.898Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-16T03:26:34.899Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml 23cd20ea-bd44-42dc-be82-bd73bcdaf1dd 20368
2022-05-16T03:26:34.899Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-16T03:26:34.899Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml
2022-05-16T03:26:34.899Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-16T03:26:34.899Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:26:34.901Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:26:34.902Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671594899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:26:35.001Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-16T03:26:35.002Z||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-05-16T03:26:35.002Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:26:35.016Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:26:35.016Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:26:35.902Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 87435bb6-1803-4713-aed2-2ea7bcc5b9ae from URL: /sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env
2022-05-16T03:26:35.903Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-16T03:26:35.903Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env
2022-05-16T03:26:36.016Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-16T03:26:36.016Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env 87435bb6-1803-4713-aed2-2ea7bcc5b9ae 2098
2022-05-16T03:26:36.016Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-16T03:26:36.016Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env
2022-05-16T03:26:36.016Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-16T03:26:36.017Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:26:36.018Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:26:36.018Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671596016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:26:36.119Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:26:36.119Z||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-05-16T03:26:36.120Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:26:36.133Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:26:36.134Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:26:37.019Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b5f267c0-798c-4360-a216-b76ab14c16f0
2022-05-16T03:26:37.020Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 90832e31-0dc0 0 32c2a793-3b7c-4c54-b4ec-d175a30fe3a7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-16T03:26:37.051Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58378dec, org.onap.sdc.toscaparser.api.parameters.Input@e154971, org.onap.sdc.toscaparser.api.parameters.Input@13088550, org.onap.sdc.toscaparser.api.parameters.Input@1fe39173, org.onap.sdc.toscaparser.api.parameters.Input@7bdf378e]
2022-05-16T03:26:37.053Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:37.054Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-16 03-23-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:26:37.054Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-05-16T03:26:37.054Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 97f39d4e-f041-48cd-8eb0-e6ed4d1f59c0
2022-05-16T03:26:37.054Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 97f39d4e-f041-48cd-8eb0-e6ed4d1f59c0 matches Tosca VF Customization UUID: 97f39d4e-f041-48cd-8eb0-e6ed4d1f59c0
2022-05-16T03:26:37.054Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 97f39d4e-f041-48cd-8eb0-e6ed4d1f59c0 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-05-16T03:26:37.059Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:37.059Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-16 03-23-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:26:37.060Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 97f39d4e-f041-48cd-8eb0-e6ed4d1f59c0: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-16T03:26:37.061Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c466346
2022-05-16T03:26:37.061Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:37.061Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-16 03-23-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-16T03:26:37.061Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 238dc3e7-f677-4681-8332-65ca781bac1d
2022-05-16T03:26:37.062Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 238dc3e7-f677-4681-8332-65ca781bac1d
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-05-16T03:26:37.068Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:37.068Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vFW 90832e31-0dc0 0 is matching search criteria
2022-05-16T03:26:37.068Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 90832e31-0dc0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-16T03:26:37.068Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:37.068Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vFW 90832e31-0dc0 0 is matching search criteria
2022-05-16T03:26:37.069Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 90832e31-0dc0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-16T03:26:37.069Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:37.069Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vFW 90832e31-0dc0 0 is not matching search criteria
2022-05-16T03:26:37.069Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-16T03:26:37.069Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-16T03:26:37.069Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-16T03:26:37.069Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-16T03:26:37.069Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-16T03:26:37.069Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-16T03:26:37.070Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-16T03:26:37.070Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-16T03:26:37.070Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-16T03:26:37.070Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-16T03:26:37.070Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-16T03:26:37.070Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2a18ae0f-e0fd-48ee-8454-2aaac35fee63
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-05-16T03:26:37.079Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:37.079Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vFW 90832e31-0dc0 0 is matching search criteria
2022-05-16T03:26:37.079Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 90832e31-0dc0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-16T03:26:37.079Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:37.079Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vFW 90832e31-0dc0 0 is not matching search criteria
2022-05-16T03:26:37.080Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-16T03:26:37.080Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-16T03:26:37.080Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-16T03:26:37.080Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-16T03:26:37.080Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-16T03:26:37.080Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-16T03:26:37.080Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-16T03:26:37.080Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-16T03:26:37.080Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-16T03:26:37.081Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-16T03:26:37.081Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-16T03:26:37.081Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-16T03:26:37.081Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d1e8d5f8-fb00-4019-bbf4-80a4ba1dbfb7
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-05-16T03:26:37.082Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:37.083Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vFW 90832e31-0dc0 0 is matching search criteria
2022-05-16T03:26:37.083Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 90832e31-0dc0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-16T03:26:37.085Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:37.085Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vFW 90832e31-0dc0 0 is not matching search criteria
2022-05-16T03:26:37.085Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-16T03:26:37.085Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-16T03:26:37.085Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-16T03:26:37.085Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-16T03:26:37.085Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-16T03:26:37.085Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-16T03:26:37.085Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-16T03:26:37.085Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-16T03:26:37.086Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-16T03:26:37.086Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-16T03:26:37.086Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-16T03:26:37.086Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-16T03:26:37.086Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bbb9d429-1181-4763-8c4b-b5f78cf90005
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-05-16T03:26:37.088Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:37.088Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vFW 90832e31-0dc0 0 is matching search criteria
2022-05-16T03:26:37.088Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 90832e31-0dc0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-16T03:26:37.088Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:37.089Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Node template vFW 90832e31-0dc0 0 is matching search criteria
2022-05-16T03:26:37.089Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 90832e31-0dc0 0] matching following query criteria: sdcType=VF, customizationUUID=97f39d4e-f041-48cd-8eb0-e6ed4d1f59c0
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-05-16T03:26:37.090Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:37.090Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-16 03-23-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:26:37.090Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b5f267c0-798c-4360-a216-b76ab14c16f0: vFW 90832e31-0dc0
2022-05-16T03:26:37.091Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:37.091Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-16 03-23-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:26:37.091Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:37.091Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-16 03-23-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:26:37.091Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:37.091Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-16 03-23-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:26:37.092Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:37.092Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-16 03-23-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:26:37.092Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:26:37.092Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-16 03-23-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:26:37.092Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-05-16 03-23-36
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-05-16T03:26:37.360Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 90832e31-0dc0 32c2a793-3b7c-4c54-b4ec-d175a30fe3a7 1 ASDC deployResourceStructure
2022-05-16T03:26:37.360Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json ASDC sendASDCNotification
2022-05-16T03:26:37.360Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json
2022-05-16T03:26:37.360Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-16T03:26:37.361Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:26:37.362Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:26:37.362Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671597360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json",
"status": "DEPLOY_OK"
}
2022-05-16T03:26:37.463Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:26:37.464Z||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-05-16T03:26:37.464Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:26:37.479Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:26:37.479Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:26:38.363Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-16T03:26:38.364Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml
2022-05-16T03:26:38.364Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-16T03:26:38.364Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:26:38.366Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:26:38.366Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671598363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-16T03:26:38.466Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:26:38.467Z||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-05-16T03:26:38.467Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:26:38.481Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:26:38.481Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-16T03:26:39.367Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-16T03:26:39.367Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env
2022-05-16T03:26:39.367Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-16T03:26:39.367Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:26:39.369Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:26:39.369Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671599367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-16T03:26:39.469Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:26:39.470Z||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-05-16T03:26:39.470Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:26:39.486Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:26:39.486Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:26:40.370Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar ASDC sendASDCNotification
2022-05-16T03:26:40.371Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar
2022-05-16T03:26:40.371Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-16T03:26:40.371Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:26:40.373Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:26:40.373Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671600370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-16T03:26:40.473Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:26:40.474Z||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-05-16T03:26:40.474Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:26:40.488Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:26:40.489Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:26:41.375Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
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-05-16T03:26:41.401Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
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-05-16T03:26:41.403Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-16T03:26:41.403Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-16T03:26:41.404Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-16T03:27:11.404Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
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-05-16T03:27:11.416Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
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-05-16T03:27:11.419Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-16T03:27:11.419Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-16T03:27:11.419Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-16T03:27:19.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:27:19.418Z||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-05-16T03:27:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:27:19.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:27:19.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:27:19.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "aai-ml",
"timestamp": 1652671580548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:27:19.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:27:41.419Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
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-05-16T03:27:41.431Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
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-05-16T03:27:41.433Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-16T03:27:41.433Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-16T03:27:41.433Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-16T03:28:11.433Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
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-05-16T03:28:11.444Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
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-05-16T03:28:11.446Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-16T03:28:11.446Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-16T03:28:11.447Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-16T03:28:19.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:28:19.418Z||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-05-16T03:28:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:28:19.445Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:28:19.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:28:19.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "policy-id",
"timestamp": 1652671580600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:28:19.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:28:19.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:28:19.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "cds",
"timestamp": 1652671576206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:28:19.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:28:19.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:28:19.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "ves-openapi-manager",
"timestamp": 1652671581014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:28:19.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:28:19.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:28:19.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671579214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:28:19.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:28:41.447Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
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-05-16T03:28:41.459Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
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-05-16T03:28:41.461Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-16T03:28:41.461Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-16T03:28:41.461Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-16T03:29:11.461Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
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-05-16T03:29:11.473Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
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-05-16T03:29:11.476Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-16T03:29:11.476Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-16T03:29:11.476Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-16T03:29:19.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:29:19.418Z||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-05-16T03:29:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:29:19.448Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:29:19.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671579416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json",
"status": "NOTIFIED"
}
2022-05-16T03:29:19.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "aai-ml",
"timestamp": 1652671580548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "policy-id",
"timestamp": 1652671580600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "cds",
"timestamp": 1652671576206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "ves-openapi-manager",
"timestamp": 1652671581014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671579214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json",
"status": "NOTIFIED"
}
2022-05-16T03:29:19.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671579416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-16T03:29:19.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "aai-ml",
"timestamp": 1652671580548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "policy-id",
"timestamp": 1652671580600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-16T03:29:19.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "cds",
"timestamp": 1652671576206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "ves-openapi-manager",
"timestamp": 1652671581014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671579214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-16T03:29:19.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671579416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "aai-ml",
"timestamp": 1652671580548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "policy-id",
"timestamp": 1652671580600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "cds",
"timestamp": 1652671576206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "ves-openapi-manager",
"timestamp": 1652671581014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671579214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671579416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-16T03:29:19.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "aai-ml",
"timestamp": 1652671580548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "policy-id",
"timestamp": 1652671580600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "cds",
"timestamp": 1652671576206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "ves-openapi-manager",
"timestamp": 1652671581014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671579214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-16T03:29:19.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671579416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "aai-ml",
"timestamp": 1652671580548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "policy-id",
"timestamp": 1652671580600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.461Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "cds",
"timestamp": 1652671576206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.461Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "ves-openapi-manager",
"timestamp": 1652671581014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.461Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671579214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.461Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671579416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:29:19.462Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "aai-ml",
"timestamp": 1652671580548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:29:19.462Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "policy-id",
"timestamp": 1652671580600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:29:19.462Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "cds",
"timestamp": 1652671576206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:29:19.462Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "ves-openapi-manager",
"timestamp": 1652671581014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.463Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671579214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:29:19.463Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671589198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:29:19.463Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "cds",
"timestamp": 1652671589215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:29:19.463Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "policy-id",
"timestamp": 1652671589214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:29:19.464Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671589305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:29:19.464Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "aai-ml",
"timestamp": 1652671589327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:29:19.464Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "cds",
"timestamp": 1652671590227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-16T03:29:19.473Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
2022-05-16T03:29:19.473Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12 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-05-16T03:29:19.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "policy-id",
"timestamp": 1652671590221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-16T03:29:19.481Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671590404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:29:19.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "policy-id",
"timestamp": 1652671591225,
"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-05-16T03:29:19.486Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
2022-05-16T03:29:19.487Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12 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-05-16T03:29:19.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671591601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:29:19.495Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671592733,
"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-05-16T03:29:19.501Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
2022-05-16T03:29:19.501Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-16T03:29:19.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671593627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:29:19.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671593738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json",
"status": "DEPLOY_OK"
}
2022-05-16T03:29:19.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671594899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:29:19.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671596016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:29:19.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652671595767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671597360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json",
"status": "DEPLOY_OK"
}
2022-05-16T03:29:19.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652671595767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671598363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-16T03:29:19.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652671595767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671599367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-16T03:29:19.510Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652671595767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671600370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-16T03:29:19.510Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652671595767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652671595767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "clamp",
"timestamp": 1652671600822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652671595767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:29:19.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "clamp",
"timestamp": 1652671600822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vfw90832e310dc00_modules.json",
"status": "NOTIFIED"
}
2022-05-16T03:29:19.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "clamp",
"timestamp": 1652671600822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652671603651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:29:19.512Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "clamp",
"timestamp": 1652671600822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "clamp",
"timestamp": 1652671600822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/resourceInstances/vfw90832e310dc00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "clamp",
"timestamp": 1652671600822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:29:19.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "clamp",
"timestamp": 1652671600822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:29:19.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:29:19.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "aai-ml",
"timestamp": 1652671608117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-16T03:29:19.513Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652671608658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-16T03:29:19.513Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "aai-ml",
"timestamp": 1652671609121,
"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-05-16T03:29:19.517Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
2022-05-16T03:29:19.517Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12 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-05-16T03:29:19.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652671609663,
"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-05-16T03:29:19.530Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
2022-05-16T03:29:19.531Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12 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-05-16T03:29:19.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "clamp",
"timestamp": 1652671617667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:29:19.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "clamp",
"timestamp": 1652671619682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220516032336/1.0/artifacts/service-Vfw20220516032336-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-16T03:29:19.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:29:19.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:29:19.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "clamp",
"timestamp": 1652671620686,
"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-05-16T03:29:19.544Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
2022-05-16T03:29:19.544Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12 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-05-16T03:29:41.476Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
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-05-16T03:29:41.487Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12
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-05-16T03:29:41.490Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-16T03:29:41.490Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-16T03:29:41.490Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-16T03:29:41.491Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-16T03:29:41.491Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-16T03:29:41.491Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-16T03:29:41.491Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-16T03:29:41.491Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-16T03:29:41.491Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-16T03:29:41.491Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-16T03:29:41.491Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-16T03:29:41.496Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-16T03:30:11.496Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12 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-05-16T03:30:11.504Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12 and serviceModelVersionId: b5f267c0-798c-4360-a216-b76ab14c16f0
2022-05-16T03:30:11.504Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54d5fabd-1be0-49ba-b684-017bd7c87cdb
2022-05-16T03:30:19.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:30:19.418Z||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-05-16T03:30:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:30:19.945Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:30:19.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "ves-openapi-manager",
"timestamp": 1652671661014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "clamp",
"timestamp": 1652671660822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671659214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652671655767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "policy-id",
"timestamp": 1652671660600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "ves-openapi-manager",
"timestamp": 1652671661014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "clamp",
"timestamp": 1652671660822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json",
"status": "NOTIFIED"
}
2022-05-16T03:30:19.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671659214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json",
"status": "NOTIFIED"
}
2022-05-16T03:30:19.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652671655767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "policy-id",
"timestamp": 1652671660600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "ves-openapi-manager",
"timestamp": 1652671661014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "clamp",
"timestamp": 1652671660822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671659214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-16T03:30:19.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652671655767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "policy-id",
"timestamp": 1652671660600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-16T03:30:19.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "ves-openapi-manager",
"timestamp": 1652671661014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "clamp",
"timestamp": 1652671660822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671659214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652671655767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "policy-id",
"timestamp": 1652671660600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "cds",
"timestamp": 1652671666206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "ves-openapi-manager",
"timestamp": 1652671661014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "clamp",
"timestamp": 1652671660822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671659214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-16T03:30:19.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652671655767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "policy-id",
"timestamp": 1652671660600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "cds",
"timestamp": 1652671666206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "ves-openapi-manager",
"timestamp": 1652671661014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "clamp",
"timestamp": 1652671660822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671659214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652671655767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "policy-id",
"timestamp": 1652671660600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "cds",
"timestamp": 1652671666206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "ves-openapi-manager",
"timestamp": 1652671661014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671659214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:30:19.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "clamp",
"timestamp": 1652671660822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:30:19.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652671655767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:30:19.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "policy-id",
"timestamp": 1652671660600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:30:19.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "cds",
"timestamp": 1652671666206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "cds",
"timestamp": 1652671666206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671671019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:30:19.956Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:30:19.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "policy-id",
"timestamp": 1652671671020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:30:19.956Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:30:19.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652671671117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:30:19.956Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:30:19.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "aai-ml",
"timestamp": 1652671670548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "cds",
"timestamp": 1652671666206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "policy-id",
"timestamp": 1652671672023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-16T03:30:19.957Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:30:19.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "aai-ml",
"timestamp": 1652671670548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671672265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:30:19.957Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:30:19.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "cds",
"timestamp": 1652671666206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:30:19.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "policy-id",
"timestamp": 1652671673026,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-16T03:30:19.975Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9a1de17-855b-4b38-9f53-8b7b2a4b6d50
2022-05-16T03:30:19.976Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9a1de17-855b-4b38-9f53-8b7b2a4b6d50 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-05-16T03:30:19.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "aai-ml",
"timestamp": 1652671670548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671673425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:30:19.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:30:19.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652671673639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-16T03:30:19.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:30:19.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "cds",
"timestamp": 1652671674112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:30:19.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:30:19.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "aai-ml",
"timestamp": 1652671670548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:19.985Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:19.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671674451,
"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-05-16T03:30:19.989Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9a1de17-855b-4b38-9f53-8b7b2a4b6d50
2022-05-16T03:30:19.989Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9a1de17-855b-4b38-9f53-8b7b2a4b6d50 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-16T03:30:19.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:19.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652671674643,
"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-05-16T03:30:20.002Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f9a1de17-855b-4b38-9f53-8b7b2a4b6d50
2022-05-16T03:30:20.002Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9a1de17-855b-4b38-9f53-8b7b2a4b6d50 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-05-16T03:30:20.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:20.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "cds",
"timestamp": 1652671675115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-16T03:30:20.014Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f9a1de17-855b-4b38-9f53-8b7b2a4b6d50
2022-05-16T03:30:20.014Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9a1de17-855b-4b38-9f53-8b7b2a4b6d50 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-05-16T03:30:20.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:20.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "aai-ml",
"timestamp": 1652671670548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:20.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:20.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:20.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652671675454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-16T03:30:20.023Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:30:20.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:20.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "aai-ml",
"timestamp": 1652671670548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:20.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:20.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:20.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "aai-ml",
"timestamp": 1652671670548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:30:20.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:30:20.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:20.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "aai-ml",
"timestamp": 1652671678592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:30:20.024Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:30:20.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:20.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "clamp",
"timestamp": 1652671678669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:30:20.024Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:30:20.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:20.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "clamp",
"timestamp": 1652671680678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-16T03:30:20.024Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:30:20.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:20.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "clamp",
"timestamp": 1652671681681,
"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-05-16T03:30:20.029Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f9a1de17-855b-4b38-9f53-8b7b2a4b6d50
2022-05-16T03:30:20.029Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9a1de17-855b-4b38-9f53-8b7b2a4b6d50 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-05-16T03:30:20.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:20.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "aai-ml",
"timestamp": 1652671685492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-16T03:30:20.038Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:30:20.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:30:20.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "aai-ml",
"timestamp": 1652671686497,
"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-05-16T03:30:20.043Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f9a1de17-855b-4b38-9f53-8b7b2a4b6d50
2022-05-16T03:30:20.043Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9a1de17-855b-4b38-9f53-8b7b2a4b6d50 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-05-16T03:30:22.852Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54d5fabd-1be0-49ba-b684-017bd7c87cdb/model-vers/model-ver/b5f267c0-798c-4360-a216-b76ab14c16f0?depth=0
2022-05-16T03:30:22.939Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-16T03:30:23.362Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54d5fabd-1be0-49ba-b684-017bd7c87cdb/model-vers/model-ver/b5f267c0-798c-4360-a216-b76ab14c16f0?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-05-16T03:30:23.366Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54d5fabd-1be0-49ba-b684-017bd7c87cdb/model-vers/model-ver/b5f267c0-798c-4360-a216-b76ab14c16f0?depth=0|INFO|500||Invoke
2022-05-16T03:30:23.526Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54d5fabd-1be0-49ba-b684-017bd7c87cdb/model-vers/model-ver/b5f267c0-798c-4360-a216-b76ab14c16f0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-16T03:30:24.016Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54d5fabd-1be0-49ba-b684-017bd7c87cdb/model-vers/model-ver/b5f267c0-798c-4360-a216-b76ab14c16f0?depth=0|INFO|500||InvokeReturn
2022-05-16T03:30:24.017Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54d5fabd-1be0-49ba-b684-017bd7c87cdb/model-vers/model-ver/b5f267c0-798c-4360-a216-b76ab14c16f0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220516-03:30:23:534-76214], vertex-id=[442424], Content-Length=[0], Date=[Mon, 16 May 2022 03:30:23 GMT], Content-Type=[application/json]}
2022-05-16T03:30:24.017Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-05-16T03:30:24.020Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-16T03:30:24.020Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-16T03:30:24.025Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-16T03:30:24.026Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-16T03:30:24.027Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-16T03:30:24.027Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:30:24.029Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:30:24.029Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671824026,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-16T03:30:24.129Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:30:24.130Z||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-05-16T03:30:24.130Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:30:24.145Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:30:24.145Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-16T03:30:25.041Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:30:25.042Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|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-05-16T03:30:25.042Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:30:29.465Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:30:29.466Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-16T03:30:29.466Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f9a1de17-855b-4b38-9f53-8b7b2a4b6d50","serviceName":"basic_onboard_elradS","serviceVersion":"1.0","serviceUUID":"12c324af-4178-486b-bf50-e20887d498ce","serviceDescription":"service","serviceInvariantUUID":"3d746209-013c-4b71-bde5-9b5a2853b136","resources":[{"resourceInstanceName":"basic_onboard_elradS 0","resourceName":"basic_onboard_elradS","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b0745fa8-99e4-4563-ad3f-96808bb93898","resourceInvariantUUID":"e7680e93-3749-432d-8022-a05863b9e24a","resourceCustomizationUUID":"776b3cc0-5071-4cef-b259-7e6f02349444","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/vf-license-model.xml","artifactChecksum":"OWRiOTgwMzIxOWVmYTYzM2NiODBmOWQ3NGQxZDIwZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b52c5493-4ff3-4d02-a2a7-0ab4e872670a","artifactVersion":"1"},{"artifactName":"basic_onboard_elrads0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json","artifactChecksum":"ZWU1ZjRkN2ZmOWM4YWI0ZTA4Zjk2Y2M4YWM0NDRiZGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"421c62f2-07c6-447d-9bd2-f1065174bbd0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8ed033fb-14b3-47ed-b5ac-6ff48ccfef4d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7544e4dd-2829-474b-b8a2-8e053a5aabf9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2238773b-87ad-47a3-afe3-8dac2c3021c4","artifactVersion":"2","generatedFromUUID":"8ed033fb-14b3-47ed-b5ac-6ff48ccfef4d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardElrads-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-template.yml","artifactChecksum":"ZDYzMzNlY2ZmNDZiMDZiNjQ5YzUyNzlmZTRlNTU2NTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7fb9d6a9-6a06-4667-86b2-777678970508","artifactVersion":"1"},{"artifactName":"service-BasicOnboardElrads-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar","artifactChecksum":"Mzc5MDViODgwNDM1ZmQ5NjA4MGFjMmQ3NjM3NGRiNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"582c245f-06c9-4da6-b0b5-159c04469bf6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-16T03:30:29.467Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:30:29.468Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:30:29.469Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:30:29.469Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671825041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:29.569Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:30:29.570Z||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-05-16T03:30:29.570Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:30:29.585Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:30:29.585Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:30:30.469Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:30:30.470Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:30:30.472Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:30:30.472Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671825041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json",
"status": "NOTIFIED"
}
2022-05-16T03:30:30.572Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:30:30.573Z||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-05-16T03:30:30.573Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:30:30.587Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:30:30.587Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-16T03:30:31.473Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:30:31.473Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:30:31.475Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:30:31.475Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671825041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-16T03:30:31.575Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:30:31.576Z||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-05-16T03:30:31.576Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:30:31.591Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:30:31.592Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:30:32.489Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:30:32.492Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:30:32.495Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:30:32.495Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671825041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:32.596Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-16T03:30:32.597Z||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-05-16T03:30:32.597Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:30:32.612Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:30:32.613Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:30:33.496Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:30:33.497Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:30:33.498Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:30:33.499Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671825041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-16T03:30:33.599Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:30:33.599Z||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-05-16T03:30:33.600Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:30:33.615Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:30:33.616Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:30:34.499Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:30:34.500Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:30:34.502Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:30:34.502Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671825041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:30:34.602Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:30:34.603Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-16T03:30:34.603Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:30:34.618Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:30:34.618Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:30:35.502Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:30:35.503Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:30:35.505Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:30:35.505Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671825041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:30:35.605Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:30:35.606Z||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-05-16T03:30:35.606Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:30:35.621Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:30:35.621Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:30:36.506Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"serviceName": "basic_onboard_elradS",
"serviceVersion": "1.0",
"serviceUUID": "12c324af-4178-486b-bf50-e20887d498ce",
"serviceDescription": "service",
"serviceInvariantUUID": "3d746209-013c-4b71-bde5-9b5a2853b136",
"resources": [
{
"resourceInstanceName": "basic_onboard_elradS 0",
"resourceCustomizationUUID": "776b3cc0-5071-4cef-b259-7e6f02349444",
"resourceName": "basic_onboard_elradS",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b0745fa8-99e4-4563-ad3f-96808bb93898",
"resourceInvariantUUID": "e7680e93-3749-432d-8022-a05863b9e24a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_elrads0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json",
"artifactChecksum": "ZWU1ZjRkN2ZmOWM4YWI0ZTA4Zjk2Y2M4YWM0NDRiZGM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "421c62f2-07c6-447d-9bd2-f1065174bbd0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8ed033fb-14b3-47ed-b5ac-6ff48ccfef4d",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2238773b-87ad-47a3-afe3-8dac2c3021c4",
"generatedFromUUID": "8ed033fb-14b3-47ed-b5ac-6ff48ccfef4d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2238773b-87ad-47a3-afe3-8dac2c3021c4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardElrads-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"artifactChecksum": "Mzc5MDViODgwNDM1ZmQ5NjA4MGFjMmQ3NjM3NGRiNmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "582c245f-06c9-4da6-b0b5-159c04469bf6"
}
],
"workloadContext": "Production"
}
2022-05-16T03:30:36.507Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-16T03:30:36.507Z|6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12c324af-4178-486b-bf50-e20887d498ce ASDC
2022-05-16T03:30:36.508Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f9a1de17-855b-4b38-9f53-8b7b2a4b6d50
ServiceName:basic_onboard_elradS
ServiceVersion:1.0
ServiceUUID:12c324af-4178-486b-bf50-e20887d498ce
ServiceInvariantUUID:3d746209-013c-4b71-bde5-9b5a2853b136
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardElrads-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar
ArtifactUUID:582c245f-06c9-4da6-b0b5-159c04469bf6
ArtifactChecksum:Mzc5MDViODgwNDM1ZmQ5NjA4MGFjMmQ3NjM3NGRiNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_elradS 0
ResourceCustomizationUUID:776b3cc0-5071-4cef-b259-7e6f02349444
ResourceInvariantUUID:e7680e93-3749-432d-8022-a05863b9e24a
ResourceName:basic_onboard_elradS
ResourceType:VF
ResourceUUID:b0745fa8-99e4-4563-ad3f-96808bb93898
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_elrads0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json
ArtifactUUID:421c62f2-07c6-447d-9bd2-f1065174bbd0
ArtifactChecksum:ZWU1ZjRkN2ZmOWM4YWI0ZTA4Zjk2Y2M4YWM0NDRiZGM=
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/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8ed033fb-14b3-47ed-b5ac-6ff48ccfef4d
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/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env
ArtifactUUID:2238773b-87ad-47a3-afe3-8dac2c3021c4
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/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env
ArtifactUUID:2238773b-87ad-47a3-afe3-8dac2c3021c4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-16T03:30:36.508Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12c324af-4178-486b-bf50-e20887d498ce 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-05-16T03:30:36.539Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-16T03:30:36.540Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-16T03:30:36.540Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-16T03:30:36.540Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 582c245f-06c9-4da6-b0b5-159c04469bf6 from URL: /sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar
2022-05-16T03:30:36.540Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-16T03:30:36.540Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar
2022-05-16T03:30:36.612Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-16T03:30:36.615Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar 582c245f-06c9-4da6-b0b5-159c04469bf6 71564
2022-05-16T03:30:36.615Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar ASDC sendASDCNotification
2022-05-16T03:30:36.615Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar
2022-05-16T03:30:36.615Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-16T03:30:36.615Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:30:36.617Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:30:36.617Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671836615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:30:36.717Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:30:36.718Z||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-05-16T03:30:36.718Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:30:36.734Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:30:36.734Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-16T03:30:37.617Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-16T03:30:37.619Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-16T03:30:37.619Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 582c245f-06c9-4da6-b0b5-159c04469bf6, URL: /sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar to file: /app/ASDC/1/service-BasicOnboardElrads-csar.csar
2022-05-16T03:30:37.619Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardElrads-csar.csar
2022-05-16T03:30:37.620Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardElrads-csar.csar
2022-05-16T03:30:37.620Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardElrads-csar.csar
2022-05-16T03:30:37.748Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12081061720848765334/Definitions/service-BasicOnboardElrads-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-16T03:30:39.021Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-16T03:30:39.021Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-16T03:30:39.021Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardElrads-csar.csar
2022-05-16T03:30:39.021Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-16T03:30:39.021Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardElrads-csar.csar
2022-05-16T03:30:39.021Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardElrads-csar.csar
2022-05-16T03:30:39.021Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardElrads-csar.csar
2022-05-16T03:30:39.021Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardElrads-csar.csar
2022-05-16T03:30:39.022Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardElrads-csar.csar
2022-05-16T03:30:39.022Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardElrads-csar.csar
2022-05-16T03:30:39.022Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_elradS 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardElrads-csar.csar
2022-05-16T03:30:39.022Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardElrads-csar.csar
2022-05-16T03:30:39.022Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||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-BasicOnboardElrads-csar.csar
2022-05-16T03:30:39.022Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-16T03:30:39.022Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:39.022Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_elradS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:30:39.022Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_elradS 0 is matching search criteria
2022-05-16T03:30:39.022Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-16T03:30:39.022Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_elradS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-16T03:30:39.023Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:39.023Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_elradS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:30:39.023Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_elradS 0 is matching search criteria
2022-05-16T03:30:39.023Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-16T03:30:39.023Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_elradS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-16T03:30:39.023Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:39.023Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_elradS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:30:39.023Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:39.023Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_elradS 0 is not matching search criteria
2022-05-16T03:30:39.023Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-16T03:30:39.024Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-16T03:30:39.024Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-16T03:30:39.024Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-16T03:30:39.024Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-16T03:30:39.024Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:39.024Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_elradS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-16T03:30:39.024Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:39.024Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_elradS 0 is matching search criteria
2022-05-16T03:30:39.024Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_elradS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-16T03:30:39.025Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:39.025Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_elradS 0 is matching search criteria
2022-05-16T03:30:39.025Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_elradS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-16T03:30:39.025Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:39.025Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_elradS 0 is matching search criteria
2022-05-16T03:30:39.025Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_elradS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-16T03:30:39.025Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:39.025Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_elradS 0 is not matching search criteria
2022-05-16T03:30:39.025Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-16T03:30:39.025Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-16T03:30:39.026Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bdabda52-a4a9-4a8e-aa54-1e5f0d0c5a7a
2022-05-16T03:30:39.026Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:39.026Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_elradS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:30:39.026Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:39.026Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_elradS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:30:39.026Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:39.026Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_elradS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:30:39.026Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:39.026Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_elradS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:30:39.026Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_elradS
Description:service
Model UUID:12c324af-4178-486b-bf50-e20887d498ce
Model Version:NULL
Model InvariantUuid:3d746209-013c-4b71-bde5-9b5a2853b136
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_elradS
Model UUID:81257943-c6f4-4f33-bdec-e13e50548845
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e7680e93-3749-432d-8022-a05863b9e24a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:776b3cc0-5071-4cef-b259-7e6f02349444
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:21a9b3fc-44a9-4b15-8c23-f0aba00307ef
ModelName:BasicOnboardElrads..base_ubuntu18..module-0
ModelUuid:bb8dcbc6-04e6-45e7-8e54-225e1d5fb959
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bdabda52-a4a9-4a8e-aa54-1e5f0d0c5a7a
ModelInvariantUuid:8a46ab0b-c152-4205-bd13-c472015cf1d9
ModelName:basic_onboard_elradS-nodes.ubuntu18Cvfc
ModelUuid:155586c0-36a3-456f-a3c3-47aba263786d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ef86a341-61f4-4d04-8c49-cc929e232f2d
ModelInvariantUuid:9031c79b-69c0-4aef-8f08-b510bc63e6ef
ModelName:BasicOnboardElrads.compute.nodes.heat.ubuntu18
ModelUuid:c629f6cb-c9f9-45a5-96c5-940737397388
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-05-16T03:30:39.034Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b0745fa8-99e4-4563-ad3f-96808bb93898
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-05-16T03:30:39.036Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||basic_onboard_elradS 0
2022-05-16T03:30:39.036Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b0745fa8-99e4-4563-ad3f-96808bb93898
2022-05-16T03:30:39.036Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 421c62f2-07c6-447d-9bd2-f1065174bbd0 from URL: /sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json
2022-05-16T03:30:39.036Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-16T03:30:39.036Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json
2022-05-16T03:30:39.134Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-16T03:30:39.135Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json 421c62f2-07c6-447d-9bd2-f1065174bbd0 798
2022-05-16T03:30:39.135Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json ASDC sendASDCNotification
2022-05-16T03:30:39.135Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json
2022-05-16T03:30:39.135Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-16T03:30:39.135Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:30:39.137Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:30:39.137Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671839135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:30:39.237Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:30:39.238Z||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-05-16T03:30:39.238Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:30:39.252Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:30:39.253Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:30:40.137Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardElrads..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "21a9b3fc-44a9-4b15-8c23-f0aba00307ef",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb8dcbc6-04e6-45e7-8e54-225e1d5fb959",
"vfModuleModelCustomizationUUID": "b5f68684-582f-40a0-85f2-9f3cb9d60179",
"isBase": true,
"artifacts": [
"8ed033fb-14b3-47ed-b5ac-6ff48ccfef4d",
"2238773b-87ad-47a3-afe3-8dac2c3021c4"
],
"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-05-16T03:30:40.142Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardElrads..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb8dcbc6-04e6-45e7-8e54-225e1d5fb959
VfModuleModelInvariantUUID:21a9b3fc-44a9-4b15-8c23-f0aba00307ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
8ed033fb-14b3-47ed-b5ac-6ff48ccfef4d
,
2238773b-87ad-47a3-afe3-8dac2c3021c4
}
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-05-16T03:30:40.143Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardElrads..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "21a9b3fc-44a9-4b15-8c23-f0aba00307ef",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bb8dcbc6-04e6-45e7-8e54-225e1d5fb959",
"vfModuleModelCustomizationUUID": "b5f68684-582f-40a0-85f2-9f3cb9d60179",
"isBase": true,
"artifacts": [
"8ed033fb-14b3-47ed-b5ac-6ff48ccfef4d",
"2238773b-87ad-47a3-afe3-8dac2c3021c4"
],
"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-05-16T03:30:40.143Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardElrads..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb8dcbc6-04e6-45e7-8e54-225e1d5fb959
VfModuleModelInvariantUUID:21a9b3fc-44a9-4b15-8c23-f0aba00307ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
8ed033fb-14b3-47ed-b5ac-6ff48ccfef4d
,
2238773b-87ad-47a3-afe3-8dac2c3021c4
}
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-05-16T03:30:40.143Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8ed033fb-14b3-47ed-b5ac-6ff48ccfef4d from URL: /sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml
2022-05-16T03:30:40.144Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-16T03:30:40.144Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml
2022-05-16T03:30:40.406Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-16T03:30:40.407Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml 8ed033fb-14b3-47ed-b5ac-6ff48ccfef4d 5033
2022-05-16T03:30:40.407Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-16T03:30:40.407Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml
2022-05-16T03:30:40.407Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-16T03:30:40.408Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:30:40.409Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:30:40.409Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671840407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:30:40.509Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:30:40.510Z||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-05-16T03:30:40.510Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:30:40.525Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:30:40.525Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:30:41.410Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2238773b-87ad-47a3-afe3-8dac2c3021c4 from URL: /sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env
2022-05-16T03:30:41.410Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-16T03:30:41.410Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env
2022-05-16T03:30:41.529Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-16T03:30:41.529Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env 2238773b-87ad-47a3-afe3-8dac2c3021c4 909
2022-05-16T03:30:41.529Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-16T03:30:41.530Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env
2022-05-16T03:30:41.530Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-16T03:30:41.530Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:30:41.531Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:30:41.531Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671841529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:30:41.631Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:30:41.632Z||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-05-16T03:30:41.632Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:30:41.647Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:30:41.648Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:30:42.532Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 12c324af-4178-486b-bf50-e20887d498ce
2022-05-16T03:30:42.533Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_elradS 0 b0745fa8-99e4-4563-ad3f-96808bb93898 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-16T03:30:42.542Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1db0940d, org.onap.sdc.toscaparser.api.parameters.Input@508416a7, org.onap.sdc.toscaparser.api.parameters.Input@f8c5e22, org.onap.sdc.toscaparser.api.parameters.Input@3ea0fcf9, org.onap.sdc.toscaparser.api.parameters.Input@27a917dc]
2022-05-16T03:30:42.543Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:42.543Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_elradS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:30:42.543Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-05-16T03:30:42.543Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 776b3cc0-5071-4cef-b259-7e6f02349444
2022-05-16T03:30:42.543Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 776b3cc0-5071-4cef-b259-7e6f02349444 matches Tosca VF Customization UUID: 776b3cc0-5071-4cef-b259-7e6f02349444
2022-05-16T03:30:42.543Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 776b3cc0-5071-4cef-b259-7e6f02349444 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-05-16T03:30:42.545Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:42.545Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_elradS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:30:42.545Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 776b3cc0-5071-4cef-b259-7e6f02349444: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-16T03:30:42.545Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@724cf0c2
2022-05-16T03:30:42.546Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:42.546Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_elradS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-16T03:30:42.546Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b5f68684-582f-40a0-85f2-9f3cb9d60179
2022-05-16T03:30:42.546Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b5f68684-582f-40a0-85f2-9f3cb9d60179
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-05-16T03:30:42.548Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:42.548Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_elradS 0 is matching search criteria
2022-05-16T03:30:42.548Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_elradS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-16T03:30:42.548Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:42.548Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_elradS 0 is matching search criteria
2022-05-16T03:30:42.548Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_elradS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-16T03:30:42.548Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:42.549Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_elradS 0 is not matching search criteria
2022-05-16T03:30:42.549Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-16T03:30:42.549Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-16T03:30:42.549Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bdabda52-a4a9-4a8e-aa54-1e5f0d0c5a7a
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-05-16T03:30:42.550Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:42.550Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_elradS 0 is matching search criteria
2022-05-16T03:30:42.551Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_elradS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-16T03:30:42.551Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:42.551Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_elradS 0 is matching search criteria
2022-05-16T03:30:42.551Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_elradS 0] matching following query criteria: sdcType=VF, customizationUUID=776b3cc0-5071-4cef-b259-7e6f02349444
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-05-16T03:30:42.552Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:42.552Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_elradS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:30:42.552Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 12c324af-4178-486b-bf50-e20887d498ce: basic_onboard_elradS
2022-05-16T03:30:42.553Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:42.553Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_elradS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:30:42.553Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:42.553Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_elradS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:30:42.553Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:42.553Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_elradS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:30:42.553Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:42.553Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_elradS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:30:42.553Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:30:42.553Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_elradS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:30:42.554Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_elradS
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-05-16T03:30:42.624Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_elradS b0745fa8-99e4-4563-ad3f-96808bb93898 1 ASDC deployResourceStructure
2022-05-16T03:30:42.624Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json ASDC sendASDCNotification
2022-05-16T03:30:42.624Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json
2022-05-16T03:30:42.624Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-16T03:30:42.624Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:30:42.626Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:30:42.626Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671842624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-16T03:30:42.726Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:30:42.727Z||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-05-16T03:30:42.727Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:30:42.742Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:30:42.743Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:30:43.627Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-16T03:30:43.627Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml
2022-05-16T03:30:43.627Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-16T03:30:43.627Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:30:43.629Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:30:43.629Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671843627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-16T03:30:43.729Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:30:43.730Z||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-05-16T03:30:43.730Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:30:43.743Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:30:43.744Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-16T03:30:44.630Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-16T03:30:44.630Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env
2022-05-16T03:30:44.630Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-16T03:30:44.630Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:30:44.632Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:30:44.632Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671844629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-16T03:30:44.732Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:30:44.733Z||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-05-16T03:30:44.733Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:30:44.746Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:30:44.747Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-16T03:30:45.633Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar ASDC sendASDCNotification
2022-05-16T03:30:45.633Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar
2022-05-16T03:30:45.633Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-16T03:30:45.634Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:30:45.635Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:30:45.635Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671845633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-16T03:30:45.735Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:30:45.736Z||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-05-16T03:30:45.736Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:30:45.751Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:30:45.751Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:30:46.636Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9a1de17-855b-4b38-9f53-8b7b2a4b6d50
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-05-16T03:30:46.647Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9a1de17-855b-4b38-9f53-8b7b2a4b6d50
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-05-16T03:30:46.650Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-16T03:30:46.650Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-16T03:30:46.650Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-16T03:30:46.650Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-16T03:30:46.650Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-16T03:30:46.651Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-16T03:30:46.651Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-16T03:30:46.651Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-16T03:30:46.651Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-16T03:30:46.651Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-16T03:30:46.651Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-16T03:30:46.655Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-16T03:31:16.655Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9a1de17-855b-4b38-9f53-8b7b2a4b6d50 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-05-16T03:31:16.662Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9a1de17-855b-4b38-9f53-8b7b2a4b6d50 and serviceModelVersionId: 12c324af-4178-486b-bf50-e20887d498ce
2022-05-16T03:31:16.662Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d746209-013c-4b71-bde5-9b5a2853b136
2022-05-16T03:31:16.663Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d746209-013c-4b71-bde5-9b5a2853b136/model-vers/model-ver/12c324af-4178-486b-bf50-e20887d498ce?depth=0
2022-05-16T03:31:16.667Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-16T03:31:16.717Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d746209-013c-4b71-bde5-9b5a2853b136/model-vers/model-ver/12c324af-4178-486b-bf50-e20887d498ce?depth=0|INFO|500||Invoke
2022-05-16T03:31:16.717Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d746209-013c-4b71-bde5-9b5a2853b136/model-vers/model-ver/12c324af-4178-486b-bf50-e20887d498ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d746209-013c-4b71-bde5-9b5a2853b136/model-vers/model-ver/12c324af-4178-486b-bf50-e20887d498ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9a1de17-855b-4b38-9f53-8b7b2a4b6d50], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[69a501e3-dc59-41b0-9382-6ceb4ced9e59], X-ECOMP-RequestID=[f9a1de17-855b-4b38-9f53-8b7b2a4b6d50], X-TransactionId=[], X-ONAP-RequestID=[f9a1de17-855b-4b38-9f53-8b7b2a4b6d50], Content-Type=[application/merge-patch+json]}
2022-05-16T03:31:16.738Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d746209-013c-4b71-bde5-9b5a2853b136/model-vers/model-ver/12c324af-4178-486b-bf50-e20887d498ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-16T03:31:17.107Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d746209-013c-4b71-bde5-9b5a2853b136/model-vers/model-ver/12c324af-4178-486b-bf50-e20887d498ce?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/3d746209-013c-4b71-bde5-9b5a2853b136/model-vers/model-ver/12c324af-4178-486b-bf50-e20887d498ce?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220516-03:31:16:745-43064], vertex-id=[229472], Content-Length=[0], Date=[Mon, 16 May 2022 03:31:16 GMT], Content-Type=[application/json]}
2022-05-16T03:31:17.108Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d746209-013c-4b71-bde5-9b5a2853b136/model-vers/model-ver/12c324af-4178-486b-bf50-e20887d498ce?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-16T03:31:17.109Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d746209-013c-4b71-bde5-9b5a2853b136/model-vers/model-ver/12c324af-4178-486b-bf50-e20887d498ce?depth=0|INFO|500||InvokeReturn
2022-05-16T03:31:17.109Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-16T03:31:17.109Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-16T03:31:17.113Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-16T03:31:17.113Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9a1de17-855b-4b38-9f53-8b7b2a4b6d50 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-16T03:31:17.113Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-16T03:31:17.113Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:31:17.115Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:31:17.115Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671877113,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-16T03:31:17.216Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:31:17.217Z||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-05-16T03:31:17.217Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:31:17.233Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:31:17.233Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-16T03:31:18.129Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:31:18.129Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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-05-16T03:31:18.129Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:31:19.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:31:19.418Z||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-05-16T03:31:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:31:20.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:31:20.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:31:20.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6981ac5e-8b25-4b0a-aa6e-35ecff5e7d12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671824026,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-16T03:31:20.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:31:20.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:31:20.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671825041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:31:20.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:31:20.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:31:20.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671825041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json",
"status": "NOTIFIED"
}
2022-05-16T03:31:20.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:31:20.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:31:20.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671825041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-16T03:31:20.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:31:20.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:31:20.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671825041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:31:20.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:31:20.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:31:20.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671825041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-16T03:31:20.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:31:20.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:31:20.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671825041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:31:20.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:31:20.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:31:20.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671825041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:31:20.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-16T03:31:20.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:31:20.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671836615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:31:20.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:31:20.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:31:20.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671839135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:31:20.050Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:31:20.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:31:20.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671840407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:31:20.050Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:31:20.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:31:20.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671841529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:31:20.050Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:31:20.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:31:20.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671842624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/basic_onboard_elrads0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-16T03:31:20.050Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:31:20.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:31:20.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671843627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-16T03:31:20.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:31:20.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:31:20.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671844629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/resourceInstances/basic_onboard_elrads0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-16T03:31:20.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:31:20.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:31:20.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671845633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardElrads/1.0/artifacts/service-BasicOnboardElrads-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-16T03:31:20.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:31:20.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-16T03:31:20.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f9a1de17-855b-4b38-9f53-8b7b2a4b6d50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652671877113,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-16T03:31:20.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:31:27.671Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:31:27.672Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:31:27.673Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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-05-16T03:31:27.673Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:31:37.211Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:31:37.212Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:31:37.212Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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-05-16T03:31:37.212Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:31:46.757Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:31:46.758Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:31:46.759Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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-05-16T03:31:46.759Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:31:56.305Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:32:19.415Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:32:19.416Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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-05-16T03:32:19.416Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:32:19.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:32:19.417Z||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-05-16T03:32:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:32:28.960Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:32:28.961Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:33:19.416Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:33:19.417Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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-05-16T03:33:19.417Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:33:19.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:33:19.417Z||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-05-16T03:33:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:33:28.968Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:33:28.968Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:34:19.415Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:34:19.416Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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-05-16T03:34:19.416Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:34:19.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:34:19.417Z||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-05-16T03:34:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:34:28.965Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:34:28.968Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:35:19.415Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:35:19.416Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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-05-16T03:35:19.416Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:35:19.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:35:19.417Z||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-05-16T03:35:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:35:28.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:35:28.965Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:36:19.415Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:36:19.416Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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-05-16T03:36:19.416Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:36:19.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:36:19.417Z||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-05-16T03:36:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:36:28.965Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:36:28.965Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:37:19.415Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:37:19.416Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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-05-16T03:37:19.416Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:37:19.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:37:19.417Z||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-05-16T03:37:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:37:28.967Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:37:28.969Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:38:19.415Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:38:19.416Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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-05-16T03:38:19.416Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:38:19.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:38:19.418Z||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-05-16T03:38:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:38:28.960Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:38:28.962Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:39:19.416Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:39:19.416Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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-05-16T03:39:19.416Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:39:19.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:39:19.417Z||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-05-16T03:39:19.417Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:39:19.786Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:39:19.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:39:19.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "cds",
"timestamp": 1652672356206,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:39:19.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:39:20.051Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:39:20.052Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-16T03:39:20.052Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6379f4ca-a866-4ebb-aead-bc2b5c5b5883","serviceName":"Demo_pNF_qEO58UwvPiU9J6oWCSuq","serviceVersion":"1.0","serviceUUID":"3b456489-aea3-4e1f-b532-491d18ae8a69","serviceDescription":"catalog service description","serviceInvariantUUID":"4620f76b-c4cd-488e-bd3c-90baf7921ea0","resources":[{"resourceInstanceName":"pNF cd62ce3a-010d 0","resourceName":"pNF cd62ce3a-010d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2cff02b1-7390-4818-a1db-794eb24f0ef0","resourceInvariantUUID":"50eb1b2d-f7d1-40ed-ad5e-d639e6a1ea0d","resourceCustomizationUUID":"11da8007-f959-42c5-9cff-e4f34da859fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/vf-license-model.xml","artifactChecksum":"NGY3YzUwY2Y2NDI5NGE3N2Y0YWQ4YjAzMTA4N2Q2NGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c605b8a1-eeb0-4aaf-aa7a-4b8fed9f4098","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/pNF.csar","artifactChecksum":"NTdjOTBkYWJiNjViMTY0NmVjMjkzODY1OTIwZmIzYzc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e15a6ca2-6d70-47fa-9088-1a5e18e41d06","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb22ad84-d2a3-4481-937e-2ff6c644df49","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/vendor-license-model.xml","artifactChecksum":"ODA2NWU2ZTEwMzA5MmYxYWQ4ZWMwOWI2NzgyYWNjODI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d8bee90c-3721-4559-9cb8-4fc93db9d407","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6e97e589-4114-40f6-a295-5430d1c2cbab","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"de030b46-8e18-4406-858d-feacdf3ec581","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQeo58uwvpiu9j6owcsuq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-template.yml","artifactChecksum":"ZDY2YzFkNDNmYjM0YTFkYTIzMDIxNGU5YmExYWE1ZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd094d8d-9718-4531-ac45-703eccd8b083","artifactVersion":"1"},{"artifactName":"service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar","artifactChecksum":"NjA3ZDUxOTQ4MzgyODA5YmQyMWExY2NjODNlNDI5NGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fef695cf-e4bf-4d18-8007-217876c8efad","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-16T03:39:20.054Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:39:20.055Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:39:20.058Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:39:20.058Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672359416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:39:20.158Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:39:20.158Z||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-05-16T03:39:20.159Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:39:20.172Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:39:20.172Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-16T03:39:21.058Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:39:21.059Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:39:21.061Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:39:21.061Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672359416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:39:21.161Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:39:21.161Z||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-05-16T03:39:21.162Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:39:21.176Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:39:21.176Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:39:22.061Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:39:22.062Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:39:22.063Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:39:22.064Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672359416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:39:22.164Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:39:22.164Z||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-05-16T03:39:22.164Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:39:22.177Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:39:22.178Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:39:23.064Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:39:23.065Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:39:23.066Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:39:23.066Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672359416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:39:23.166Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:39:23.167Z||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-05-16T03:39:23.167Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:39:23.180Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:39:23.180Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:39:24.067Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:39:24.067Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:39:24.069Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:39:24.069Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672359416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:39:24.169Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:39:24.170Z||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-05-16T03:39:24.170Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:39:24.185Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:39:24.185Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:39:25.069Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:39:25.070Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:39:25.072Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:39:25.072Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672359416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:39:25.172Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:39:25.173Z||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-05-16T03:39:25.173Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:39:25.187Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:39:25.187Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:39:26.073Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:39:26.073Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:39:26.075Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:39:26.075Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672359416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:39:26.175Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:39:26.176Z||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-05-16T03:39:26.176Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:39:26.190Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:39:26.190Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:39:27.075Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:39:27.076Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:39:27.077Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:39:27.077Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672359416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:39:27.178Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:39:27.178Z||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-05-16T03:39:27.179Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:39:27.193Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:39:27.193Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:39:28.078Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"serviceName": "Demo_pNF_qEO58UwvPiU9J6oWCSuq",
"serviceVersion": "1.0",
"serviceUUID": "3b456489-aea3-4e1f-b532-491d18ae8a69",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4620f76b-c4cd-488e-bd3c-90baf7921ea0",
"resources": [
{
"resourceInstanceName": "pNF cd62ce3a-010d 0",
"resourceCustomizationUUID": "11da8007-f959-42c5-9cff-e4f34da859fa",
"resourceName": "pNF cd62ce3a-010d",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "2cff02b1-7390-4818-a1db-794eb24f0ef0",
"resourceInvariantUUID": "50eb1b2d-f7d1-40ed-ad5e-d639e6a1ea0d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"artifactChecksum": "NjA3ZDUxOTQ4MzgyODA5YmQyMWExY2NjODNlNDI5NGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fef695cf-e4bf-4d18-8007-217876c8efad"
}
],
"workloadContext": "Production"
}
2022-05-16T03:39:28.079Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-16T03:39:28.079Z|f9a1de17-855b-4b38-9f53-8b7b2a4b6d50|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b456489-aea3-4e1f-b532-491d18ae8a69 ASDC
2022-05-16T03:39:28.079Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:6379f4ca-a866-4ebb-aead-bc2b5c5b5883
ServiceName:Demo_pNF_qEO58UwvPiU9J6oWCSuq
ServiceVersion:1.0
ServiceUUID:3b456489-aea3-4e1f-b532-491d18ae8a69
ServiceInvariantUUID:4620f76b-c4cd-488e-bd3c-90baf7921ea0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar
ArtifactUUID:fef695cf-e4bf-4d18-8007-217876c8efad
ArtifactChecksum:NjA3ZDUxOTQ4MzgyODA5YmQyMWExY2NjODNlNDI5NGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF cd62ce3a-010d 0
ResourceCustomizationUUID:11da8007-f959-42c5-9cff-e4f34da859fa
ResourceInvariantUUID:50eb1b2d-f7d1-40ed-ad5e-d639e6a1ea0d
ResourceName:pNF cd62ce3a-010d
ResourceType:PNF
ResourceUUID:2cff02b1-7390-4818-a1db-794eb24f0ef0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-05-16T03:39:28.079Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b456489-aea3-4e1f-b532-491d18ae8a69 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-05-16T03:39:28.115Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-16T03:39:28.115Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-16T03:39:28.115Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-16T03:39:28.115Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fef695cf-e4bf-4d18-8007-217876c8efad from URL: /sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar
2022-05-16T03:39:28.115Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-16T03:39:28.115Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar
2022-05-16T03:39:28.490Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-16T03:39:28.494Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar fef695cf-e4bf-4d18-8007-217876c8efad 82655
2022-05-16T03:39:28.494Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar ASDC sendASDCNotification
2022-05-16T03:39:28.494Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar
2022-05-16T03:39:28.494Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-16T03:39:28.494Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:39:28.496Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:39:28.496Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672368494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:39:28.596Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:39:28.596Z||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-05-16T03:39:28.597Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:39:28.611Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:39:28.612Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-16T03:39:29.496Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-16T03:39:29.497Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-16T03:39:29.497Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: fef695cf-e4bf-4d18-8007-217876c8efad, URL: /sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar to file: /app/ASDC/1/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar
2022-05-16T03:39:29.498Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar
2022-05-16T03:39:29.498Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar
2022-05-16T03:39:29.498Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar
2022-05-16T03:39:29.679Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP228290675893283970/Definitions/service-DemoPnfQeo58uwvpiu9j6owcsuq-template.yml
2022-05-16T03:39:30.227Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-16T03:39:30.228Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-16T03:39:30.228Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar
2022-05-16T03:39:30.228Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-16T03:39:30.228Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cd62ce3a-010d 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-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar
2022-05-16T03:39:30.228Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar
2022-05-16T03:39:30.228Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar
2022-05-16T03:39:30.228Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar
2022-05-16T03:39:30.228Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar
2022-05-16T03:39:30.228Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar
2022-05-16T03:39:30.229Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar
2022-05-16T03:39:30.229Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-16T03:39:30.229Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:39:30.229Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_qEO58UwvPiU9J6oWCSuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:39:30.229Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Node template pNF cd62ce3a-010d 0 is matching search criteria
2022-05-16T03:39:30.229Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-16T03:39:30.229Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF cd62ce3a-010d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-16T03:39:30.229Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:39:30.229Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_qEO58UwvPiU9J6oWCSuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:39:30.230Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Node template pNF cd62ce3a-010d 0 is matching search criteria
2022-05-16T03:39:30.230Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-16T03:39:30.230Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF cd62ce3a-010d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-16T03:39:30.230Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:39:30.230Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_qEO58UwvPiU9J6oWCSuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:39:30.230Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:39:30.230Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_qEO58UwvPiU9J6oWCSuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:39:30.230Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:39:30.230Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_qEO58UwvPiU9J6oWCSuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:39:30.230Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:39:30.230Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_qEO58UwvPiU9J6oWCSuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:39:30.230Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:39:30.231Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_qEO58UwvPiU9J6oWCSuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:39:30.231Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_qEO58UwvPiU9J6oWCSuq
Description:catalog service description
Model UUID:3b456489-aea3-4e1f-b532-491d18ae8a69
Model Version:NULL
Model InvariantUuid:4620f76b-c4cd-488e-bd3c-90baf7921ea0
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-05-16T03:39:30.239Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2cff02b1-7390-4818-a1db-794eb24f0ef0
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-05-16T03:39:30.242Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||pNF cd62ce3a-010d 0
2022-05-16T03:39:30.242Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2cff02b1-7390-4818-a1db-794eb24f0ef0
2022-05-16T03:39:30.242Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 3b456489-aea3-4e1f-b532-491d18ae8a69
2022-05-16T03:39:30.243Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3b456489-aea3-4e1f-b532-491d18ae8a69
2022-05-16T03:39:30.243Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF cd62ce3a-010d 0 2cff02b1-7390-4818-a1db-794eb24f0ef0 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-05-16T03:39:30.246Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@145a0b0a, org.onap.sdc.toscaparser.api.parameters.Input@1d25aa21, org.onap.sdc.toscaparser.api.parameters.Input@7f72f87d, org.onap.sdc.toscaparser.api.parameters.Input@ae9107, org.onap.sdc.toscaparser.api.parameters.Input@4468d843]
2022-05-16T03:39:30.247Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:39:30.247Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_qEO58UwvPiU9J6oWCSuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:39:30.247Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3b456489-aea3-4e1f-b532-491d18ae8a69: pNF cd62ce3a-010d
2022-05-16T03:39:30.247Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||Processing PNF resource: 2cff02b1-7390-4818-a1db-794eb24f0ef0
2022-05-16T03:39:30.247Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:39:30.247Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_qEO58UwvPiU9J6oWCSuq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:39:30.247Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||Resource customization UUID: 11da8007-f959-42c5-9cff-e4f34da859fa is the same as notified resource customizationUUID: 11da8007-f959-42c5-9cff-e4f34da859fa
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-16T03:39:30.309Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF cd62ce3a-010d 2cff02b1-7390-4818-a1db-794eb24f0ef0 0 ASDC deployResourceStructure
2022-05-16T03:39:30.310Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar ASDC sendASDCNotification
2022-05-16T03:39:30.310Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar
2022-05-16T03:39:30.310Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-16T03:39:30.310Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:39:30.312Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:39:30.312Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672370310,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-16T03:39:30.412Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:39:30.413Z||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-05-16T03:39:30.413Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:39:30.426Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:39:30.426Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-16T03:39:31.313Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6379f4ca-a866-4ebb-aead-bc2b5c5b5883
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-05-16T03:39:31.325Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6379f4ca-a866-4ebb-aead-bc2b5c5b5883
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-05-16T03:39:31.327Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-16T03:39:31.328Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-16T03:39:31.328Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-16T03:40:01.328Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6379f4ca-a866-4ebb-aead-bc2b5c5b5883
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-05-16T03:40:01.339Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6379f4ca-a866-4ebb-aead-bc2b5c5b5883
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-05-16T03:40:01.341Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-16T03:40:01.341Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-16T03:40:01.341Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-16T03:40:19.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:40:19.418Z||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-05-16T03:40:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:40:19.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:40:19.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:40:19.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "clamp",
"timestamp": 1652672350822,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:40:19.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:40:31.341Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6379f4ca-a866-4ebb-aead-bc2b5c5b5883
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-05-16T03:40:31.351Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6379f4ca-a866-4ebb-aead-bc2b5c5b5883
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-05-16T03:40:31.355Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-16T03:40:31.355Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-16T03:40:31.355Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-16T03:41:01.356Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6379f4ca-a866-4ebb-aead-bc2b5c5b5883
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-05-16T03:41:01.366Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6379f4ca-a866-4ebb-aead-bc2b5c5b5883
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-05-16T03:41:01.368Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-16T03:41:01.368Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-16T03:41:01.368Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-16T03:41:19.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:41:19.418Z||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-05-16T03:41:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:41:19.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:41:19.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:41:19.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652672359214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:41:19.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:41:31.368Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6379f4ca-a866-4ebb-aead-bc2b5c5b5883
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-05-16T03:41:31.379Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6379f4ca-a866-4ebb-aead-bc2b5c5b5883
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-05-16T03:41:31.380Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-16T03:41:31.380Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-16T03:41:31.381Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-16T03:42:01.381Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6379f4ca-a866-4ebb-aead-bc2b5c5b5883
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-05-16T03:42:01.391Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6379f4ca-a866-4ebb-aead-bc2b5c5b5883
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-05-16T03:42:01.393Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-16T03:42:01.393Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-16T03:42:01.393Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-16T03:42:19.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:42:19.418Z||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-05-16T03:42:19.418Z||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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:42:19.947Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:42:19.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672359416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "cds",
"timestamp": 1652672356206,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "clamp",
"timestamp": 1652672350822,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652672359214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672359416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "aai-ml",
"timestamp": 1652672360548,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "policy-id",
"timestamp": 1652672360600,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "cds",
"timestamp": 1652672356206,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "clamp",
"timestamp": 1652672350822,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "ves-openapi-manager",
"timestamp": 1652672361014,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652672359214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672359416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "aai-ml",
"timestamp": 1652672360548,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "policy-id",
"timestamp": 1652672360600,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "cds",
"timestamp": 1652672356206,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "clamp",
"timestamp": 1652672350822,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "ves-openapi-manager",
"timestamp": 1652672361014,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652672359214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672359416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "aai-ml",
"timestamp": 1652672360548,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "policy-id",
"timestamp": 1652672360600,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "cds",
"timestamp": 1652672356206,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "clamp",
"timestamp": 1652672350822,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "ves-openapi-manager",
"timestamp": 1652672361014,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652672359214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672359416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "aai-ml",
"timestamp": 1652672360548,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "policy-id",
"timestamp": 1652672360600,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "cds",
"timestamp": 1652672356206,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "clamp",
"timestamp": 1652672350822,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "ves-openapi-manager",
"timestamp": 1652672361014,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652672359214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672359416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "aai-ml",
"timestamp": 1652672360548,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "policy-id",
"timestamp": 1652672360600,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "cds",
"timestamp": 1652672356206,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "clamp",
"timestamp": 1652672350822,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "ves-openapi-manager",
"timestamp": 1652672361014,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652672359214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672359416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "aai-ml",
"timestamp": 1652672360548,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "policy-id",
"timestamp": 1652672360600,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "cds",
"timestamp": 1652672356206,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:42:19.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "clamp",
"timestamp": 1652672350822,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:42:19.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "ves-openapi-manager",
"timestamp": 1652672361014,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-05-16T03:42:19.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652672359214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:42:19.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672359416,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:42:19.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "aai-ml",
"timestamp": 1652672360548,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "policy-id",
"timestamp": 1652672360600,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "ves-openapi-manager",
"timestamp": 1652672361014,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "cds",
"timestamp": 1652672367899,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:42:19.958Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:42:19.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "aai-ml",
"timestamp": 1652672360548,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:42:19.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "policy-id",
"timestamp": 1652672360600,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:42:19.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672368494,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:42:19.958Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:42:19.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "ves-openapi-manager",
"timestamp": 1652672361014,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:19.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:19.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "cds",
"timestamp": 1652672368904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-16T03:42:19.966Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6379f4ca-a866-4ebb-aead-bc2b5c5b5883
2022-05-16T03:42:19.966Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6379f4ca-a866-4ebb-aead-bc2b5c5b5883 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-05-16T03:42:19.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "aai-ml",
"timestamp": 1652672369401,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:42:19.975Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:42:19.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "policy-id",
"timestamp": 1652672369392,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:42:19.975Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:42:19.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "ves-openapi-manager",
"timestamp": 1652672369910,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:42:19.975Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:42:19.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672370310,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-16T03:42:19.976Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:42:19.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "policy-id",
"timestamp": 1652672370395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-16T03:42:19.976Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:42:19.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "ves-openapi-manager",
"timestamp": 1652672371150,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-05-16T03:42:19.976Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:42:19.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "policy-id",
"timestamp": 1652672371398,
"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-05-16T03:42:19.981Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6379f4ca-a866-4ebb-aead-bc2b5c5b5883
2022-05-16T03:42:19.981Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6379f4ca-a866-4ebb-aead-bc2b5c5b5883 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-05-16T03:42:19.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "clamp",
"timestamp": 1652672371785,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:42:19.990Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:42:19.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:19.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "ves-openapi-manager",
"timestamp": 1652672372153,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-16T03:42:19.994Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 6379f4ca-a866-4ebb-aead-bc2b5c5b5883
2022-05-16T03:42:19.994Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6379f4ca-a866-4ebb-aead-bc2b5c5b5883 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-16T03:42:20.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:20.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "aai-ml",
"timestamp": 1652672373590,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-16T03:42:20.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:42:20.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:20.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "clamp",
"timestamp": 1652672373796,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-16T03:42:20.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:42:20.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:20.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "aai-ml",
"timestamp": 1652672374594,
"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-05-16T03:42:20.006Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6379f4ca-a866-4ebb-aead-bc2b5c5b5883
2022-05-16T03:42:20.006Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6379f4ca-a866-4ebb-aead-bc2b5c5b5883 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-05-16T03:42:20.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:20.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "clamp",
"timestamp": 1652672374799,
"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-05-16T03:42:20.019Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6379f4ca-a866-4ebb-aead-bc2b5c5b5883
2022-05-16T03:42:20.020Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6379f4ca-a866-4ebb-aead-bc2b5c5b5883 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-05-16T03:42:20.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:20.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652672375767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:20.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:20.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:20.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652672375767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:20.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:20.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:20.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652672375767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:20.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:20.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:20.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652672375767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:20.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:20.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:20.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652672375767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:20.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:20.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:20.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652672375767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/resourceInstances/pnfcd62ce3a010d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:20.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:20.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:20.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652672375767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:42:20.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:20.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:20.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652672375767,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:42:20.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-16T03:42:20.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:20.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652672384620,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:42:20.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:42:20.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:20.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652672386410,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQeo58uwvpiu9j6owcsuq/1.0/artifacts/service-DemoPnfQeo58uwvpiu9j6owcsuq-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-16T03:42:20.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-16T03:42:20.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-16T03:42:20.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652672387415,
"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-05-16T03:42:20.036Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6379f4ca-a866-4ebb-aead-bc2b5c5b5883
2022-05-16T03:42:20.036Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6379f4ca-a866-4ebb-aead-bc2b5c5b5883 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-05-16T03:42:31.394Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6379f4ca-a866-4ebb-aead-bc2b5c5b5883
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-05-16T03:42:31.407Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6379f4ca-a866-4ebb-aead-bc2b5c5b5883
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-05-16T03:42:31.410Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-16T03:42:31.410Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-16T03:42:31.410Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-16T03:42:31.410Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-16T03:42:31.410Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-16T03:42:31.410Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-16T03:42:31.410Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-16T03:42:31.410Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-16T03:42:31.410Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-16T03:42:31.410Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-16T03:42:31.410Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-16T03:42:31.410Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-16T03:42:31.415Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-16T03:43:01.415Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6379f4ca-a866-4ebb-aead-bc2b5c5b5883 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-05-16T03:43:01.422Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6379f4ca-a866-4ebb-aead-bc2b5c5b5883 and serviceModelVersionId: 3b456489-aea3-4e1f-b532-491d18ae8a69
2022-05-16T03:43:01.422Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4620f76b-c4cd-488e-bd3c-90baf7921ea0
2022-05-16T03:43:01.423Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4620f76b-c4cd-488e-bd3c-90baf7921ea0/model-vers/model-ver/3b456489-aea3-4e1f-b532-491d18ae8a69?depth=0
2022-05-16T03:43:01.427Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-16T03:43:01.470Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4620f76b-c4cd-488e-bd3c-90baf7921ea0/model-vers/model-ver/3b456489-aea3-4e1f-b532-491d18ae8a69?depth=0|INFO|500||Invoke
2022-05-16T03:43:01.471Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4620f76b-c4cd-488e-bd3c-90baf7921ea0/model-vers/model-ver/3b456489-aea3-4e1f-b532-491d18ae8a69?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4620f76b-c4cd-488e-bd3c-90baf7921ea0/model-vers/model-ver/3b456489-aea3-4e1f-b532-491d18ae8a69?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6379f4ca-a866-4ebb-aead-bc2b5c5b5883], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c8c09888-04e9-4b6e-87d0-4d938647790c], X-ECOMP-RequestID=[6379f4ca-a866-4ebb-aead-bc2b5c5b5883], X-TransactionId=[], X-ONAP-RequestID=[6379f4ca-a866-4ebb-aead-bc2b5c5b5883], Content-Type=[application/merge-patch+json]}
2022-05-16T03:43:01.489Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4620f76b-c4cd-488e-bd3c-90baf7921ea0/model-vers/model-ver/3b456489-aea3-4e1f-b532-491d18ae8a69?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-16T03:43:01.622Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4620f76b-c4cd-488e-bd3c-90baf7921ea0/model-vers/model-ver/3b456489-aea3-4e1f-b532-491d18ae8a69?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/4620f76b-c4cd-488e-bd3c-90baf7921ea0/model-vers/model-ver/3b456489-aea3-4e1f-b532-491d18ae8a69?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220516-03:43:01:506-86135], vertex-id=[131088], Content-Length=[0], Date=[Mon, 16 May 2022 03:43:01 GMT], Content-Type=[application/json]}
2022-05-16T03:43:01.622Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4620f76b-c4cd-488e-bd3c-90baf7921ea0/model-vers/model-ver/3b456489-aea3-4e1f-b532-491d18ae8a69?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-16T03:43:01.622Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4620f76b-c4cd-488e-bd3c-90baf7921ea0/model-vers/model-ver/3b456489-aea3-4e1f-b532-491d18ae8a69?depth=0|INFO|500||InvokeReturn
2022-05-16T03:43:01.623Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-16T03:43:01.623Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-16T03:43:01.627Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-16T03:43:01.627Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6379f4ca-a866-4ebb-aead-bc2b5c5b5883 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-16T03:43:01.627Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-16T03:43:01.627Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:43:01.629Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:43:01.629Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6379f4ca-a866-4ebb-aead-bc2b5c5b5883",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672581627,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-16T03:43:01.729Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:43:01.730Z||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-05-16T03:43:01.730Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:43:01.748Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:43:01.748Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 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-05-16T03:43:02.640Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-16T03:43:02.641Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|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-05-16T03:43:02.641Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|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 Zl5GYvGry3pIVMtD) ...
2022-05-16T03:43:07.037Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:43:07.037Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-16T03:43:07.037Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"035bb67d-9710-46cb-ba35-c0bbc47fc167","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4ae90e88-71bf-493c-958a-5cf4e4440ad0","serviceDescription":"service","serviceInvariantUUID":"adb9fc6e-49b3-4d17-aa1b-2d88b4fb05ba","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c59ea59b-abd0-4c44-84e6-78373729e4ce","resourceInvariantUUID":"5f3add4d-9110-486c-9570-abb46994dfcf","resourceCustomizationUUID":"2930715f-d65b-4d9e-9231-4f3e658f8b04","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":"ZGMzZDFkYTVhM2FlODA2Y2M2NzY3ZTkyYmM1NjlkMDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2adce32e-026a-4dd6-8082-e21f5bd30d00","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTkzZjZmNjMxOTQwMTc0YzM4ZWUzMDM0NGFkNDI0NjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"66036cf0-f4fc-4514-8d81-0b0dbb44963b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-16T03:43:07.039Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:43:07.039Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:43:07.040Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:43:07.041Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "035bb67d-9710-46cb-ba35-c0bbc47fc167",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672582640,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-16T03:43:07.141Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:43:07.141Z||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-05-16T03:43:07.141Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:43:07.156Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:43:07.156Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-16T03:43:08.041Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-16T03:43:08.042Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:43:08.043Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:43:08.043Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "035bb67d-9710-46cb-ba35-c0bbc47fc167",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672582640,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-16T03:43:08.144Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:43:08.144Z||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-05-16T03:43:08.144Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:43:08.158Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:43:08.158Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-16T03:43:09.044Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "035bb67d-9710-46cb-ba35-c0bbc47fc167",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "4ae90e88-71bf-493c-958a-5cf4e4440ad0",
"serviceDescription": "service",
"serviceInvariantUUID": "adb9fc6e-49b3-4d17-aa1b-2d88b4fb05ba",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "2930715f-d65b-4d9e-9231-4f3e658f8b04",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "c59ea59b-abd0-4c44-84e6-78373729e4ce",
"resourceInvariantUUID": "5f3add4d-9110-486c-9570-abb46994dfcf",
"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": "NTkzZjZmNjMxOTQwMTc0YzM4ZWUzMDM0NGFkNDI0NjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "66036cf0-f4fc-4514-8d81-0b0dbb44963b"
}
],
"workloadContext": "Production"
}
2022-05-16T03:43:09.044Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-16T03:43:09.044Z|6379f4ca-a866-4ebb-aead-bc2b5c5b5883|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4ae90e88-71bf-493c-958a-5cf4e4440ad0 ASDC
2022-05-16T03:43:09.045Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:035bb67d-9710-46cb-ba35-c0bbc47fc167
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4ae90e88-71bf-493c-958a-5cf4e4440ad0
ServiceInvariantUUID:adb9fc6e-49b3-4d17-aa1b-2d88b4fb05ba
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:66036cf0-f4fc-4514-8d81-0b0dbb44963b
ArtifactChecksum:NTkzZjZmNjMxOTQwMTc0YzM4ZWUzMDM0NGFkNDI0NjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:2930715f-d65b-4d9e-9231-4f3e658f8b04
ResourceInvariantUUID:5f3add4d-9110-486c-9570-abb46994dfcf
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c59ea59b-abd0-4c44-84e6-78373729e4ce
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-05-16T03:43:09.045Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ae90e88-71bf-493c-958a-5cf4e4440ad0 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-05-16T03:43:09.065Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-16T03:43:09.065Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-16T03:43:09.065Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-16T03:43:09.066Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 66036cf0-f4fc-4514-8d81-0b0dbb44963b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-16T03:43:09.066Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-16T03:43:09.066Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-16T03:43:09.212Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-16T03:43:09.214Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 66036cf0-f4fc-4514-8d81-0b0dbb44963b 52505
2022-05-16T03:43:09.214Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-16T03:43:09.214Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-16T03:43:09.214Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-16T03:43:09.215Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-16T03:43:09.216Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-16T03:43:09.216Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "035bb67d-9710-46cb-ba35-c0bbc47fc167",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652672589214,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-16T03:43:09.316Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-16T03:43:09.317Z||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-05-16T03:43:09.317Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Zl5GYvGry3pIVMtD) ...
2022-05-16T03:43:09.332Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-16T03:43:09.332Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-16T03:43:10.216Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-16T03:43:10.217Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-16T03:43:10.217Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 66036cf0-f4fc-4514-8d81-0b0dbb44963b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-16T03:43:10.218Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-16T03:43:10.218Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-16T03:43:10.218Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-16T03:43:10.289Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7979469344522789406/Definitions/service-BasicNetwork-template.yml
2022-05-16T03:43:10.608Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-16T03:43:10.608Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-16T03:43:10.609Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-16T03:43:10.609Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-16T03:43:10.609Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-16T03:43:10.609Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-16T03:43:10.609Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-16T03:43:10.609Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-16T03:43:10.609Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-16T03:43:10.609Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-16T03:43:10.609Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-16T03:43:10.609Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-16T03:43:10.609Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-16T03:43:10.609Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:43:10.609Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:43:10.609Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-16T03:43:10.610Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-16T03:43:10.610Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-16T03:43:10.610Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:43:10.610Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:43:10.610Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-16T03:43:10.610Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-16T03:43:10.610Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-16T03:43:10.610Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:43:10.610Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:43:10.610Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:43:10.610Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:43:10.611Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:43:10.611Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:43:10.611Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:43:10.611Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:43:10.611Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:43:10.611Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:43:10.611Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:4ae90e88-71bf-493c-958a-5cf4e4440ad0
Model Version:NULL
Model InvariantUuid:adb9fc6e-49b3-4d17-aa1b-2d88b4fb05ba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:5f3add4d-9110-486c-9570-abb46994dfcf
Model UUID:71f6e6c0-2cd5-4d66-b65e-38ff4e4ae4a0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:2930715f-d65b-4d9e-9231-4f3e658f8b04
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-05-16T03:43:10.619Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: c59ea59b-abd0-4c44-84e6-78373729e4ce
2022-05-16T03:43:10.619Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||INFO|500||No resources found for Service: 4ae90e88-71bf-493c-958a-5cf4e4440ad0
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-05-16T03:43:10.621Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||INFO|500||
2022-05-16T03:43:10.621Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-05-16T03:43:10.621Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 4ae90e88-71bf-493c-958a-5cf4e4440ad0
2022-05-16T03:43:10.622Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4ae90e88-71bf-493c-958a-5cf4e4440ad0
2022-05-16T03:43:10.622Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-05-16T03:43:10.622Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-16T03:43:10.626Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e9576f, org.onap.sdc.toscaparser.api.parameters.Input@185491f7, org.onap.sdc.toscaparser.api.parameters.Input@3f2d8e40, org.onap.sdc.toscaparser.api.parameters.Input@53c7f724, org.onap.sdc.toscaparser.api.parameters.Input@1adc901c]
2022-05-16T03:43:10.627Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:43:10.627Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:43:10.627Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:43:10.627Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:43:10.627Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4ae90e88-71bf-493c-958a-5cf4e4440ad0: Generic NeutronNet
2022-05-16T03:43:10.627Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:43:10.628Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:43:10.628Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:43:10.628Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-05-16T03:43:10.658Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:43:10.658Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:43:10.658Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-16T03:43:10.658Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-16T03:43:10.659Z|035bb67d-9710-46cb-ba35-c0bbc47fc167|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery