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)
2023-01-17T03:34:26.855Z||main|||||INFO|500||The following profiles are active: basic
2023-01-17T03:35:01.411Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-17T03:35:01.412Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-17T03:35:01.603Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-17T03:35:13.418Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-17T03:35:15.683Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-17T03:35:18.339Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-17T03:35:18.390Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-17T03:35:19.291Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-17T03:35:21.577Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-17T03:35:26.133Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-17T03:35:36.889Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-17T03:35:45.650Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-17T03:35:45.898Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-17T03:35:47.604Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-17T03:35:48.970Z||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.
2023-01-17T03:35:54.147Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-17T03:35:57.653Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-17T03:35:57.730Z||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$$75ebdfa9.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)
2023-01-17T03:35:57.733Z||main|||||WARN|500||The sdc end point is not alive
2023-01-17T03:36:05.315Z||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
2023-01-17T03:36:12.470Z||main|||||WARN|500||---
2023-01-17T03:36:12.471Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-17T03:36:12.471Z||main|||||WARN|500||---
2023-01-17T03:36:14.270Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-17T03:36:30.652Z||main|||||INFO|500||Started Application in 136.998 seconds (JVM running for 147.108)
2023-01-17T03:36:30.787Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-17T03:36:30.790Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-17T03:36:30.840Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-17T03:36:30.911Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-17T03:36:31.024Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d20496f-9da7-4321-80af-5df0877e3db6 url= /sdc/v1/artifactTypes
2023-01-17T03:36:31.025Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-17T03:36:31.728Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-17T03:36:31.787Z||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
2023-01-17T03:36:31.909Z||scheduling-1|||||DEBUG|500||create keys
2023-01-17T03:36:31.927Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-17T03:36:32.063Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:36:32.129Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 22181ed7-4150-4b9d-85f3-42cec3e445a6 url= /sdc/v1/registerForDistribution
2023-01-17T03:36:32.238Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 22181ed7-4150-4b9d-85f3-42cec3e445a6 url= /sdc/v1/registerForDistribution
2023-01-17T03:36:32.239Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-17T03:36:32.280Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:36:32.368Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:36:32.375Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-17T03:36:32.376Z||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.
2023-01-17T03:36:32.376Z||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.
2023-01-17T03:36:32.379Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:36:32.377Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:36:42.790Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:36:42.792Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:37:32.254Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:37:32.256Z||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.
2023-01-17T03:37:32.257Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:37:32.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:37:32.281Z||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.
2023-01-17T03:37:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:37:41.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:37:41.832Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:38:32.254Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:38:32.256Z||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.
2023-01-17T03:38:32.258Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:38:32.308Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:38:32.311Z||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.
2023-01-17T03:38:32.312Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:38:41.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:38:41.890Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:39:32.257Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:39:32.274Z||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.
2023-01-17T03:39:32.275Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:39:32.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:39:32.288Z||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.
2023-01-17T03:39:32.288Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:39:41.862Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:39:41.863Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:40:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:40:32.257Z||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.
2023-01-17T03:40:32.257Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:40:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:40:32.281Z||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.
2023-01-17T03:40:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:40:41.828Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:40:41.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:41:32.256Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:41:32.257Z||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.
2023-01-17T03:41:32.258Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:41:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:41:32.281Z||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.
2023-01-17T03:41:32.282Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:41:41.826Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:41:41.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:42:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:42:32.255Z||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.
2023-01-17T03:42:32.256Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:42:32.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:42:32.281Z||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.
2023-01-17T03:42:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:42:41.807Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:42:41.828Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:43:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:43:32.255Z||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.
2023-01-17T03:43:32.256Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:43:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:43:32.282Z||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.
2023-01-17T03:43:32.283Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:43:41.802Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:43:41.830Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:44:26.015Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-17T03:44:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:44:32.262Z||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.
2023-01-17T03:44:32.263Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:44:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:44:32.280Z||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.
2023-01-17T03:44:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:44:41.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:44:41.833Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:45:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:45:32.256Z||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.
2023-01-17T03:45:32.258Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:45:32.281Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:45:32.286Z||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.
2023-01-17T03:45:32.287Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:45:41.819Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:45:41.833Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:46:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:46:32.255Z||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.
2023-01-17T03:46:32.255Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:46:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:46:32.281Z||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.
2023-01-17T03:46:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:46:41.825Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:46:41.827Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:47:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:47:32.255Z||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.
2023-01-17T03:47:32.255Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:47:32.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:47:32.280Z||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.
2023-01-17T03:47:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:47:41.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:47:41.871Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:48:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:48:32.255Z||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.
2023-01-17T03:48:32.256Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:48:32.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:48:32.281Z||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.
2023-01-17T03:48:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:48:41.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:48:41.836Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:49:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:49:32.258Z||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.
2023-01-17T03:49:32.259Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:49:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:49:32.280Z||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.
2023-01-17T03:49:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:49:41.803Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:49:41.827Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:50:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:50:32.256Z||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.
2023-01-17T03:50:32.256Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:50:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:50:32.280Z||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.
2023-01-17T03:50:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:50:41.811Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:50:41.827Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:51:32.255Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:51:32.259Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T03:51:32.260Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T03:51:32.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:51:32.280Z||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.
2023-01-17T03:51:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:51:41.830Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:51:41.834Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:52:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:52:32.256Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T03:52:32.256Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T03:52:32.280Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:52:32.281Z||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.
2023-01-17T03:52:32.283Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:52:41.806Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:52:41.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:53:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:53:32.255Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T03:53:32.255Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T03:53:32.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:53:32.281Z||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.
2023-01-17T03:53:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:53:41.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:53:41.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:54:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:54:32.255Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T03:54:32.256Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T03:54:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:54:32.280Z||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.
2023-01-17T03:54:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:54:41.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:54:41.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:55:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:55:32.255Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T03:55:32.256Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T03:55:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:55:32.280Z||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.
2023-01-17T03:55:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:55:41.810Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:55:41.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:56:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:56:32.258Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T03:56:32.258Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T03:56:32.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:56:32.280Z||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.
2023-01-17T03:56:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:56:41.817Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:56:41.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:57:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:57:32.255Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T03:57:32.256Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T03:57:32.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:57:32.281Z||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.
2023-01-17T03:57:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:57:41.824Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:57:41.825Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:58:32.255Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:58:32.258Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T03:58:32.259Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T03:58:32.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:58:32.280Z||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.
2023-01-17T03:58:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:58:41.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:58:41.824Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:59:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:59:32.255Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T03:59:32.255Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T03:59:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T03:59:32.281Z||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.
2023-01-17T03:59:32.283Z||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 4KICICBhOAmsafEh) ...
2023-01-17T03:59:41.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T03:59:41.864Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:00:32.258Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:00:32.260Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:00:32.260Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:00:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:00:32.280Z||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.
2023-01-17T04:00:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:00:41.826Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:00:41.829Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:01:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:01:32.258Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:01:32.260Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:01:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:01:32.281Z||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.
2023-01-17T04:01:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:01:41.826Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:01:41.843Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:02:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:02:32.255Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:02:32.256Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:02:32.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:02:32.280Z||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.
2023-01-17T04:02:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:02:41.807Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:02:41.823Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:03:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:03:32.256Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:03:32.256Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:03:32.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:03:32.281Z||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.
2023-01-17T04:03:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:03:41.810Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:03:41.826Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:04:32.255Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:04:32.258Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:04:32.259Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:04:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:04:32.280Z||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.
2023-01-17T04:04:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:04:41.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:04:41.839Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:05:32.255Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:05:32.257Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:05:32.257Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:05:32.280Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:05:32.282Z||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.
2023-01-17T04:05:32.282Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:05:41.842Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:05:41.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:06:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:06:32.255Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:06:32.255Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:06:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:06:32.280Z||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.
2023-01-17T04:06:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:06:41.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:06:41.828Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:07:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:07:32.255Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:07:32.255Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:07:32.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:07:32.281Z||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.
2023-01-17T04:07:32.282Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:07:41.825Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:07:41.830Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:08:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:08:32.255Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:08:32.255Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:08:32.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:08:32.280Z||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.
2023-01-17T04:08:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:08:41.802Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:08:41.825Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:09:32.254Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:09:32.256Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:09:32.256Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:09:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:09:32.280Z||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.
2023-01-17T04:09:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:09:41.825Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:09:41.842Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:10:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:10:32.256Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:10:32.256Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:10:32.280Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:10:32.282Z||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.
2023-01-17T04:10:32.282Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:10:41.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:10:41.832Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:11:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:11:32.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:11:32.256Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:11:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:11:32.280Z||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.
2023-01-17T04:11:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:11:41.821Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:11:41.832Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:12:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:12:32.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:12:32.255Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:12:32.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:12:32.280Z||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.
2023-01-17T04:12:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:12:41.839Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:12:41.844Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:13:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:13:32.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:13:32.255Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:13:32.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:13:32.280Z||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.
2023-01-17T04:13:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:13:41.801Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:13:41.822Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:14:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:14:32.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:14:32.255Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:14:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:14:32.280Z||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.
2023-01-17T04:14:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:14:41.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:14:41.824Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:15:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:15:32.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:15:32.256Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:15:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:15:32.280Z||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.
2023-01-17T04:15:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:15:41.810Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:15:41.825Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:16:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:16:32.256Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:16:32.256Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:16:32.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:16:32.280Z||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.
2023-01-17T04:16:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:16:41.826Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:16:41.868Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:17:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:17:32.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:17:32.255Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:17:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:17:32.280Z||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.
2023-01-17T04:17:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:17:41.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:17:41.839Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:18:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:18:32.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:18:32.255Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:18:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:18:32.287Z||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.
2023-01-17T04:18:32.288Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:18:41.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:18:41.840Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:19:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:19:32.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:19:32.255Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:19:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:19:32.280Z||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.
2023-01-17T04:19:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:19:41.809Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:19:41.828Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:20:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:20:32.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:20:32.255Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:20:32.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:20:32.280Z||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.
2023-01-17T04:20:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:20:41.802Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:20:41.827Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:21:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:21:32.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:21:32.255Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:21:32.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:21:32.281Z||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.
2023-01-17T04:21:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:21:41.821Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:21:41.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:22:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:22:32.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:22:32.255Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:22:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:22:32.280Z||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.
2023-01-17T04:22:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:22:41.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:22:41.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:23:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:23:32.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:23:32.255Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:23:32.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:23:32.287Z||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.
2023-01-17T04:23:32.290Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:23:41.820Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:23:41.841Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:24:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:24:32.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:24:32.255Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:24:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:24:32.280Z||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.
2023-01-17T04:24:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:24:41.800Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:24:41.836Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:25:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:25:32.259Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:25:32.260Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:25:32.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:25:32.280Z||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.
2023-01-17T04:25:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:25:41.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:25:41.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:26:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:26:32.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:26:32.256Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:26:32.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:26:32.280Z||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.
2023-01-17T04:26:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:26:41.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:26:41.824Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:27:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:27:32.256Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:27:32.256Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:27:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:27:32.280Z||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.
2023-01-17T04:27:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:27:41.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:27:41.859Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:28:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:28:32.256Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:28:32.256Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:28:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:28:32.280Z||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.
2023-01-17T04:28:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:28:41.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:28:41.837Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:29:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:29:32.256Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:29:32.256Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:29:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:29:32.280Z||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.
2023-01-17T04:29:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:29:41.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:29:41.822Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:30:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:30:32.258Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:30:32.258Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:30:32.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:30:32.281Z||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.
2023-01-17T04:30:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:30:41.821Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:30:41.848Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:31:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:31:32.256Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:31:32.257Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:31:32.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:31:32.284Z||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.
2023-01-17T04:31:32.284Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:31:41.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:31:41.844Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:32:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:32:32.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:32:32.256Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:32:32.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:32:32.280Z||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.
2023-01-17T04:32:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:32:41.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:32:41.828Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:33:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:33:32.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:33:32.255Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:33:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:33:32.280Z||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.
2023-01-17T04:33:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:33:41.803Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:33:41.824Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:34:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:34:32.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:34:32.255Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:34:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:34:32.280Z||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.
2023-01-17T04:34:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:34:41.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:34:41.838Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:35:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:35:32.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:35:32.255Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:35:32.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:35:32.280Z||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.
2023-01-17T04:35:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:35:41.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:35:41.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:36:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:36:32.256Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:36:32.256Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:36:32.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:36:32.280Z||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.
2023-01-17T04:36:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:36:41.889Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:36:41.892Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:37:32.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:37:32.255Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-17T04:37:32.255Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4KICICBhOAmsafEh) ...
2023-01-17T04:37:32.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:37:32.280Z||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.
2023-01-17T04:37:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:37:41.829Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:37:41.829Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:38:32.254Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:38:32.260Z||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.
2023-01-17T04:38:32.260Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:38:32.280Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:38:32.282Z||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.
2023-01-17T04:38:32.282Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:38:32.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:38:32.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:32.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930288341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:38:32.919Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:38:32.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-17T04:38:32.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d4bebcd9-5835-4d7e-ad72-840875ffe553","serviceName":"basic_onboard_vGgXUn","serviceVersion":"1.0","serviceUUID":"e3975729-023a-4948-8d55-9fb9aaba9a58","serviceDescription":"service","serviceInvariantUUID":"b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5","resources":[{"resourceInstanceName":"basic_onboard_vGgXUn 0","resourceName":"basic_onboard_vGgXUn","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2432d709-2e82-4ba1-a837-b73f9d1276bf","resourceInvariantUUID":"910105c5-f796-4a57-bfd1-21aee9571767","resourceCustomizationUUID":"10d9c905-b7ab-4d98-a9c8-01d76a37fcac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vf-license-model.xml","artifactChecksum":"YTZiOGM5MmM1ODk2MjlhNzg2YjBmODVhM2ViYTllNmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19a5d221-f5a2-4255-b480-53f8d7b3e5ad","artifactVersion":"1"},{"artifactName":"basic_onboard_vggxun0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json","artifactChecksum":"MTE2NGQyZTU1YTRjZDNmY2Y4NzFlMjEwNGFmMjY1N2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f60c878b-c8c5-4f5c-bb51-082ae3dcf153","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"86ec7186-7438-411d-af9d-af8da8a604cd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"78449660-c8d6-4f99-b601-5c27ca9a4668","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d8cd5120-1f21-4391-8aff-4daf2971b5b2","artifactVersion":"2","generatedFromUUID":"86ec7186-7438-411d-af9d-af8da8a604cd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVggxun-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-template.yml","artifactChecksum":"MzQ5MDA4MDc3NzBmZTgzYTU2ZWNmNDFlYjAzYTAzMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ada7b14-002d-457c-9855-9a1446331304","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVggxun-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar","artifactChecksum":"MzU5ZDI2M2ZjNWZlODExZWZiNTBhYjk3M2M4ZWM0YzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8f8c9fd0-724d-4848-9eab-4706cefe64c3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-17T04:38:32.940Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:38:32.952Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:38:32.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:38:32.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:32.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "cds",
"timestamp": 1673930292277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:38:32.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:38:32.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:32.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930288341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json",
"status": "NOTIFIED"
}
2023-01-17T04:38:32.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:38:32.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:32.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "cds",
"timestamp": 1673930292277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:38:32.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:38:32.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:32.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930288341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-17T04:38:32.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:38:32.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:32.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "cds",
"timestamp": 1673930292277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:38:32.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:38:32.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:32.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930288341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:38:32.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:38:32.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:32.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "cds",
"timestamp": 1673930292277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:38:32.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:38:32.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:32.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930288341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-17T04:38:32.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:38:32.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:32.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "cds",
"timestamp": 1673930292277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:38:32.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:38:32.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:32.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930288341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:38:32.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:38:32.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:32.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "cds",
"timestamp": 1673930292277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:38:32.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:38:32.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:32.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930288341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:38:32.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:38:32.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:32.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "cds",
"timestamp": 1673930292277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:38:32.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:38:32.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:32.980Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:38:32.981Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930312254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:38:32.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930305432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:38:32.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:38:32.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:32.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "cds",
"timestamp": 1673930306151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:38:32.986Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:38:32.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:32.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "ves-openapi-manager",
"timestamp": 1673930305655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:38:32.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:38:32.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:32.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "cds",
"timestamp": 1673930307174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2023-01-17T04:38:33.086Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-01-17T04:38:33.094Z||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.
2023-01-17T04:38:33.095Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:38:33.115Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:38:33.116Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: 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 (?, ?, ?, ?, ?)
2023-01-17T04:38:33.404Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d4bebcd9-5835-4d7e-ad72-840875ffe553
2023-01-17T04:38:33.454Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4bebcd9-5835-4d7e-ad72-840875ffe553 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 (?, ?, ?, ?, ?)
2023-01-17T04:38:33.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:33.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930306515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:38:33.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:38:33.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:33.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "ves-openapi-manager",
"timestamp": 1673930305655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:38:33.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:38:33.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:33.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930307571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:38:33.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:38:33.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:33.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "ves-openapi-manager",
"timestamp": 1673930305655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:38:33.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:38:33.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:33.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930308668,
"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=?
2023-01-17T04:38:33.573Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4bebcd9-5835-4d7e-ad72-840875ffe553
2023-01-17T04:38:33.573Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4bebcd9-5835-4d7e-ad72-840875ffe553 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 (?, ?, ?, ?, ?)
2023-01-17T04:38:33.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:33.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "ves-openapi-manager",
"timestamp": 1673930305655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:38:33.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:38:33.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:33.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930309673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-17T04:38:33.591Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:38:33.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:33.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "ves-openapi-manager",
"timestamp": 1673930305655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:38:33.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:38:33.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:38:33.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "ves-openapi-manager",
"timestamp": 1673930305655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:38:33.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:38:33.996Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:38:33.997Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:38:33.999Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:38:33.999Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930312254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json",
"status": "NOTIFIED"
}
2023-01-17T04:38:34.100Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-17T04:38:34.101Z||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.
2023-01-17T04:38:34.101Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:38:34.114Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:38:34.116Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-17T04:38:35.001Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:38:35.002Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:38:35.005Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:38:35.006Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930312254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-17T04:38:35.106Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-17T04:38:35.107Z||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.
2023-01-17T04:38:35.107Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:38:35.121Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:38:35.122Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:38:36.007Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:38:36.011Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:38:36.014Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:38:36.014Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930312254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:38:36.115Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-17T04:38:36.116Z||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.
2023-01-17T04:38:36.116Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:38:36.132Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:38:36.134Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:38:37.016Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:38:37.017Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:38:37.020Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:38:37.020Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930312254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-17T04:38:37.120Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-17T04:38:37.122Z||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.
2023-01-17T04:38:37.122Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:38:37.134Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:38:37.135Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:38:38.024Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:38:38.025Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:38:38.035Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:38:38.035Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930312254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:38:38.135Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-17T04:38:38.136Z||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.
2023-01-17T04:38:38.136Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:38:38.149Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:38:38.150Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:38:39.036Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:38:39.037Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:38:39.041Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:38:39.041Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930312254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:38:39.141Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-17T04:38:39.142Z||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.
2023-01-17T04:38:39.143Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:38:39.156Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:38:39.157Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:38:40.044Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"serviceName": "basic_onboard_vGgXUn",
"serviceVersion": "1.0",
"serviceUUID": "e3975729-023a-4948-8d55-9fb9aaba9a58",
"serviceDescription": "service",
"serviceInvariantUUID": "b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5",
"resources": [
{
"resourceInstanceName": "basic_onboard_vGgXUn 0",
"resourceCustomizationUUID": "10d9c905-b7ab-4d98-a9c8-01d76a37fcac",
"resourceName": "basic_onboard_vGgXUn",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2432d709-2e82-4ba1-a837-b73f9d1276bf",
"resourceInvariantUUID": "910105c5-f796-4a57-bfd1-21aee9571767",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vggxun0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json",
"artifactChecksum": "MTE2NGQyZTU1YTRjZDNmY2Y4NzFlMjEwNGFmMjY1N2E\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f60c878b-c8c5-4f5c-bb51-082ae3dcf153",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "86ec7186-7438-411d-af9d-af8da8a604cd",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d8cd5120-1f21-4391-8aff-4daf2971b5b2",
"generatedFromUUID": "86ec7186-7438-411d-af9d-af8da8a604cd"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d8cd5120-1f21-4391-8aff-4daf2971b5b2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVggxun-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar",
"artifactChecksum": "MzU5ZDI2M2ZjNWZlODExZWZiNTBhYjk3M2M4ZWM0YzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8f8c9fd0-724d-4848-9eab-4706cefe64c3"
}
],
"workloadContext": "Production"
}
2023-01-17T04:38:40.050Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-17T04:38:40.051Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e3975729-023a-4948-8d55-9fb9aaba9a58 ASDC
2023-01-17T04:38:40.235Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d4bebcd9-5835-4d7e-ad72-840875ffe553
ServiceName:basic_onboard_vGgXUn
ServiceVersion:1.0
ServiceUUID:e3975729-023a-4948-8d55-9fb9aaba9a58
ServiceInvariantUUID:b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVggxun-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar
ArtifactUUID:8f8c9fd0-724d-4848-9eab-4706cefe64c3
ArtifactChecksum:MzU5ZDI2M2ZjNWZlODExZWZiNTBhYjk3M2M4ZWM0YzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vGgXUn 0
ResourceCustomizationUUID:10d9c905-b7ab-4d98-a9c8-01d76a37fcac
ResourceInvariantUUID:910105c5-f796-4a57-bfd1-21aee9571767
ResourceName:basic_onboard_vGgXUn
ResourceType:VF
ResourceUUID:2432d709-2e82-4ba1-a837-b73f9d1276bf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vggxun0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json
ArtifactUUID:f60c878b-c8c5-4f5c-bb51-082ae3dcf153
ArtifactChecksum:MTE2NGQyZTU1YTRjZDNmY2Y4NzFlMjEwNGFmMjY1N2E=
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/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml
ArtifactUUID:86ec7186-7438-411d-af9d-af8da8a604cd
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/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env
ArtifactUUID:d8cd5120-1f21-4391-8aff-4daf2971b5b2
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/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env
ArtifactUUID:d8cd5120-1f21-4391-8aff-4daf2971b5b2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-17T04:38:40.236Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3975729-023a-4948-8d55-9fb9aaba9a58 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=?
2023-01-17T04:38:40.333Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-17T04:38:40.335Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-17T04:38:40.337Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-17T04:38:40.343Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8f8c9fd0-724d-4848-9eab-4706cefe64c3 from URL: /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar
2023-01-17T04:38:40.344Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-17T04:38:40.348Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar
2023-01-17T04:38:40.496Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-17T04:38:40.524Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar 8f8c9fd0-724d-4848-9eab-4706cefe64c3 75302
2023-01-17T04:38:40.527Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar ASDC sendASDCNotification
2023-01-17T04:38:40.527Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar
2023-01-17T04:38:40.529Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-17T04:38:40.531Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:38:40.534Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:38:40.535Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930320525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:38:40.635Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-17T04:38:40.636Z||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.
2023-01-17T04:38:40.636Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:38:40.655Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:38:40.656Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:38:41.536Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-17T04:38:41.537Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-17T04:38:41.538Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 8f8c9fd0-724d-4848-9eab-4706cefe64c3, URL: /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar to file: /app/ASDC/1/service-BasicOnboardVggxun-csar.csar
2023-01-17T04:38:41.538Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVggxun-csar.csar
2023-01-17T04:38:41.689Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVggxun-csar.csar
2023-01-17T04:38:41.690Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVggxun-csar.csar
2023-01-17T04:38:43.055Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5400308137220933214/Definitions/service-BasicOnboardVggxun-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-01-17T04:38:48.843Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-17T04:38:48.863Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-17T04:38:48.863Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVggxun-csar.csar
2023-01-17T04:38:48.864Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-17T04:38:48.864Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vGgXUn 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardVggxun-csar.csar
2023-01-17T04:38:48.865Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardVggxun-csar.csar
2023-01-17T04:38:48.865Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||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-BasicOnboardVggxun-csar.csar
2023-01-17T04:38:48.865Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||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-BasicOnboardVggxun-csar.csar
2023-01-17T04:38:48.865Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||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-BasicOnboardVggxun-csar.csar
2023-01-17T04:38:48.865Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVggxun-csar.csar
2023-01-17T04:38:48.865Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||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-BasicOnboardVggxun-csar.csar
2023-01-17T04:38:48.865Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-17T04:38:48.880Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:48.884Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:38:48.895Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is matching search criteria
2023-01-17T04:38:48.897Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-17T04:38:48.902Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_vGgXUn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-17T04:38:48.906Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:48.907Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:38:48.907Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is matching search criteria
2023-01-17T04:38:48.908Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-17T04:38:48.908Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_vGgXUn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-17T04:38:48.909Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:48.910Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:38:48.922Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:48.923Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is not matching search criteria
2023-01-17T04:38:48.923Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-17T04:38:48.923Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-17T04:38:48.924Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-17T04:38:48.924Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-17T04:38:48.924Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-17T04:38:48.925Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:48.925Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-17T04:38:48.928Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:48.928Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is matching search criteria
2023-01-17T04:38:48.929Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_vGgXUn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T04:38:48.934Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:48.934Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is matching search criteria
2023-01-17T04:38:48.934Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_vGgXUn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T04:38:48.935Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:48.935Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is matching search criteria
2023-01-17T04:38:48.935Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_vGgXUn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T04:38:48.936Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:48.939Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is not matching search criteria
2023-01-17T04:38:48.940Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-17T04:38:48.940Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-17T04:38:48.940Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=51a60dd2-62be-4edb-8478-24a630702241
2023-01-17T04:38:48.941Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:48.941Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:38:48.941Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:48.941Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:38:48.942Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:48.942Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:38:48.942Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:48.943Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:38:48.943Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_vGgXUn
Description:service
Model UUID:e3975729-023a-4948-8d55-9fb9aaba9a58
Model Version:NULL
Model InvariantUuid:b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_vGgXUn
Model UUID:77fea723-69c2-4344-9ba2-3e19736aec7a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:910105c5-f796-4a57-bfd1-21aee9571767
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:10d9c905-b7ab-4d98-a9c8-01d76a37fcac
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f0859a5f-2e39-4e28-87b5-83f7b36650b7
ModelName:BasicOnboardVggxun..base_ubuntu18..module-0
ModelUuid:cbacb05d-a63a-4bee-8269-fe3f0d255e7a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:51a60dd2-62be-4edb-8478-24a630702241
ModelInvariantUuid:f9723684-1ac6-4aa2-bee4-d5916050d43e
ModelName:basic_onboard_vGgXUn-nodes.ubuntu18Cvfc
ModelUuid:b8514bd1-7cbb-4a61-a861-460787691e5b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:81108b58-b9ab-4085-b7dd-2794028219a9
ModelInvariantUuid:02b7e65c-fa64-4c1c-bcff-5dd46fe8e156
ModelName:BasicOnboardVggxun.compute.nodes.heat.ubuntu18
ModelUuid:ecf819ce-b100-4eca-96d4-4142c60de497
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=?
2023-01-17T04:38:48.980Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 2432d709-2e82-4ba1-a837-b73f9d1276bf
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=?
2023-01-17T04:38:49.414Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||basic_onboard_vGgXUn 0
2023-01-17T04:38:49.449Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2432d709-2e82-4ba1-a837-b73f9d1276bf
2023-01-17T04:38:49.449Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f60c878b-c8c5-4f5c-bb51-082ae3dcf153 from URL: /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json
2023-01-17T04:38:49.450Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-17T04:38:49.450Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json
2023-01-17T04:38:49.512Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-17T04:38:49.513Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json f60c878b-c8c5-4f5c-bb51-082ae3dcf153 798
2023-01-17T04:38:49.514Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json ASDC sendASDCNotification
2023-01-17T04:38:49.514Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json
2023-01-17T04:38:49.514Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-17T04:38:49.515Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:38:49.520Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:38:49.521Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930329514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:38:49.620Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-17T04:38:49.621Z||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.
2023-01-17T04:38:49.622Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:38:49.646Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:38:49.647Z||pool-11-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2023-01-17T04:38:50.557Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVggxun..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f0859a5f-2e39-4e28-87b5-83f7b36650b7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cbacb05d-a63a-4bee-8269-fe3f0d255e7a",
"vfModuleModelCustomizationUUID": "a843517a-c21e-4ac0-b798-6091dc0b6850",
"isBase": true,
"artifacts": [
"86ec7186-7438-411d-af9d-af8da8a604cd",
"d8cd5120-1f21-4391-8aff-4daf2971b5b2"
],
"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": ""
}
}
]
2023-01-17T04:38:50.615Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVggxun..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cbacb05d-a63a-4bee-8269-fe3f0d255e7a
VfModuleModelInvariantUUID:f0859a5f-2e39-4e28-87b5-83f7b36650b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
86ec7186-7438-411d-af9d-af8da8a604cd
,
d8cd5120-1f21-4391-8aff-4daf2971b5b2
}
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
}
2023-01-17T04:38:50.623Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVggxun..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f0859a5f-2e39-4e28-87b5-83f7b36650b7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cbacb05d-a63a-4bee-8269-fe3f0d255e7a",
"vfModuleModelCustomizationUUID": "a843517a-c21e-4ac0-b798-6091dc0b6850",
"isBase": true,
"artifacts": [
"86ec7186-7438-411d-af9d-af8da8a604cd",
"d8cd5120-1f21-4391-8aff-4daf2971b5b2"
],
"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": ""
}
}
]
2023-01-17T04:38:50.624Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVggxun..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cbacb05d-a63a-4bee-8269-fe3f0d255e7a
VfModuleModelInvariantUUID:f0859a5f-2e39-4e28-87b5-83f7b36650b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
86ec7186-7438-411d-af9d-af8da8a604cd
,
d8cd5120-1f21-4391-8aff-4daf2971b5b2
}
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
}
2023-01-17T04:38:50.624Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 86ec7186-7438-411d-af9d-af8da8a604cd from URL: /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml
2023-01-17T04:38:50.624Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-17T04:38:50.625Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml
2023-01-17T04:38:50.699Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-17T04:38:50.699Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml 86ec7186-7438-411d-af9d-af8da8a604cd 5033
2023-01-17T04:38:50.700Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-17T04:38:50.700Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml
2023-01-17T04:38:50.700Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-17T04:38:50.701Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:38:50.707Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:38:50.708Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930330700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:38:50.816Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2023-01-17T04:38:50.824Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-17T04:38:50.824Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:38:50.850Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:38:50.855Z||pool-12-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:38:51.711Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d8cd5120-1f21-4391-8aff-4daf2971b5b2 from URL: /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env
2023-01-17T04:38:51.717Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-17T04:38:51.722Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env
2023-01-17T04:38:51.769Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-17T04:38:51.770Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env d8cd5120-1f21-4391-8aff-4daf2971b5b2 909
2023-01-17T04:38:51.771Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-17T04:38:51.771Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env
2023-01-17T04:38:51.771Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-17T04:38:51.772Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:38:51.777Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:38:51.778Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930331771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:38:51.876Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-17T04:38:51.877Z||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.
2023-01-17T04:38:51.878Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:38:51.911Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:38:51.912Z||pool-13-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:38:52.780Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e3975729-023a-4948-8d55-9fb9aaba9a58
2023-01-17T04:38:52.781Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vGgXUn 0 2432d709-2e82-4ba1-a837-b73f9d1276bf 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=?
2023-01-17T04:38:52.886Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36094048, org.onap.sdc.toscaparser.api.parameters.Input@635a554d, org.onap.sdc.toscaparser.api.parameters.Input@3df9b45d, org.onap.sdc.toscaparser.api.parameters.Input@3f714497, org.onap.sdc.toscaparser.api.parameters.Input@43864831]
2023-01-17T04:38:52.893Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:52.894Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:38:52.894Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2023-01-17T04:38:52.894Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 10d9c905-b7ab-4d98-a9c8-01d76a37fcac
2023-01-17T04:38:52.895Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 10d9c905-b7ab-4d98-a9c8-01d76a37fcac matches Tosca VF Customization UUID: 10d9c905-b7ab-4d98-a9c8-01d76a37fcac
2023-01-17T04:38:52.895Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 10d9c905-b7ab-4d98-a9c8-01d76a37fcac 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=?
2023-01-17T04:38:52.909Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:52.911Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:38:52.914Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 10d9c905-b7ab-4d98-a9c8-01d76a37fcac: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-17T04:38:52.915Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ae2f5a1
2023-01-17T04:38:52.915Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:52.916Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-17T04:38:52.917Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a843517a-c21e-4ac0-b798-6091dc0b6850
2023-01-17T04:38:52.920Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a843517a-c21e-4ac0-b798-6091dc0b6850
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=?
2023-01-17T04:38:52.942Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:52.946Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is matching search criteria
2023-01-17T04:38:52.948Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_vGgXUn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T04:38:52.949Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:52.950Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is matching search criteria
2023-01-17T04:38:52.951Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_vGgXUn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T04:38:52.951Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:52.952Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is not matching search criteria
2023-01-17T04:38:52.952Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-17T04:38:52.953Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-17T04:38:52.953Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=51a60dd2-62be-4edb-8478-24a630702241
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=?
2023-01-17T04:38:52.969Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:52.969Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is matching search criteria
2023-01-17T04:38:52.971Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_vGgXUn 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T04:38:52.972Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:52.972Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_vGgXUn 0 is matching search criteria
2023-01-17T04:38:52.972Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_vGgXUn 0] matching following query criteria: sdcType=VF, customizationUUID=10d9c905-b7ab-4d98-a9c8-01d76a37fcac
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=?
2023-01-17T04:38:52.975Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:52.976Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:38:52.977Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e3975729-023a-4948-8d55-9fb9aaba9a58: basic_onboard_vGgXUn
2023-01-17T04:38:52.977Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:52.977Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:38:52.978Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:52.978Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:38:52.979Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:52.979Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:38:52.980Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:52.982Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:38:52.982Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:38:52.982Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_vGgXUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:38:52.983Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_vGgXUn
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 (?, ?, ?, ?, ?)
2023-01-17T04:38:53.593Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vGgXUn 2432d709-2e82-4ba1-a837-b73f9d1276bf 1 ASDC deployResourceStructure
2023-01-17T04:38:53.595Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json ASDC sendASDCNotification
2023-01-17T04:38:53.596Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json
2023-01-17T04:38:53.597Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-17T04:38:53.598Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:38:53.607Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:38:53.608Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930333595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-17T04:38:53.708Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-17T04:38:53.709Z||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.
2023-01-17T04:38:53.710Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:38:53.727Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:38:53.728Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:38:54.614Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-17T04:38:54.615Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml
2023-01-17T04:38:54.615Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-17T04:38:54.615Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:38:54.637Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:38:54.637Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930334614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-17T04:38:54.746Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2023-01-17T04:38:54.754Z||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.
2023-01-17T04:38:54.760Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:38:54.802Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:38:54.803Z||pool-15-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2023-01-17T04:38:55.638Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-17T04:38:55.639Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env
2023-01-17T04:38:55.639Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-17T04:38:55.639Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:38:55.645Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:38:55.645Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930335638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-17T04:38:55.744Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-17T04:38:55.751Z||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.
2023-01-17T04:38:55.753Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:38:55.777Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:38:55.779Z||pool-16-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:38:56.648Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar ASDC sendASDCNotification
2023-01-17T04:38:56.652Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar
2023-01-17T04:38:56.652Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-17T04:38:56.653Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:38:56.661Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:38:56.661Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930336648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T04:38:56.757Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2023-01-17T04:38:56.759Z||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.
2023-01-17T04:38:56.759Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:38:56.807Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:38:56.807Z||pool-17-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:38:57.666Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553
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=?
2023-01-17T04:38:57.693Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553
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=?
2023-01-17T04:38:57.701Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T04:38:57.704Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T04:38:57.705Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T04:39:27.706Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553
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=?
2023-01-17T04:39:27.724Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553
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=?
2023-01-17T04:39:27.731Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T04:39:27.732Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T04:39:27.732Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T04:39:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:39:32.280Z||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.
2023-01-17T04:39:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:39:32.331Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:39:32.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:39:32.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "ves-openapi-manager",
"timestamp": 1673930305655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:39:32.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:39:57.732Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553
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=?
2023-01-17T04:39:57.753Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553
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=?
2023-01-17T04:39:57.757Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T04:39:57.758Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T04:39:57.758Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T04:40:27.758Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553
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=?
2023-01-17T04:40:27.782Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553
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=?
2023-01-17T04:40:27.788Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T04:40:27.788Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T04:40:27.788Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T04:40:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:40:32.280Z||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.
2023-01-17T04:40:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:40:32.307Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:40:32.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:40:32.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930312254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:40:32.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:40:57.789Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553
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=?
2023-01-17T04:40:57.838Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553
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=?
2023-01-17T04:40:57.843Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T04:40:57.843Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T04:40:57.843Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T04:41:27.844Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553
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=?
2023-01-17T04:41:27.864Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553
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=?
2023-01-17T04:41:27.868Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T04:41:27.870Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T04:41:27.870Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T04:41:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:41:32.282Z||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.
2023-01-17T04:41:32.282Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:41:32.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:41:32.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930312254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json",
"status": "NOTIFIED"
}
2023-01-17T04:41:32.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:41:32.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930312254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-17T04:41:32.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:41:32.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930312254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:41:32.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:41:32.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930312254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-17T04:41:32.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:41:32.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930312254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:41:32.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:41:32.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673930317365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:41:32.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:41:32.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "aai-ml",
"timestamp": 1673930318692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:41:32.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:41:32.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930312254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:41:32.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:41:32.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673930317365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:41:32.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:41:32.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "aai-ml",
"timestamp": 1673930318692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:41:32.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:41:32.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930320525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:41:32.832Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:41:32.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673930317365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:41:32.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:41:32.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "aai-ml",
"timestamp": 1673930318692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:41:32.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:41:32.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673930317365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:41:32.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:41:32.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "aai-ml",
"timestamp": 1673930318692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:41:32.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:41:32.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673930317365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:41:32.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:41:32.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "aai-ml",
"timestamp": 1673930318692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:41:32.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:41:32.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673930317365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:41:32.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:41:32.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "aai-ml",
"timestamp": 1673930318692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:41:32.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:41:32.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673930317365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:41:32.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:41:32.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "aai-ml",
"timestamp": 1673930318692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:41:32.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:41:32.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673930325194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:41:32.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:41:32.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "aai-ml",
"timestamp": 1673930326518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:41:32.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:41:32.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930329514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:41:32.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:41:32.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673930329614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T04:41:32.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:41:32.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930330700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:41:32.839Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:41:32.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673930330620,
"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=?
2023-01-17T04:41:32.848Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d4bebcd9-5835-4d7e-ad72-840875ffe553
2023-01-17T04:41:32.848Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4bebcd9-5835-4d7e-ad72-840875ffe553 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 (?, ?, ?, ?, ?)
2023-01-17T04:41:32.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930331771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:41:32.863Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:41:32.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930333595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/basic_onboard_vggxun0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-17T04:41:32.864Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:41:32.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930334614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-17T04:41:32.864Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:41:32.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930335638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/resourceInstances/basic_onboard_vggxun0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-17T04:41:32.865Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:41:32.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930336648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T04:41:32.866Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:41:32.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "aai-ml",
"timestamp": 1673930341770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVggxun/1.0/artifacts/service-BasicOnboardVggxun-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T04:41:32.867Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:41:32.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:41:32.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "aai-ml",
"timestamp": 1673930342777,
"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=?
2023-01-17T04:41:32.873Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d4bebcd9-5835-4d7e-ad72-840875ffe553
2023-01-17T04:41:32.874Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4bebcd9-5835-4d7e-ad72-840875ffe553 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 (?, ?, ?, ?, ?)
2023-01-17T04:41:57.871Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553
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=?
2023-01-17T04:41:57.885Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553
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=?
2023-01-17T04:41:57.891Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T04:41:57.891Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-17T04:41:57.891Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-17T04:41:57.891Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-17T04:41:57.892Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T04:41:57.892Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T04:41:57.892Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T04:41:57.892Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T04:41:57.893Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T04:41:57.893Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||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=?
2023-01-17T04:41:57.901Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-17T04:42:27.902Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4bebcd9-5835-4d7e-ad72-840875ffe553 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=?
2023-01-17T04:42:27.922Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4bebcd9-5835-4d7e-ad72-840875ffe553 and serviceModelVersionId: e3975729-023a-4948-8d55-9fb9aaba9a58
2023-01-17T04:42:27.922Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5
2023-01-17T04:42:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:42:32.280Z||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.
2023-01-17T04:42:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:42:41.845Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:42:55.199Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5/model-vers/model-ver/e3975729-023a-4948-8d55-9fb9aaba9a58?depth=0
2023-01-17T04:42:55.433Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-01-17T04:42:56.368Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5/model-vers/model-ver/e3975729-023a-4948-8d55-9fb9aaba9a58?depth=0|INFO|500||Invoke
2023-01-17T04:42:56.385Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5/model-vers/model-ver/e3975729-023a-4948-8d55-9fb9aaba9a58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5/model-vers/model-ver/e3975729-023a-4948-8d55-9fb9aaba9a58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4bebcd9-5835-4d7e-ad72-840875ffe553], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[895e8b64-2da5-4f22-b992-66e4f165fdf2], X-ECOMP-RequestID=[d4bebcd9-5835-4d7e-ad72-840875ffe553], X-TransactionId=[], X-ONAP-RequestID=[d4bebcd9-5835-4d7e-ad72-840875ffe553], Content-Type=[application/merge-patch+json]}
2023-01-17T04:42:56.636Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5/model-vers/model-ver/e3975729-023a-4948-8d55-9fb9aaba9a58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-17T04:42:56.859Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5/model-vers/model-ver/e3975729-023a-4948-8d55-9fb9aaba9a58?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/b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5/model-vers/model-ver/e3975729-023a-4948-8d55-9fb9aaba9a58?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 04:42:57 GMT], content-length=[0], vertex-id=[409800], x-aai-txid=[0-aai-resources-230117-04:42:57:324-77882], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-17T04:42:56.862Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5/model-vers/model-ver/e3975729-023a-4948-8d55-9fb9aaba9a58?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-17T04:42:56.865Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6ae720d-ac8f-498e-b2e9-db3b4c61c4f5/model-vers/model-ver/e3975729-023a-4948-8d55-9fb9aaba9a58?depth=0|INFO|500||InvokeReturn
2023-01-17T04:42:56.871Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-17T04:42:56.872Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||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=?
2023-01-17T04:42:56.883Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||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)
2023-01-17T04:42:56.885Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4bebcd9-5835-4d7e-ad72-840875ffe553 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-17T04:42:56.887Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-17T04:42:56.888Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:42:56.892Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:42:56.893Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930576885,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-17T04:42:56.994Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-17T04:42:56.996Z||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.
2023-01-17T04:42:56.997Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:42:57.014Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:42:57.015Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-17T04:42:57.928Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:42:57.930Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|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.
2023-01-17T04:42:57.930Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|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 4KICICBhOAmsafEh) ...
2023-01-17T04:43:08.271Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:43:08.271Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:43:08.272Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|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.
2023-01-17T04:43:08.272Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|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 4KICICBhOAmsafEh) ...
2023-01-17T04:43:17.818Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:43:17.819Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:43:17.820Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|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.
2023-01-17T04:43:17.820Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|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 4KICICBhOAmsafEh) ...
2023-01-17T04:43:20.472Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:43:20.473Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-17T04:43:20.473Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"73b82862-013b-4024-9bc7-df332478ce24","serviceName":"vFW 2023-01-17 04-42-14","serviceVersion":"1.0","serviceUUID":"abbead39-5d3c-4947-a494-b10102abff84","serviceDescription":"catalog service description","serviceInvariantUUID":"df25ff99-9259-45f6-aa1d-7695310b36a1","resources":[{"resourceInstanceName":"vFW 0bcd342a-89a0 0","resourceName":"vFW 0bcd342a-89a0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ec2e70ed-356c-4c6c-aa62-6556ed82a343","resourceInvariantUUID":"b2c40356-0f8e-497a-ae21-9581d5741955","resourceCustomizationUUID":"11aa9fb7-9a4c-450a-b40b-9c15e2f6c360","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vf-license-model.xml","artifactChecksum":"Y2EwMmI5ODgyNWJjODQ2ZmU1YWU5MDM4YWEyMGYwMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1a042a8e-3927-4164-87cb-5ca01df17630","artifactVersion":"1"},{"artifactName":"vfw0bcd342a89a00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json","artifactChecksum":"ODQzNGVmM2ZjMDBkMzI3OWQ2MWUyMGJjYzAxYjNjZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2c63b9ae-81cd-4f3f-9b0e-317babf1f514","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"08bbdb6d-e17d-4d7b-8541-7d366b4df32c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vendor-license-model.xml","artifactChecksum":"Y2E2M2ExY2Q1MWQ4OWYxOTJiZTM1N2ZiZDhhNWE3ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"af902c1e-904c-43b4-9796-081a69398028","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b0a88eae-2324-4baf-b887-b4afff3211a3","artifactVersion":"2","generatedFromUUID":"08bbdb6d-e17d-4d7b-8541-7d366b4df32c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230117044214-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-template.yml","artifactChecksum":"MDFlNzRkNDg0MTZjMGFiNmVkN2EzNjQ4NGM2ODY1ZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"022a3117-5aaa-4da0-b117-eb183b540a59","artifactVersion":"1"},{"artifactName":"service-Vfw20230117044214-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar","artifactChecksum":"N2E5ZWRiZGM0ZGRmZGJlNDEwYzc3ODdlM2ZmNWY3ZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31c80496-65a8-473e-b8d2-7932f103d789","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-17T04:43:20.479Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:43:20.480Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:43:20.532Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:43:20.533Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930597819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:43:20.586Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 53 ms
2023-01-17T04:43:20.587Z||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.
2023-01-17T04:43:20.588Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:43:20.651Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:43:20.652Z||pool-19-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:43:21.534Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:43:21.536Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:43:21.541Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:43:21.542Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930597819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json",
"status": "NOTIFIED"
}
2023-01-17T04:43:21.639Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-01-17T04:43:21.640Z||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.
2023-01-17T04:43:21.640Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:43:21.658Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:43:21.659Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:43:22.542Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:43:22.547Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:43:22.551Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:43:22.551Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930597819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-17T04:43:22.651Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-17T04:43:22.653Z||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.
2023-01-17T04:43:22.653Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:43:22.668Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:43:22.669Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-01-17T04:43:23.552Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:43:23.554Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:43:23.559Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:43:23.559Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930597819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:43:23.659Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-17T04:43:23.661Z||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.
2023-01-17T04:43:23.661Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:43:23.682Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:43:23.683Z||pool-22-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2023-01-17T04:43:24.560Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:43:24.561Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:43:24.564Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:43:24.564Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930597819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-17T04:43:24.664Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-17T04:43:24.665Z||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.
2023-01-17T04:43:24.666Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:43:24.686Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:43:24.687Z||pool-23-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:43:25.565Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:43:25.566Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:43:25.568Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:43:25.569Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930597819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:43:25.669Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-17T04:43:25.670Z||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.
2023-01-17T04:43:25.671Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:43:25.685Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:43:25.686Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-17T04:43:26.570Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:43:26.571Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:43:26.577Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:43:26.578Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930597819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:43:26.690Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2023-01-17T04:43:26.691Z||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.
2023-01-17T04:43:26.692Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:43:26.705Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:43:26.706Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-17T04:43:27.581Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"serviceName": "vFW 2023-01-17 04-42-14",
"serviceVersion": "1.0",
"serviceUUID": "abbead39-5d3c-4947-a494-b10102abff84",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "df25ff99-9259-45f6-aa1d-7695310b36a1",
"resources": [
{
"resourceInstanceName": "vFW 0bcd342a-89a0 0",
"resourceCustomizationUUID": "11aa9fb7-9a4c-450a-b40b-9c15e2f6c360",
"resourceName": "vFW 0bcd342a-89a0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ec2e70ed-356c-4c6c-aa62-6556ed82a343",
"resourceInvariantUUID": "b2c40356-0f8e-497a-ae21-9581d5741955",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0bcd342a89a00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json",
"artifactChecksum": "ODQzNGVmM2ZjMDBkMzI3OWQ2MWUyMGJjYzAxYjNjZDE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2c63b9ae-81cd-4f3f-9b0e-317babf1f514",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "08bbdb6d-e17d-4d7b-8541-7d366b4df32c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b0a88eae-2324-4baf-b887-b4afff3211a3",
"generatedFromUUID": "08bbdb6d-e17d-4d7b-8541-7d366b4df32c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b0a88eae-2324-4baf-b887-b4afff3211a3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230117044214-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar",
"artifactChecksum": "N2E5ZWRiZGM0ZGRmZGJlNDEwYzc3ODdlM2ZmNWY3ZDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "31c80496-65a8-473e-b8d2-7932f103d789"
}
],
"workloadContext": "Production"
}
2023-01-17T04:43:27.581Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-17T04:43:27.582Z|d4bebcd9-5835-4d7e-ad72-840875ffe553|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 abbead39-5d3c-4947-a494-b10102abff84 ASDC
2023-01-17T04:43:27.582Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:73b82862-013b-4024-9bc7-df332478ce24
ServiceName:vFW 2023-01-17 04-42-14
ServiceVersion:1.0
ServiceUUID:abbead39-5d3c-4947-a494-b10102abff84
ServiceInvariantUUID:df25ff99-9259-45f6-aa1d-7695310b36a1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230117044214-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar
ArtifactUUID:31c80496-65a8-473e-b8d2-7932f103d789
ArtifactChecksum:N2E5ZWRiZGM0ZGRmZGJlNDEwYzc3ODdlM2ZmNWY3ZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0bcd342a-89a0 0
ResourceCustomizationUUID:11aa9fb7-9a4c-450a-b40b-9c15e2f6c360
ResourceInvariantUUID:b2c40356-0f8e-497a-ae21-9581d5741955
ResourceName:vFW 0bcd342a-89a0
ResourceType:VF
ResourceUUID:ec2e70ed-356c-4c6c-aa62-6556ed82a343
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0bcd342a89a00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json
ArtifactUUID:2c63b9ae-81cd-4f3f-9b0e-317babf1f514
ArtifactChecksum:ODQzNGVmM2ZjMDBkMzI3OWQ2MWUyMGJjYzAxYjNjZDE=
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/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml
ArtifactUUID:08bbdb6d-e17d-4d7b-8541-7d366b4df32c
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/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env
ArtifactUUID:b0a88eae-2324-4baf-b887-b4afff3211a3
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/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env
ArtifactUUID:b0a88eae-2324-4baf-b887-b4afff3211a3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-17T04:43:27.583Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF abbead39-5d3c-4947-a494-b10102abff84 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 (?, ?, ?, ?, ?)
2023-01-17T04:43:27.628Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-17T04:43:27.629Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-17T04:43:27.629Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-17T04:43:27.630Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 31c80496-65a8-473e-b8d2-7932f103d789 from URL: /sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar
2023-01-17T04:43:27.630Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-17T04:43:27.630Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar
2023-01-17T04:43:27.703Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-17T04:43:27.712Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar 31c80496-65a8-473e-b8d2-7932f103d789 100656
2023-01-17T04:43:27.712Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar ASDC sendASDCNotification
2023-01-17T04:43:27.713Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar
2023-01-17T04:43:27.713Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-17T04:43:27.714Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:43:27.717Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:43:27.717Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930607712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:43:27.817Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-17T04:43:27.819Z||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.
2023-01-17T04:43:27.819Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:43:27.857Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:43:27.858Z||pool-26-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2023-01-17T04:43:28.719Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-17T04:43:28.720Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-01-17T04:43:28.720Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 31c80496-65a8-473e-b8d2-7932f103d789, URL: /sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar to file: /app/ASDC/1/service-Vfw20230117044214-csar.csar
2023-01-17T04:43:28.721Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230117044214-csar.csar
2023-01-17T04:43:28.722Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230117044214-csar.csar
2023-01-17T04:43:28.722Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230117044214-csar.csar
2023-01-17T04:43:29.090Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17836693010434662720/Definitions/service-Vfw20230117044214-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-01-17T04:43:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:43:32.280Z||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.
2023-01-17T04:43:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:43:32.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:43:32.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4bebcd9-5835-4d7e-ad72-840875ffe553",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930576885,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-17T04:43:32.483Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:43:32.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "cds",
"timestamp": 1673930592278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:43:32.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930597819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:43:32.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "cds",
"timestamp": 1673930592278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:43:32.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930597819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json",
"status": "NOTIFIED"
}
2023-01-17T04:43:32.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "cds",
"timestamp": 1673930592278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:43:32.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930597819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-17T04:43:32.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "cds",
"timestamp": 1673930592278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:43:32.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930597819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:43:32.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "cds",
"timestamp": 1673930592278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:43:32.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930597819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-17T04:43:32.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "cds",
"timestamp": 1673930592278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:43:32.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930597819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:43:32.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "cds",
"timestamp": 1673930592278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:43:32.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930597819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:43:32.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "ves-openapi-manager",
"timestamp": 1673930605655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:43:32.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "cds",
"timestamp": 1673930607983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:43:32.492Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:43:32.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "ves-openapi-manager",
"timestamp": 1673930605655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:43:32.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930607712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:43:32.493Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:43:32.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "cds",
"timestamp": 1673930608989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-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=?
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-01-17T04:43:32.521Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 73b82862-013b-4024-9bc7-df332478ce24
2023-01-17T04:43:32.522Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73b82862-013b-4024-9bc7-df332478ce24 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 (?, ?, ?, ?, ?)
2023-01-17T04:43:32.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "ves-openapi-manager",
"timestamp": 1673930605655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:43:32.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930608341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:43:32.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "ves-openapi-manager",
"timestamp": 1673930605655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:43:32.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930608341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json",
"status": "NOTIFIED"
}
2023-01-17T04:43:32.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "ves-openapi-manager",
"timestamp": 1673930605655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:43:32.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930608341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-17T04:43:32.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:43:32.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:43:32.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "ves-openapi-manager",
"timestamp": 1673930605655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:43:32.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-01-17T04:43:33.164Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-17T04:43:33.165Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-17T04:43:33.165Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230117044214-csar.csar
2023-01-17T04:43:33.166Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-17T04:43:33.166Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230117044214-csar.csar
2023-01-17T04:43:33.166Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0bcd342a-89a0 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230117044214-csar.csar
2023-01-17T04:43:33.166Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||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-Vfw20230117044214-csar.csar
2023-01-17T04:43:33.166Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||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-Vfw20230117044214-csar.csar
2023-01-17T04:43:33.166Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||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-Vfw20230117044214-csar.csar
2023-01-17T04:43:33.167Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230117044214-csar.csar
2023-01-17T04:43:33.167Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230117044214-csar.csar
2023-01-17T04:43:33.167Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||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-Vfw20230117044214-csar.csar
2023-01-17T04:43:33.167Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230117044214-csar.csar
2023-01-17T04:43:33.167Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230117044214-csar.csar
2023-01-17T04:43:33.168Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230117044214-csar.csar
2023-01-17T04:43:33.168Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-01-17T04:43:33.168Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:33.168Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:43:33.169Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria
2023-01-17T04:43:33.169Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-17T04:43:33.170Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-17T04:43:33.170Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:33.171Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:43:33.171Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria
2023-01-17T04:43:33.171Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-01-17T04:43:33.171Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-17T04:43:33.172Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:33.172Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:43:33.173Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:33.173Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is not matching search criteria
2023-01-17T04:43:33.173Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-17T04:43:33.173Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-17T04:43:33.174Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-17T04:43:33.174Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-17T04:43:33.175Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-17T04:43:33.175Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-17T04:43:33.175Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-17T04:43:33.175Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-17T04:43:33.175Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-17T04:43:33.176Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-17T04:43:33.176Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-17T04:43:33.176Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-17T04:43:33.176Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-17T04:43:33.177Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-17T04:43:33.177Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-17T04:43:33.177Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-17T04:43:33.178Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:33.178Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-17T04:43:33.178Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:33.179Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria
2023-01-17T04:43:33.179Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T04:43:33.180Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:33.180Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria
2023-01-17T04:43:33.180Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T04:43:33.180Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:33.181Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria
2023-01-17T04:43:33.181Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T04:43:33.181Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:33.182Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is not matching search criteria
2023-01-17T04:43:33.182Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-17T04:43:33.182Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-17T04:43:33.182Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-17T04:43:33.183Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-17T04:43:33.183Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-17T04:43:33.183Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-17T04:43:33.183Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-17T04:43:33.184Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-17T04:43:33.184Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-17T04:43:33.184Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-17T04:43:33.184Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-17T04:43:33.185Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c2c0ae27-f80b-4b44-8127-f5f109b399fb
2023-01-17T04:43:33.185Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:33.185Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is not matching search criteria
2023-01-17T04:43:33.186Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-17T04:43:33.186Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-17T04:43:33.187Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-17T04:43:33.187Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-17T04:43:33.187Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-17T04:43:33.187Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-17T04:43:33.188Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-17T04:43:33.188Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-17T04:43:33.188Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-17T04:43:33.188Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-17T04:43:33.188Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-17T04:43:33.189Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-17T04:43:33.189Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d1ea9df1-56b2-457e-a9a2-ce137e7ab07f
2023-01-17T04:43:33.189Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:33.189Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is not matching search criteria
2023-01-17T04:43:33.190Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-17T04:43:33.190Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-17T04:43:33.190Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-17T04:43:33.190Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-17T04:43:33.191Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-17T04:43:33.191Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-17T04:43:33.191Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-17T04:43:33.191Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-17T04:43:33.191Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-17T04:43:33.192Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-17T04:43:33.192Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-17T04:43:33.192Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-17T04:43:33.192Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=56d81837-cc02-4be0-b9ac-fc2fc441ab6a
2023-01-17T04:43:33.193Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:33.193Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:43:33.193Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:33.194Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:43:33.194Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:33.194Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:43:33.195Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:33.195Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:43:33.195Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-17 04-42-14
Description:catalog service description
Model UUID:abbead39-5d3c-4947-a494-b10102abff84
Model Version:NULL
Model InvariantUuid:df25ff99-9259-45f6-aa1d-7695310b36a1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0bcd342a-89a0
Model UUID:69089fba-4669-436f-9e9f-0d4725c82318
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b2c40356-0f8e-497a-ae21-9581d5741955
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:11aa9fb7-9a4c-450a-b40b-9c15e2f6c360
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:89c41e98-1653-47c9-8c0b-72c4e176c6c0
ModelName:Vfw0bcd342a89a0..base_vfw..module-0
ModelUuid:1d7e970a-0500-48af-bf16-c19a9d17601c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c2c0ae27-f80b-4b44-8127-f5f109b399fb
ModelInvariantUuid:e3320ce7-38a4-48c1-a9b2-b176fa6556db
ModelName:vFW 0bcd342a-89a0-nodes.vfwCvfc
ModelUuid:b71062a0-56f6-44e2-8929-ca9923bb1654
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:1166d98c-3877-4fe8-967a-f415f5ff52d8
ModelInvariantUuid:ebf74d73-b7d3-4f61-8dfb-dc24a004765b
ModelName:Vfw0bcd342a89a0.compute.nodes.heat.vfw
ModelUuid:5ec6200d-e561-447e-9f26-dcc490597c88
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d1ea9df1-56b2-457e-a9a2-ce137e7ab07f
ModelInvariantUuid:a2680491-aa0f-4c78-bdc6-4e2ee9e55ea7
ModelName:vFW 0bcd342a-89a0-nodes.vsnCvfc
ModelUuid:e36cc952-1238-444c-9be8-c63c4973906e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:4844098b-632f-46c5-bcb5-d23a1be33e0c
ModelInvariantUuid:0d7fab3d-37f2-4a2c-a8c9-38e40a5917e7
ModelName:Vfw0bcd342a89a0.compute.nodes.heat.vsn
ModelUuid:13cea998-7686-44f3-bdfe-3b7fdae1e403
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:56d81837-cc02-4be0-b9ac-fc2fc441ab6a
ModelInvariantUuid:c0a13e77-be71-4cff-9a60-80d433b8ea19
ModelName:vFW 0bcd342a-89a0-nodes.vpgCvfc
ModelUuid:81fc17e4-74e0-4002-935a-a470db8d4656
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:2a325c61-7d76-4dfc-a6be-023c1cdff8b3
ModelInvariantUuid:fb8edefd-e04b-4473-bb2e-7a9e829ea83b
ModelName:Vfw0bcd342a89a0.compute.nodes.heat.vpg
ModelUuid:ce1e9cd8-fa3a-47f0-9e9d-53d4cd133c05
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=?
2023-01-17T04:43:33.211Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ec2e70ed-356c-4c6c-aa62-6556ed82a343
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=?
2023-01-17T04:43:33.216Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||vFW 0bcd342a-89a0 0
2023-01-17T04:43:33.217Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ec2e70ed-356c-4c6c-aa62-6556ed82a343
2023-01-17T04:43:33.217Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2c63b9ae-81cd-4f3f-9b0e-317babf1f514 from URL: /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json
2023-01-17T04:43:33.218Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-17T04:43:33.218Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json
2023-01-17T04:43:33.269Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-17T04:43:33.269Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json 2c63b9ae-81cd-4f3f-9b0e-317babf1f514 785
2023-01-17T04:43:33.270Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json ASDC sendASDCNotification
2023-01-17T04:43:33.270Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json
2023-01-17T04:43:33.270Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-17T04:43:33.270Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:43:33.273Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:43:33.273Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930613270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:43:33.376Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-17T04:43:33.377Z||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.
2023-01-17T04:43:33.377Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:43:33.390Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:43:33.390Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:43:34.274Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0bcd342a89a0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "89c41e98-1653-47c9-8c0b-72c4e176c6c0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1d7e970a-0500-48af-bf16-c19a9d17601c",
"vfModuleModelCustomizationUUID": "50d4b134-8c8d-40d1-9bd0-351dabf34b58",
"isBase": true,
"artifacts": [
"08bbdb6d-e17d-4d7b-8541-7d366b4df32c",
"b0a88eae-2324-4baf-b887-b4afff3211a3"
],
"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": ""
}
}
]
2023-01-17T04:43:34.282Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0bcd342a89a0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d7e970a-0500-48af-bf16-c19a9d17601c
VfModuleModelInvariantUUID:89c41e98-1653-47c9-8c0b-72c4e176c6c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
08bbdb6d-e17d-4d7b-8541-7d366b4df32c
,
b0a88eae-2324-4baf-b887-b4afff3211a3
}
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
}
2023-01-17T04:43:34.286Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0bcd342a89a0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "89c41e98-1653-47c9-8c0b-72c4e176c6c0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1d7e970a-0500-48af-bf16-c19a9d17601c",
"vfModuleModelCustomizationUUID": "50d4b134-8c8d-40d1-9bd0-351dabf34b58",
"isBase": true,
"artifacts": [
"08bbdb6d-e17d-4d7b-8541-7d366b4df32c",
"b0a88eae-2324-4baf-b887-b4afff3211a3"
],
"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": ""
}
}
]
2023-01-17T04:43:34.286Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0bcd342a89a0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d7e970a-0500-48af-bf16-c19a9d17601c
VfModuleModelInvariantUUID:89c41e98-1653-47c9-8c0b-72c4e176c6c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
08bbdb6d-e17d-4d7b-8541-7d366b4df32c
,
b0a88eae-2324-4baf-b887-b4afff3211a3
}
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
}
2023-01-17T04:43:34.286Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 08bbdb6d-e17d-4d7b-8541-7d366b4df32c from URL: /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml
2023-01-17T04:43:34.286Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-17T04:43:34.287Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml
2023-01-17T04:43:34.341Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-17T04:43:34.342Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml 08bbdb6d-e17d-4d7b-8541-7d366b4df32c 20368
2023-01-17T04:43:34.343Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-17T04:43:34.343Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml
2023-01-17T04:43:34.343Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-17T04:43:34.343Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:43:34.346Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:43:34.346Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930614343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:43:34.447Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-17T04:43:34.449Z||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.
2023-01-17T04:43:34.449Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:43:34.476Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:43:34.476Z||pool-28-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2023-01-17T04:43:35.347Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b0a88eae-2324-4baf-b887-b4afff3211a3 from URL: /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env
2023-01-17T04:43:35.348Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-01-17T04:43:35.348Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env
2023-01-17T04:43:35.426Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-01-17T04:43:35.427Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env b0a88eae-2324-4baf-b887-b4afff3211a3 2098
2023-01-17T04:43:35.427Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-17T04:43:35.427Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env
2023-01-17T04:43:35.428Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-17T04:43:35.428Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:43:35.431Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:43:35.432Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930615427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:43:35.531Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-17T04:43:35.533Z||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.
2023-01-17T04:43:35.533Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:43:35.545Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:43:35.546Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:43:36.433Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: abbead39-5d3c-4947-a494-b10102abff84
2023-01-17T04:43:36.433Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0bcd342a-89a0 0 ec2e70ed-356c-4c6c-aa62-6556ed82a343 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-17T04:43:36.483Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3dd85e05, org.onap.sdc.toscaparser.api.parameters.Input@7d6fb7c1, org.onap.sdc.toscaparser.api.parameters.Input@57c492b7, org.onap.sdc.toscaparser.api.parameters.Input@1bfef727, org.onap.sdc.toscaparser.api.parameters.Input@6429ba2b]
2023-01-17T04:43:36.485Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:36.486Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:43:36.486Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2023-01-17T04:43:36.486Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 11aa9fb7-9a4c-450a-b40b-9c15e2f6c360
2023-01-17T04:43:36.487Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 11aa9fb7-9a4c-450a-b40b-9c15e2f6c360 matches Tosca VF Customization UUID: 11aa9fb7-9a4c-450a-b40b-9c15e2f6c360
2023-01-17T04:43:36.487Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 11aa9fb7-9a4c-450a-b40b-9c15e2f6c360 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=?
2023-01-17T04:43:36.491Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:36.491Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:43:36.492Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 11aa9fb7-9a4c-450a-b40b-9c15e2f6c360: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-17T04:43:36.493Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b7125c1
2023-01-17T04:43:36.493Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:36.493Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-17T04:43:36.493Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 50d4b134-8c8d-40d1-9bd0-351dabf34b58
2023-01-17T04:43:36.494Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 50d4b134-8c8d-40d1-9bd0-351dabf34b58
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=?
2023-01-17T04:43:36.497Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:36.498Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria
2023-01-17T04:43:36.498Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T04:43:36.499Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:36.499Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria
2023-01-17T04:43:36.499Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T04:43:36.499Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:36.500Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is not matching search criteria
2023-01-17T04:43:36.500Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-17T04:43:36.500Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-17T04:43:36.500Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-17T04:43:36.500Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-17T04:43:36.500Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-17T04:43:36.501Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-17T04:43:36.501Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-17T04:43:36.502Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-17T04:43:36.502Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-17T04:43:36.502Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-17T04:43:36.503Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-17T04:43:36.503Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c2c0ae27-f80b-4b44-8127-f5f109b399fb
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=?
2023-01-17T04:43:36.507Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:36.507Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria
2023-01-17T04:43:36.508Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T04:43:36.508Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:36.508Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is not matching search criteria
2023-01-17T04:43:36.508Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-17T04:43:36.509Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-17T04:43:36.509Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-17T04:43:36.509Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-17T04:43:36.509Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-17T04:43:36.509Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-17T04:43:36.510Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-17T04:43:36.510Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-17T04:43:36.510Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-17T04:43:36.510Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-17T04:43:36.511Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-17T04:43:36.511Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-17T04:43:36.511Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d1ea9df1-56b2-457e-a9a2-ce137e7ab07f
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=?
2023-01-17T04:43:36.515Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:36.516Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria
2023-01-17T04:43:36.516Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T04:43:36.521Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:36.522Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is not matching search criteria
2023-01-17T04:43:36.523Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-17T04:43:36.523Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-17T04:43:36.523Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-17T04:43:36.523Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-17T04:43:36.524Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-17T04:43:36.524Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-17T04:43:36.524Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-17T04:43:36.524Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-17T04:43:36.524Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-17T04:43:36.525Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-17T04:43:36.525Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-17T04:43:36.525Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-17T04:43:36.526Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=56d81837-cc02-4be0-b9ac-fc2fc441ab6a
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=?
2023-01-17T04:43:36.531Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:36.532Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria
2023-01-17T04:43:36.532Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-17T04:43:36.533Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:36.533Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Node template vFW 0bcd342a-89a0 0 is matching search criteria
2023-01-17T04:43:36.534Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 0bcd342a-89a0 0] matching following query criteria: sdcType=VF, customizationUUID=11aa9fb7-9a4c-450a-b40b-9c15e2f6c360
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=?
2023-01-17T04:43:36.538Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:36.539Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:43:36.539Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid abbead39-5d3c-4947-a494-b10102abff84: vFW 0bcd342a-89a0
2023-01-17T04:43:36.539Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:36.540Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:43:36.540Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:36.540Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:43:36.540Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:36.541Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:43:36.541Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:36.541Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:43:36.542Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:43:36.542Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-01-17 04-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:43:36.542Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2023-01-17 04-42-14
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 (?, ?, ?, ?, ?)
2023-01-17T04:43:36.936Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0bcd342a-89a0 ec2e70ed-356c-4c6c-aa62-6556ed82a343 1 ASDC deployResourceStructure
2023-01-17T04:43:36.937Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json ASDC sendASDCNotification
2023-01-17T04:43:36.937Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json
2023-01-17T04:43:36.938Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-17T04:43:36.940Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:43:36.948Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:43:36.948Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930616937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json",
"status": "DEPLOY_OK"
}
2023-01-17T04:43:37.047Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-17T04:43:37.049Z||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.
2023-01-17T04:43:37.049Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:43:37.063Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:43:37.063Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:43:37.950Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-17T04:43:37.954Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml
2023-01-17T04:43:37.955Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-17T04:43:37.956Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:43:37.961Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:43:37.961Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930617949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-17T04:43:38.059Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-01-17T04:43:38.060Z||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.
2023-01-17T04:43:38.060Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:43:38.073Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:43:38.074Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:43:38.963Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-17T04:43:38.963Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env
2023-01-17T04:43:38.963Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-17T04:43:38.964Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:43:38.967Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:43:38.967Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930618963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-17T04:43:39.067Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-17T04:43:39.069Z||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.
2023-01-17T04:43:39.070Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:43:39.114Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:43:39.115Z||pool-32-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2023-01-17T04:43:39.968Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar ASDC sendASDCNotification
2023-01-17T04:43:39.969Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar
2023-01-17T04:43:39.969Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-17T04:43:39.969Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:43:39.972Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:43:39.972Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930619968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T04:43:40.073Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-17T04:43:40.074Z||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.
2023-01-17T04:43:40.074Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:43:40.086Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:43:40.087Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:43:40.973Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24
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=?
2023-01-17T04:43:40.987Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24
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=?
2023-01-17T04:43:40.993Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T04:43:40.993Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T04:43:40.993Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T04:44:10.994Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24
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=?
2023-01-17T04:44:11.009Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24
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=?
2023-01-17T04:44:11.013Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T04:44:11.014Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T04:44:11.014Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T04:44:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:44:32.280Z||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.
2023-01-17T04:44:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:44:32.311Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:44:32.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-17T04:44:32.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930608341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:44:32.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-01-17T04:44:41.015Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24
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=?
2023-01-17T04:44:41.032Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24
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=?
2023-01-17T04:44:41.039Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T04:44:41.039Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T04:44:41.039Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T04:45:11.040Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24
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=?
2023-01-17T04:45:11.067Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24
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=?
2023-01-17T04:45:11.082Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T04:45:11.084Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T04:45:11.085Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T04:45:32.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:45:32.280Z||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.
2023-01-17T04:45:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:45:32.335Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:45:32.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:45:32.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "ves-openapi-manager",
"timestamp": 1673930605655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:45:32.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-17T04:45:41.086Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24
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=?
2023-01-17T04:45:41.119Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24
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=?
2023-01-17T04:45:41.126Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T04:45:41.127Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T04:45:41.128Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T04:46:11.129Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24
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=?
2023-01-17T04:46:11.147Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24
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=?
2023-01-17T04:46:11.158Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T04:46:11.158Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T04:46:11.158Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T04:46:32.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:46:32.282Z||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.
2023-01-17T04:46:32.283Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:46:32.827Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:46:32.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930613270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:46:32.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:46:32.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930608341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-17T04:46:32.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-17T04:46:32.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930614343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:46:32.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:46:32.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930608341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:46:32.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-17T04:46:32.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930608341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:46:32.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-17T04:46:32.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930615427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:46:32.840Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:46:32.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930616103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:46:32.841Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:46:32.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930616937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json",
"status": "DEPLOY_OK"
}
2023-01-17T04:46:32.843Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:46:32.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930617185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:46:32.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:46:32.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930617949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-17T04:46:32.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:46:32.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930618240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:46:32.845Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:46:32.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673930617365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:46:32.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-17T04:46:32.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930618963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-17T04:46:32.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:46:32.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "aai-ml",
"timestamp": 1673930618692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:46:32.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-17T04:46:32.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673930617365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:46:32.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-17T04:46:32.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930619273,
"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=?
2023-01-17T04:46:32.859Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 73b82862-013b-4024-9bc7-df332478ce24
2023-01-17T04:46:32.859Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73b82862-013b-4024-9bc7-df332478ce24 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 (?, ?, ?, ?, ?)
2023-01-17T04:46:32.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930619968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T04:46:32.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:46:32.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "aai-ml",
"timestamp": 1673930618692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:46:32.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-17T04:46:32.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673930617365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:46:32.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-17T04:46:32.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673930620278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vfw0bcd342a89a00_modules.json",
"status": "DEPLOY_OK"
}
2023-01-17T04:46:32.883Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:46:32.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "aai-ml",
"timestamp": 1673930618692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:46:32.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-17T04:46:32.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673930617365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:46:32.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-17T04:46:32.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "aai-ml",
"timestamp": 1673930618692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:46:32.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-17T04:46:32.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673930617365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:46:32.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-17T04:46:32.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "aai-ml",
"timestamp": 1673930618692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/resourceInstances/vfw0bcd342a89a00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:46:32.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-17T04:46:32.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673930617365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:46:32.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-17T04:46:32.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "aai-ml",
"timestamp": 1673930618692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:46:32.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-17T04:46:32.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673930617365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:46:32.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-17T04:46:32.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "aai-ml",
"timestamp": 1673930618692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:46:32.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-17T04:46:32.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673930625119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:46:32.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:46:32.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "aai-ml",
"timestamp": 1673930626445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:46:32.892Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:46:32.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673930628540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T04:46:32.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:46:32.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673930629544,
"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=?
2023-01-17T04:46:32.903Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 73b82862-013b-4024-9bc7-df332478ce24
2023-01-17T04:46:32.904Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73b82862-013b-4024-9bc7-df332478ce24 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 (?, ?, ?, ?, ?)
2023-01-17T04:46:32.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "aai-ml",
"timestamp": 1673930639873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230117044214/1.0/artifacts/service-Vfw20230117044214-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T04:46:32.918Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:46:32.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:46:32.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "aai-ml",
"timestamp": 1673930640877,
"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=?
2023-01-17T04:46:32.928Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 73b82862-013b-4024-9bc7-df332478ce24
2023-01-17T04:46:32.929Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73b82862-013b-4024-9bc7-df332478ce24 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 (?, ?, ?, ?, ?)
2023-01-17T04:46:41.159Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24
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=?
2023-01-17T04:46:41.171Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24
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=?
2023-01-17T04:46:41.176Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T04:46:41.177Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-17T04:46:41.177Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-17T04:46:41.177Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-17T04:46:41.177Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T04:46:41.178Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T04:46:41.178Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T04:46:41.178Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T04:46:41.178Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T04:46:41.178Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||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=?
2023-01-17T04:46:41.186Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-17T04:47:11.188Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 73b82862-013b-4024-9bc7-df332478ce24 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=?
2023-01-17T04:47:11.202Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 73b82862-013b-4024-9bc7-df332478ce24 and serviceModelVersionId: abbead39-5d3c-4947-a494-b10102abff84
2023-01-17T04:47:11.203Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df25ff99-9259-45f6-aa1d-7695310b36a1
2023-01-17T04:47:11.204Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df25ff99-9259-45f6-aa1d-7695310b36a1/model-vers/model-ver/abbead39-5d3c-4947-a494-b10102abff84?depth=0
2023-01-17T04:47:11.239Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-01-17T04:47:11.343Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df25ff99-9259-45f6-aa1d-7695310b36a1/model-vers/model-ver/abbead39-5d3c-4947-a494-b10102abff84?depth=0|INFO|500||Invoke
2023-01-17T04:47:11.345Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df25ff99-9259-45f6-aa1d-7695310b36a1/model-vers/model-ver/abbead39-5d3c-4947-a494-b10102abff84?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df25ff99-9259-45f6-aa1d-7695310b36a1/model-vers/model-ver/abbead39-5d3c-4947-a494-b10102abff84?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[73b82862-013b-4024-9bc7-df332478ce24], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6450f791-6d6b-4619-af73-b3f7f1de1077], X-ECOMP-RequestID=[73b82862-013b-4024-9bc7-df332478ce24], X-TransactionId=[], X-ONAP-RequestID=[73b82862-013b-4024-9bc7-df332478ce24], Content-Type=[application/merge-patch+json]}
2023-01-17T04:47:11.394Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df25ff99-9259-45f6-aa1d-7695310b36a1/model-vers/model-ver/abbead39-5d3c-4947-a494-b10102abff84?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-17T04:47:11.522Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df25ff99-9259-45f6-aa1d-7695310b36a1/model-vers/model-ver/abbead39-5d3c-4947-a494-b10102abff84?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/df25ff99-9259-45f6-aa1d-7695310b36a1/model-vers/model-ver/abbead39-5d3c-4947-a494-b10102abff84?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 04:47:12 GMT], content-length=[0], vertex-id=[422088], x-aai-txid=[1-aai-resources-230117-04:47:12:063-59983], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-17T04:47:11.523Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df25ff99-9259-45f6-aa1d-7695310b36a1/model-vers/model-ver/abbead39-5d3c-4947-a494-b10102abff84?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-17T04:47:11.528Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df25ff99-9259-45f6-aa1d-7695310b36a1/model-vers/model-ver/abbead39-5d3c-4947-a494-b10102abff84?depth=0|INFO|500||InvokeReturn
2023-01-17T04:47:11.529Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-17T04:47:11.529Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||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=?
2023-01-17T04:47:11.544Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||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)
2023-01-17T04:47:11.544Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 73b82862-013b-4024-9bc7-df332478ce24 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-17T04:47:11.544Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-17T04:47:11.545Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:47:11.548Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:47:11.548Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930831544,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-17T04:47:11.648Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-17T04:47:11.651Z||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.
2023-01-17T04:47:11.652Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:47:11.672Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:47:11.673Z||pool-34-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-17T04:47:12.564Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:47:12.565Z|73b82862-013b-4024-9bc7-df332478ce24|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.
2023-01-17T04:47:12.565Z|73b82862-013b-4024-9bc7-df332478ce24|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 4KICICBhOAmsafEh) ...
2023-01-17T04:47:22.859Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:47:22.861Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:47:22.862Z|73b82862-013b-4024-9bc7-df332478ce24|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.
2023-01-17T04:47:22.862Z|73b82862-013b-4024-9bc7-df332478ce24|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 4KICICBhOAmsafEh) ...
2023-01-17T04:47:32.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:47:32.280Z||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.
2023-01-17T04:47:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:47:32.405Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:47:32.405Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:47:32.406Z|73b82862-013b-4024-9bc7-df332478ce24|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.
2023-01-17T04:47:32.406Z|73b82862-013b-4024-9bc7-df332478ce24|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 4KICICBhOAmsafEh) ...
2023-01-17T04:47:32.911Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:47:32.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-17T04:47:32.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "73b82862-013b-4024-9bc7-df332478ce24",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673930831544,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-17T04:47:32.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:47:41.942Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:47:41.943Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:47:41.944Z|73b82862-013b-4024-9bc7-df332478ce24|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.
2023-01-17T04:47:41.944Z|73b82862-013b-4024-9bc7-df332478ce24|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 4KICICBhOAmsafEh) ...
2023-01-17T04:47:51.508Z|73b82862-013b-4024-9bc7-df332478ce24|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:47:51.509Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:47:51.509Z||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.
2023-01-17T04:47:51.510Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:48:01.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:48:01.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:48:01.057Z||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.
2023-01-17T04:48:01.057Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:48:10.612Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:48:32.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:48:32.255Z||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.
2023-01-17T04:48:32.256Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:48:32.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:48:32.280Z||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.
2023-01-17T04:48:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:48:41.798Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:48:41.835Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:49:32.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:49:32.255Z||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.
2023-01-17T04:49:32.255Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:49:32.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:49:32.280Z||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.
2023-01-17T04:49:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:49:41.811Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:49:41.839Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:50:32.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:50:32.257Z||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.
2023-01-17T04:50:32.262Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:50:32.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:50:32.280Z||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.
2023-01-17T04:50:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:50:41.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:50:41.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:51:32.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:51:32.255Z||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.
2023-01-17T04:51:32.255Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:51:32.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:51:32.280Z||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.
2023-01-17T04:51:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:51:41.808Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:51:41.827Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:52:32.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:52:32.258Z||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.
2023-01-17T04:52:32.258Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:52:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:52:32.280Z||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.
2023-01-17T04:52:32.280Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:52:41.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:52:42.275Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:52:42.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-17T04:52:42.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d2927ab3-7feb-456f-9a02-b8e1dfba06a6","serviceName":"Demo_pNF_KAQH3pnDpMPm4eoVUtp6","serviceVersion":"1.0","serviceUUID":"f98bc943-9e14-4ac3-85ae-6e0e1e7871bd","serviceDescription":"catalog service description","serviceInvariantUUID":"b6888906-d62c-4e93-a19d-10f879dee3f3","resources":[{"resourceInstanceName":"pNF 2ff95ae8-6139 0","resourceName":"pNF 2ff95ae8-6139","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2aa05ff1-6ffb-40c3-8674-ecbc1fa138b2","resourceInvariantUUID":"29d160d6-45bc-4bd4-8ecd-423a6a828944","resourceCustomizationUUID":"090ca8ce-1280-425e-b92d-5b9865796cc9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vf-license-model.xml","artifactChecksum":"NmUyNzI2OWZiMDA4OWU0MWMzMjUwNjAwN2Q1MGZiNjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2130f2f7-0b7a-40ea-9059-7739f647d61a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/pNF.csar","artifactChecksum":"ZmU0MTA5OWU5M2NiNmMwODY1YmZjZTRhNmI4YmVjOWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dae174ea-2158-4b73-9fa1-9392f6fead8e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f10c3e2-6536-415c-8546-590be78b09a0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vendor-license-model.xml","artifactChecksum":"NjNiNjA4M2E0N2VmMDEzMTkyODM4OGI1OTM3ZWExMWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cd0023fc-2707-4919-99b2-8c4921b40c8b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"20c2c1ba-8667-41d2-b6a7-a3c64fb62aec","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"065d6c23-6b50-46e1-ba49-29f99d2e0d9a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKaqh3pndpmpm4eovutp6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-template.yml","artifactChecksum":"ZDE3OGI3ZTc4NWQyNGRhMzJkZmY1MDMxNWVlZTkxNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7cab4966-568b-4298-aea5-facebea44200","artifactVersion":"1"},{"artifactName":"service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar","artifactChecksum":"N2YxODU3NzJiYjMxZWYyNmYzMTFjMWE4NzU1ZmQwMjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d3cdd66-b525-45e9-bd3e-adb81b9908c4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-17T04:52:42.284Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:52:42.284Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:52:42.287Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:52:42.287Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931152254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:52:42.387Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-17T04:52:42.388Z||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.
2023-01-17T04:52:42.388Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:52:42.406Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:52:42.407Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":5,"count":1}
2023-01-17T04:52:43.288Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:52:43.289Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:52:43.293Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:52:43.293Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931152254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:52:43.393Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-17T04:52:43.395Z||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.
2023-01-17T04:52:43.395Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:52:43.428Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:52:43.429Z||pool-36-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:52:44.294Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:52:44.296Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:52:44.299Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:52:44.299Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931152254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:52:44.402Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-17T04:52:44.403Z||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.
2023-01-17T04:52:44.404Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:52:44.430Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:52:44.431Z||pool-37-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:52:45.300Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:52:45.301Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:52:45.304Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:52:45.304Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931152254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:52:45.404Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-17T04:52:45.406Z||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.
2023-01-17T04:52:45.406Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:52:45.420Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:52:45.421Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:52:46.305Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:52:46.306Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:52:46.309Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:52:46.310Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931152254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:52:46.410Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-17T04:52:46.411Z||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.
2023-01-17T04:52:46.411Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:52:46.424Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:52:46.425Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:52:47.310Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:52:47.319Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:52:47.324Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:52:47.325Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931152254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:52:47.427Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-17T04:52:47.429Z||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.
2023-01-17T04:52:47.429Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:52:47.471Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:52:47.472Z||pool-40-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2023-01-17T04:52:48.328Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:52:48.330Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:52:48.335Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:52:48.336Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931152254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:52:48.436Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-17T04:52:48.437Z||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.
2023-01-17T04:52:48.437Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:52:48.466Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:52:48.466Z||pool-41-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:52:49.337Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:52:49.337Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:52:49.356Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:52:49.356Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931152254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:52:49.441Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2023-01-17T04:52:49.444Z||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.
2023-01-17T04:52:49.444Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:52:49.494Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:52:49.495Z||pool-42-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:52:50.365Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"serviceName": "Demo_pNF_KAQH3pnDpMPm4eoVUtp6",
"serviceVersion": "1.0",
"serviceUUID": "f98bc943-9e14-4ac3-85ae-6e0e1e7871bd",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b6888906-d62c-4e93-a19d-10f879dee3f3",
"resources": [
{
"resourceInstanceName": "pNF 2ff95ae8-6139 0",
"resourceCustomizationUUID": "090ca8ce-1280-425e-b92d-5b9865796cc9",
"resourceName": "pNF 2ff95ae8-6139",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "2aa05ff1-6ffb-40c3-8674-ecbc1fa138b2",
"resourceInvariantUUID": "29d160d6-45bc-4bd4-8ecd-423a6a828944",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar",
"artifactChecksum": "N2YxODU3NzJiYjMxZWYyNmYzMTFjMWE4NzU1ZmQwMjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5d3cdd66-b525-45e9-bd3e-adb81b9908c4"
}
],
"workloadContext": "Production"
}
2023-01-17T04:52:50.365Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-17T04:52:50.366Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f98bc943-9e14-4ac3-85ae-6e0e1e7871bd ASDC
2023-01-17T04:52:50.367Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:d2927ab3-7feb-456f-9a02-b8e1dfba06a6
ServiceName:Demo_pNF_KAQH3pnDpMPm4eoVUtp6
ServiceVersion:1.0
ServiceUUID:f98bc943-9e14-4ac3-85ae-6e0e1e7871bd
ServiceInvariantUUID:b6888906-d62c-4e93-a19d-10f879dee3f3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar
ArtifactUUID:5d3cdd66-b525-45e9-bd3e-adb81b9908c4
ArtifactChecksum:N2YxODU3NzJiYjMxZWYyNmYzMTFjMWE4NzU1ZmQwMjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2ff95ae8-6139 0
ResourceCustomizationUUID:090ca8ce-1280-425e-b92d-5b9865796cc9
ResourceInvariantUUID:29d160d6-45bc-4bd4-8ecd-423a6a828944
ResourceName:pNF 2ff95ae8-6139
ResourceType:PNF
ResourceUUID:2aa05ff1-6ffb-40c3-8674-ecbc1fa138b2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-01-17T04:52:50.370Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f98bc943-9e14-4ac3-85ae-6e0e1e7871bd 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 (?, ?, ?, ?, ?)
2023-01-17T04:52:50.529Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-17T04:52:50.531Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-17T04:52:50.531Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-17T04:52:50.532Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5d3cdd66-b525-45e9-bd3e-adb81b9908c4 from URL: /sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar
2023-01-17T04:52:50.532Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-17T04:52:50.532Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar
2023-01-17T04:52:50.719Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-17T04:52:50.725Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar 5d3cdd66-b525-45e9-bd3e-adb81b9908c4 87785
2023-01-17T04:52:50.726Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar ASDC sendASDCNotification
2023-01-17T04:52:50.726Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar
2023-01-17T04:52:50.726Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-17T04:52:50.727Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:52:50.732Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:52:50.732Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931170726,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:52:50.842Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-17T04:52:50.843Z||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.
2023-01-17T04:52:50.843Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:52:50.890Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:52:50.891Z||pool-43-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:52:51.748Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-17T04:52:51.749Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-17T04:52:51.749Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5d3cdd66-b525-45e9-bd3e-adb81b9908c4, URL: /sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar to file: /app/ASDC/1/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar
2023-01-17T04:52:51.750Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar
2023-01-17T04:52:51.751Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar
2023-01-17T04:52:51.751Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar
2023-01-17T04:52:52.109Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9788131310406802246/Definitions/service-DemoPnfKaqh3pndpmpm4eovutp6-template.yml
2023-01-17T04:52:53.847Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-17T04:52:53.848Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-17T04:52:53.848Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar
2023-01-17T04:52:53.848Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-17T04:52:53.849Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||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-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar
2023-01-17T04:52:53.849Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar
2023-01-17T04:52:53.849Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||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-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar
2023-01-17T04:52:53.849Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||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-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar
2023-01-17T04:52:53.849Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||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-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar
2023-01-17T04:52:53.850Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2ff95ae8-6139 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-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar
2023-01-17T04:52:53.850Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||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-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar
2023-01-17T04:52:53.850Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-17T04:52:53.850Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:52:53.851Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_KAQH3pnDpMPm4eoVUtp6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:52:53.851Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Node template pNF 2ff95ae8-6139 0 is matching search criteria
2023-01-17T04:52:53.851Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-17T04:52:53.852Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 2ff95ae8-6139 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-17T04:52:53.852Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:52:53.852Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_KAQH3pnDpMPm4eoVUtp6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:52:53.853Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Node template pNF 2ff95ae8-6139 0 is matching search criteria
2023-01-17T04:52:53.853Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-17T04:52:53.853Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 2ff95ae8-6139 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-17T04:52:53.853Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:52:53.854Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_KAQH3pnDpMPm4eoVUtp6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:52:53.854Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:52:53.854Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_KAQH3pnDpMPm4eoVUtp6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:52:53.854Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:52:53.855Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_KAQH3pnDpMPm4eoVUtp6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:52:53.855Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:52:53.856Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_KAQH3pnDpMPm4eoVUtp6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:52:53.857Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:52:53.857Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_KAQH3pnDpMPm4eoVUtp6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:52:53.858Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_KAQH3pnDpMPm4eoVUtp6
Description:catalog service description
Model UUID:f98bc943-9e14-4ac3-85ae-6e0e1e7871bd
Model Version:NULL
Model InvariantUuid:b6888906-d62c-4e93-a19d-10f879dee3f3
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=?
2023-01-17T04:52:53.882Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2aa05ff1-6ffb-40c3-8674-ecbc1fa138b2
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=?
2023-01-17T04:52:53.890Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||pNF 2ff95ae8-6139 0
2023-01-17T04:52:53.890Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2aa05ff1-6ffb-40c3-8674-ecbc1fa138b2
2023-01-17T04:52:53.891Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||No resources found for Service: f98bc943-9e14-4ac3-85ae-6e0e1e7871bd
2023-01-17T04:52:53.891Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f98bc943-9e14-4ac3-85ae-6e0e1e7871bd
2023-01-17T04:52:53.891Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2ff95ae8-6139 0 2aa05ff1-6ffb-40c3-8674-ecbc1fa138b2 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=?
2023-01-17T04:52:53.903Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b757ffb, org.onap.sdc.toscaparser.api.parameters.Input@38320622, org.onap.sdc.toscaparser.api.parameters.Input@165d9691, org.onap.sdc.toscaparser.api.parameters.Input@63be77db, org.onap.sdc.toscaparser.api.parameters.Input@633446f0]
2023-01-17T04:52:53.904Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:52:53.904Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_KAQH3pnDpMPm4eoVUtp6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:52:53.905Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f98bc943-9e14-4ac3-85ae-6e0e1e7871bd: pNF 2ff95ae8-6139
2023-01-17T04:52:53.905Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||Processing PNF resource: 2aa05ff1-6ffb-40c3-8674-ecbc1fa138b2
2023-01-17T04:52:53.906Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:52:53.906Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_KAQH3pnDpMPm4eoVUtp6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:52:53.906Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||Resource customization UUID: 090ca8ce-1280-425e-b92d-5b9865796cc9 is the same as notified resource customizationUUID: 090ca8ce-1280-425e-b92d-5b9865796cc9
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 (?, ?)
2023-01-17T04:52:54.027Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2ff95ae8-6139 2aa05ff1-6ffb-40c3-8674-ecbc1fa138b2 0 ASDC deployResourceStructure
2023-01-17T04:52:54.028Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar ASDC sendASDCNotification
2023-01-17T04:52:54.028Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar
2023-01-17T04:52:54.028Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-17T04:52:54.029Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:52:54.032Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:52:54.032Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931174028,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T04:52:54.132Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-17T04:52:54.135Z||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.
2023-01-17T04:52:54.135Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:52:54.167Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:52:54.169Z||pool-44-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2023-01-17T04:52:55.033Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2927ab3-7feb-456f-9a02-b8e1dfba06a6
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=?
2023-01-17T04:52:55.051Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2927ab3-7feb-456f-9a02-b8e1dfba06a6
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=?
2023-01-17T04:52:55.057Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T04:52:55.058Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T04:52:55.058Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T04:53:25.063Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2927ab3-7feb-456f-9a02-b8e1dfba06a6
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=?
2023-01-17T04:53:25.097Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2927ab3-7feb-456f-9a02-b8e1dfba06a6
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=?
2023-01-17T04:53:25.102Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T04:53:25.102Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-17T04:53:25.102Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-17T04:53:32.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:53:32.280Z||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.
2023-01-17T04:53:32.281Z||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 4KICICBhOAmsafEh) ...
2023-01-17T04:53:32.946Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:53:32.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673931157366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931152254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "aai-ml",
"timestamp": 1673931158693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "cds",
"timestamp": 1673931162278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673931157366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "aai-ml",
"timestamp": 1673931158693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931152254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "cds",
"timestamp": 1673931162278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "aai-ml",
"timestamp": 1673931158693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673931157366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931152254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "cds",
"timestamp": 1673931162278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673931157366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "aai-ml",
"timestamp": 1673931158693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931152254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "cds",
"timestamp": 1673931162278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673931157366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "aai-ml",
"timestamp": 1673931158693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931152254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "cds",
"timestamp": 1673931162278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1673931165655,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "aai-ml",
"timestamp": 1673931158693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673931157366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931152254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "cds",
"timestamp": 1673931162278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1673931165655,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "aai-ml",
"timestamp": 1673931158693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673931157366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931152254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "cds",
"timestamp": 1673931162278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1673931165655,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673931157366,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:53:32.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "aai-ml",
"timestamp": 1673931158693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:53:32.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931152254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:53:32.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931168341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "cds",
"timestamp": 1673931162278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:53:32.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1673931165655,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931168341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "aai-ml",
"timestamp": 1673931170763,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:53:32.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:53:32.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673931169826,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:53:32.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:53:32.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1673931165655,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "cds",
"timestamp": 1673931171041,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:53:32.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:53:32.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931170726,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:53:32.983Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:53:32.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931168341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:32.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1673931165655,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-01-17T04:53:32.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:32.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:32.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "cds",
"timestamp": 1673931172061,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-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=?
2023-01-17T04:53:33.001Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d2927ab3-7feb-456f-9a02-b8e1dfba06a6
2023-01-17T04:53:33.002Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2927ab3-7feb-456f-9a02-b8e1dfba06a6 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 (?, ?, ?, ?, ?)
2023-01-17T04:53:33.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931168341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673931171888,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T04:53:33.016Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:53:33.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1673931165655,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931168341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673931172896,
"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=?
2023-01-17T04:53:33.027Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2927ab3-7feb-456f-9a02-b8e1dfba06a6
2023-01-17T04:53:33.028Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2927ab3-7feb-456f-9a02-b8e1dfba06a6 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 (?, ?, ?, ?, ?)
2023-01-17T04:53:33.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1673931165655,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931174028,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T04:53:33.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:53:33.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931168341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1673931174491,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:53:33.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:53:33.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931168341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1673931175682,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/resourceInstances/pnf2ff95ae861390/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-01-17T04:53:33.051Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:53:33.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931168341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:53:33.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "ves-openapi-manager",
"timestamp": 1673931176691,
"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=?
2023-01-17T04:53:33.058Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of d2927ab3-7feb-456f-9a02-b8e1dfba06a6
2023-01-17T04:53:33.059Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2927ab3-7feb-456f-9a02-b8e1dfba06a6 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 (?, ?, ?, ?, ?)
2023-01-17T04:53:33.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931168341,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "cds",
"timestamp": 1673931177278,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "aai-ml",
"timestamp": 1673931178170,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfKaqh3pndpmpm4eovutp6/1.0/artifacts/service-DemoPnfKaqh3pndpmpm4eovutp6-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T04:53:33.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:53:33.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "ves-openapi-manager",
"timestamp": 1673931165655,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931168341,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:53:33.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "cds",
"timestamp": 1673931177278,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:53:33.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "aai-ml",
"timestamp": 1673931179174,
"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=?
2023-01-17T04:53:33.092Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d2927ab3-7feb-456f-9a02-b8e1dfba06a6
2023-01-17T04:53:33.094Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2927ab3-7feb-456f-9a02-b8e1dfba06a6 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 (?, ?, ?, ?, ?)
2023-01-17T04:53:33.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "ves-openapi-manager",
"timestamp": 1673931165655,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "cds",
"timestamp": 1673931180106,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:53:33.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:53:33.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "cds",
"timestamp": 1673931181112,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-17T04:53:33.129Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bdae4d32-e4f6-44dd-8f94-22a148441e4a
2023-01-17T04:53:33.130Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdae4d32-e4f6-44dd-8f94-22a148441e4a 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 (?, ?, ?, ?, ?)
2023-01-17T04:53:33.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673931187365,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "aai-ml",
"timestamp": 1673931188692,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673931187365,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:53:33.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "aai-ml",
"timestamp": 1673931188692,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:53:33.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673931190068,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:53:33.164Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:53:33.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "aai-ml",
"timestamp": 1673931191405,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:53:33.164Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:53:33.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673931191653,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T04:53:33.165Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:53:33.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673931192659,
"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=?
2023-01-17T04:53:33.173Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bdae4d32-e4f6-44dd-8f94-22a148441e4a
2023-01-17T04:53:33.174Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdae4d32-e4f6-44dd-8f94-22a148441e4a 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 (?, ?, ?, ?, ?)
2023-01-17T04:53:33.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "aai-ml",
"timestamp": 1673931196339,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-17T04:53:33.191Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:53:33.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "aai-ml",
"timestamp": 1673931197344,
"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=?
2023-01-17T04:53:33.202Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bdae4d32-e4f6-44dd-8f94-22a148441e4a
2023-01-17T04:53:33.203Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdae4d32-e4f6-44dd-8f94-22a148441e4a 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 (?, ?, ?, ?, ?)
2023-01-17T04:53:33.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "cds",
"timestamp": 1673931192277,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931188341,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "cds",
"timestamp": 1673931192277,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931188341,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-01-17T04:53:33.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "cds",
"timestamp": 1673931192277,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931188341,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-01-17T04:53:33.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "cds",
"timestamp": 1673931192277,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931188341,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "cds",
"timestamp": 1673931192277,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931188341,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-01-17T04:53:33.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "cds",
"timestamp": 1673931192277,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931188341,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "cds",
"timestamp": 1673931192277,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:53:33.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931188341,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:53:33.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "cds",
"timestamp": 1673931204623,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:53:33.252Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:53:33.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931204064,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:53:33.252Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:53:33.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "cds",
"timestamp": 1673931205633,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-17T04:53:33.279Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95ae1269-5f21-4faf-a7a8-d7c04659f521
2023-01-17T04:53:33.280Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95ae1269-5f21-4faf-a7a8-d7c04659f521 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 (?, ?, ?, ?, ?)
2023-01-17T04:53:33.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931205128,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:53:33.299Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:53:33.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931206185,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:53:33.300Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:53:33.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "ves-openapi-manager",
"timestamp": 1673931205656,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931207225,
"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=?
2023-01-17T04:53:33.363Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95ae1269-5f21-4faf-a7a8-d7c04659f521
2023-01-17T04:53:33.369Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95ae1269-5f21-4faf-a7a8-d7c04659f521 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 (?, ?, ?, ?, ?)
2023-01-17T04:53:33.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "ves-openapi-manager",
"timestamp": 1673931205656,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673931208231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-17T04:53:33.384Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-17T04:53:33.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "ves-openapi-manager",
"timestamp": 1673931205656,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "ves-openapi-manager",
"timestamp": 1673931205656,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "ves-openapi-manager",
"timestamp": 1673931205656,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:33.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-17T04:53:33.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95ae1269-5f21-4faf-a7a8-d7c04659f521",
"consumerID": "ves-openapi-manager",
"timestamp": 1673931205656,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:53:33.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-17T04:53:55.103Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2927ab3-7feb-456f-9a02-b8e1dfba06a6
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=?
2023-01-17T04:53:55.133Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2927ab3-7feb-456f-9a02-b8e1dfba06a6
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=?
2023-01-17T04:53:55.139Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-17T04:53:55.142Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-17T04:53:55.142Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-17T04:53:55.143Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-17T04:53:55.143Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T04:53:55.143Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T04:53:55.144Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T04:53:55.144Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T04:53:55.144Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-17T04:53:55.144Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||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=?
2023-01-17T04:53:55.152Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-17T04:54:25.153Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d2927ab3-7feb-456f-9a02-b8e1dfba06a6 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=?
2023-01-17T04:54:25.165Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d2927ab3-7feb-456f-9a02-b8e1dfba06a6 and serviceModelVersionId: f98bc943-9e14-4ac3-85ae-6e0e1e7871bd
2023-01-17T04:54:25.165Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b6888906-d62c-4e93-a19d-10f879dee3f3
2023-01-17T04:54:25.168Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b6888906-d62c-4e93-a19d-10f879dee3f3/model-vers/model-ver/f98bc943-9e14-4ac3-85ae-6e0e1e7871bd?depth=0
2023-01-17T04:54:25.180Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-17T04:54:25.328Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6888906-d62c-4e93-a19d-10f879dee3f3/model-vers/model-ver/f98bc943-9e14-4ac3-85ae-6e0e1e7871bd?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]}
2023-01-17T04:54:25.332Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6888906-d62c-4e93-a19d-10f879dee3f3/model-vers/model-ver/f98bc943-9e14-4ac3-85ae-6e0e1e7871bd?depth=0|INFO|500||Invoke
2023-01-17T04:54:25.412Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6888906-d62c-4e93-a19d-10f879dee3f3/model-vers/model-ver/f98bc943-9e14-4ac3-85ae-6e0e1e7871bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-17T04:54:25.501Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6888906-d62c-4e93-a19d-10f879dee3f3/model-vers/model-ver/f98bc943-9e14-4ac3-85ae-6e0e1e7871bd?depth=0|INFO|500||InvokeReturn
2023-01-17T04:54:25.501Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6888906-d62c-4e93-a19d-10f879dee3f3/model-vers/model-ver/f98bc943-9e14-4ac3-85ae-6e0e1e7871bd?depth=0 has http status code:200 and response headers:{date=[Tue, 17 Jan 2023 04:54:26 GMT], content-length=[0], vertex-id=[393272], x-aai-txid=[1-aai-resources-230117-04:54:26:081-8261], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-17T04:54:25.502Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-01-17T04:54:25.502Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-17T04:54:25.505Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||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=?
2023-01-17T04:54:25.512Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||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)
2023-01-17T04:54:25.513Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d2927ab3-7feb-456f-9a02-b8e1dfba06a6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-17T04:54:25.513Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-17T04:54:25.514Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:54:25.523Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:54:25.524Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d2927ab3-7feb-456f-9a02-b8e1dfba06a6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931265513,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-17T04:54:25.622Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-17T04:54:25.624Z||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.
2023-01-17T04:54:25.624Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:54:25.655Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:54:25.660Z||pool-45-thread-1|||||INFO|500||cambria reply ok (37 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=?
2023-01-17T04:54:26.543Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-17T04:54:26.543Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|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.
2023-01-17T04:54:26.544Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|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 4KICICBhOAmsafEh) ...
2023-01-17T04:54:27.180Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:54:27.183Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-17T04:54:27.183Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"bdae4d32-e4f6-44dd-8f94-22a148441e4a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"329bbc59-628f-476b-9899-e9a271472be0","serviceDescription":"service","serviceInvariantUUID":"08bc64af-7066-4056-81b3-d2787e7073b3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f2b1a1b4-f167-4753-b706-b188da6cdd17","resourceInvariantUUID":"8e2a0f08-d4b0-42b9-bcc6-46190943608a","resourceCustomizationUUID":"7d585519-5490-4481-a54d-8e6e15ca0038","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":"NGFlY2I1YWZhY2FhMGY4YWFlOGVlYzI0OTI4YTc0YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c00a4ca2-d6c0-410a-bead-d44d01a1adb3","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDc3YmI5OTY2N2JjYjcxMmRkOTcwY2NjOTgyNDU3YmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9b0766a-2930-40a6-b8e1-b4e1d7e3324a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-17T04:54:27.186Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:54:27.187Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:54:27.190Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:54:27.190Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931266542,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-17T04:54:27.290Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-17T04:54:27.291Z||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.
2023-01-17T04:54:27.292Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:54:27.305Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:54:27.307Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-17T04:54:28.191Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-17T04:54:28.192Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:54:28.195Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:54:28.195Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931266542,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-17T04:54:28.295Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-17T04:54:28.297Z||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.
2023-01-17T04:54:28.297Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:54:28.313Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:54:28.314Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-01-17T04:54:29.197Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "329bbc59-628f-476b-9899-e9a271472be0",
"serviceDescription": "service",
"serviceInvariantUUID": "08bc64af-7066-4056-81b3-d2787e7073b3",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "7d585519-5490-4481-a54d-8e6e15ca0038",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "f2b1a1b4-f167-4753-b706-b188da6cdd17",
"resourceInvariantUUID": "8e2a0f08-d4b0-42b9-bcc6-46190943608a",
"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": "MDc3YmI5OTY2N2JjYjcxMmRkOTcwY2NjOTgyNDU3YmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e9b0766a-2930-40a6-b8e1-b4e1d7e3324a"
}
],
"workloadContext": "Production"
}
2023-01-17T04:54:29.198Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-17T04:54:29.198Z|d2927ab3-7feb-456f-9a02-b8e1dfba06a6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 329bbc59-628f-476b-9899-e9a271472be0 ASDC
2023-01-17T04:54:29.199Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bdae4d32-e4f6-44dd-8f94-22a148441e4a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:329bbc59-628f-476b-9899-e9a271472be0
ServiceInvariantUUID:08bc64af-7066-4056-81b3-d2787e7073b3
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:e9b0766a-2930-40a6-b8e1-b4e1d7e3324a
ArtifactChecksum:MDc3YmI5OTY2N2JjYjcxMmRkOTcwY2NjOTgyNDU3YmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7d585519-5490-4481-a54d-8e6e15ca0038
ResourceInvariantUUID:8e2a0f08-d4b0-42b9-bcc6-46190943608a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f2b1a1b4-f167-4753-b706-b188da6cdd17
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-17T04:54:29.199Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 329bbc59-628f-476b-9899-e9a271472be0 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=?
2023-01-17T04:54:29.281Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-17T04:54:29.282Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-17T04:54:29.283Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-17T04:54:29.283Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e9b0766a-2930-40a6-b8e1-b4e1d7e3324a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-17T04:54:29.283Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-17T04:54:29.284Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-17T04:54:29.377Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-17T04:54:29.382Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e9b0766a-2930-40a6-b8e1-b4e1d7e3324a 57661
2023-01-17T04:54:29.382Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-17T04:54:29.382Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-17T04:54:29.382Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-17T04:54:29.383Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-17T04:54:29.389Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-17T04:54:29.390Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "bdae4d32-e4f6-44dd-8f94-22a148441e4a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673931269382,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-17T04:54:29.486Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2023-01-17T04:54:29.487Z||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.
2023-01-17T04:54:29.487Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4KICICBhOAmsafEh) ...
2023-01-17T04:54:29.499Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-17T04:54:29.500Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-17T04:54:30.390Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-17T04:54:30.391Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-17T04:54:30.391Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e9b0766a-2930-40a6-b8e1-b4e1d7e3324a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-17T04:54:30.392Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-17T04:54:30.392Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-17T04:54:30.393Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-17T04:54:30.755Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9222987754416835705/Definitions/service-BasicNetwork-template.yml
2023-01-17T04:54:31.663Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-17T04:54:31.664Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-17T04:54:31.664Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-17T04:54:31.664Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-17T04:54:31.664Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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
2023-01-17T04:54:31.667Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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
2023-01-17T04:54:31.668Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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
2023-01-17T04:54:31.668Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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
2023-01-17T04:54:31.668Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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
2023-01-17T04:54:31.669Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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
2023-01-17T04:54:31.669Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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
2023-01-17T04:54:31.669Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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
2023-01-17T04:54:31.669Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-17T04:54:31.670Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:54:31.670Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:54:31.670Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-17T04:54:31.671Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-17T04:54:31.671Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-17T04:54:31.671Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:54:31.671Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:54:31.672Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-17T04:54:31.673Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-17T04:54:31.673Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-17T04:54:31.673Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:54:31.674Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:54:31.674Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:54:31.674Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:54:31.675Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:54:31.675Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:54:31.675Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:54:31.675Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:54:31.676Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:54:31.676Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:54:31.676Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:329bbc59-628f-476b-9899-e9a271472be0
Model Version:NULL
Model InvariantUuid:08bc64af-7066-4056-81b3-d2787e7073b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8e2a0f08-d4b0-42b9-bcc6-46190943608a
Model UUID:4cb73d80-fb44-4134-ab53-8456da2510f3
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:7d585519-5490-4481-a54d-8e6e15ca0038
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=?
2023-01-17T04:54:31.698Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: f2b1a1b4-f167-4753-b706-b188da6cdd17
2023-01-17T04:54:31.699Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||No resources found for Service: 329bbc59-628f-476b-9899-e9a271472be0
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=?
2023-01-17T04:54:31.707Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||
2023-01-17T04:54:31.708Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-17T04:54:31.708Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 329bbc59-628f-476b-9899-e9a271472be0
2023-01-17T04:54:31.708Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 329bbc59-628f-476b-9899-e9a271472be0
2023-01-17T04:54:31.708Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-17T04:54:31.709Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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=?
2023-01-17T04:54:31.729Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3112fea7, org.onap.sdc.toscaparser.api.parameters.Input@2956f837, org.onap.sdc.toscaparser.api.parameters.Input@3e3f3142, org.onap.sdc.toscaparser.api.parameters.Input@47f9ba0a, org.onap.sdc.toscaparser.api.parameters.Input@61b88394]
2023-01-17T04:54:31.731Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:54:31.732Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:54:31.732Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:54:31.732Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:54:31.733Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 329bbc59-628f-476b-9899-e9a271472be0: Generic NeutronNet
2023-01-17T04:54:31.733Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:54:31.733Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:54:31.734Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:54:31.734Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||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=?
2023-01-17T04:54:31.779Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:54:31.779Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:54:31.780Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-17T04:54:31.780Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-17T04:54:31.780Z|bdae4d32-e4f6-44dd-8f94-22a148441e4a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery