By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-08-25T03:33:38.902Z||main|||||INFO|500||The following profiles are active: basic
2022-08-25T03:34:35.701Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-25T03:34:35.702Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-25T03:34:36.144Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-25T03:34:55.657Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-25T03:34:57.296Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-25T03:34:59.060Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-25T03:34:59.158Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-25T03:35:00.869Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-25T03:35:02.066Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-25T03:35:06.083Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-25T03:35:19.453Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-25T03:35:27.355Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-25T03:35:27.456Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-25T03:35:28.925Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-25T03:35:30.512Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-08-25T03:35:34.628Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-25T03:35:39.101Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-08-25T03:35:39.194Z||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$$fa32a587.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-08-25T03:35:39.197Z||main|||||WARN|500||The sdc end point is not alive
2022-08-25T03:35:50.473Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-08-25T03:35:59.463Z||main|||||WARN|500||---
2022-08-25T03:35:59.464Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-25T03:35:59.544Z||main|||||WARN|500||---
2022-08-25T03:36:01.303Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-25T03:36:17.970Z||main|||||INFO|500||Started Application in 176.581 seconds (JVM running for 193.012)
2022-08-25T03:36:18.363Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-25T03:36:18.392Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-25T03:36:18.606Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-25T03:36:18.869Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-25T03:36:19.206Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bd09dcfe-51a6-42c5-9196-2f49af5d95cc url= /sdc/v1/artifactTypes
2022-08-25T03:36:19.207Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-25T03:36:20.091Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-25T03:36:20.228Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-08-25T03:36:20.284Z||scheduling-1|||||DEBUG|500||create keys
2022-08-25T03:36:20.326Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-25T03:36:20.401Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:36:20.475Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b14e8eb7-e7b5-4d9b-8135-3d7d4d7ee78d url= /sdc/v1/registerForDistribution
2022-08-25T03:36:20.661Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b14e8eb7-e7b5-4d9b-8135-3d7d4d7ee78d url= /sdc/v1/registerForDistribution
2022-08-25T03:36:20.667Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-25T03:36:20.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:36:20.751Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:36:20.799Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-25T03:36:20.885Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:36:20.887Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:36:20.898Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:36:20.899Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:36:31.285Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:36:31.301Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:37:20.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:37:20.730Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:37:20.731Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T03:37:20.746Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:37:20.760Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:37:20.760Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:37:30.356Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:37:30.355Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:38:20.715Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:38:20.721Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:38:20.722Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:38:20.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:38:20.728Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:38:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:38:30.289Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:38:30.287Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:39:20.717Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:39:20.725Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:39:20.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:39:20.727Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T03:39:20.728Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:39:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:39:30.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:39:30.305Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:40:20.715Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:40:20.718Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:40:20.719Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:40:20.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:40:20.730Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:40:20.732Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:40:30.292Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:40:30.294Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:41:20.715Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:41:20.717Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:41:20.718Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:41:20.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:41:20.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:41:20.729Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T03:41:30.302Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:41:30.329Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:42:20.722Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:42:20.728Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:42:20.729Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:42:20.729Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T03:42:20.726Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:42:20.738Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:42:30.298Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:42:30.312Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:43:20.718Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:43:20.722Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:43:20.723Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:43:20.727Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:43:20.730Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:43:20.730Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T03:43:30.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:43:30.317Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:43:58.530Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-25T03:44:20.715Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:44:20.718Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:44:20.718Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:44:20.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:44:20.727Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:44:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:44:30.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:44:30.273Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:45:20.715Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:45:20.717Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:45:20.717Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:45:20.726Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:45:20.727Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:45:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:45:30.297Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:45:30.302Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:46:20.715Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:46:20.721Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:46:20.722Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:46:20.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:46:20.729Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:46:20.729Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:46:30.303Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:46:30.302Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:47:20.715Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:47:20.716Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:47:20.716Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:47:20.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:47:20.734Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:47:20.734Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:47:30.296Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:47:30.301Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:48:20.715Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:48:20.717Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:48:20.718Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:48:20.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:48:20.728Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:48:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:48:30.277Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:48:30.283Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:49:20.716Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:49:20.720Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:49:20.720Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T03:49:20.733Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:49:20.765Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:49:20.766Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:49:30.319Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:49:30.333Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:50:20.715Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:50:20.719Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:50:20.720Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T03:50:20.735Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:50:20.749Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:50:20.750Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:50:30.289Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:50:30.361Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:51:20.715Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:51:20.717Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:51:20.718Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T03:51:20.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:51:20.743Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:51:20.743Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:51:30.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:51:30.306Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:52:20.715Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:52:20.718Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:52:20.718Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T03:52:20.729Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:52:20.730Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:52:20.730Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:52:30.281Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:52:30.282Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:53:20.715Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:53:20.716Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:53:20.718Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T03:53:20.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:53:20.728Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:53:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:53:30.281Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:53:30.297Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:54:20.715Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:54:20.718Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:54:20.719Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:54:20.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:54:20.729Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:54:20.729Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T03:54:30.280Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:54:30.281Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:55:20.715Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:55:20.718Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:55:20.718Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:55:20.728Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:55:20.729Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:55:20.729Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:55:30.282Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:55:30.285Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:56:20.718Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:56:20.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:56:20.728Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:56:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:56:20.727Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:56:20.730Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:56:30.297Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:56:30.298Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:57:20.715Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:57:20.717Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:57:20.718Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:57:20.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:57:20.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:57:20.729Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T03:57:30.278Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:57:30.280Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:58:20.715Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:58:20.716Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:58:20.716Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:58:20.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:58:20.727Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:58:20.728Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T03:58:30.292Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:58:30.294Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:59:20.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:59:20.718Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:59:20.720Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T03:59:20.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T03:59:20.730Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T03:59:20.730Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T03:59:30.286Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T03:59:30.293Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:00:20.715Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:00:20.718Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:00:20.720Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:00:20.727Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:00:20.728Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:00:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:00:30.284Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:00:30.284Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:01:20.715Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:01:20.717Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:01:20.717Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:01:20.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:01:20.729Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:01:20.729Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:01:30.275Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:01:30.275Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:02:20.715Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:02:20.717Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:02:20.718Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:02:20.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:02:20.728Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:02:20.728Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:02:30.289Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:02:30.290Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:03:20.716Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:03:20.719Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:03:20.719Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:03:20.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:03:20.728Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:03:20.730Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:03:30.270Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:03:30.293Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:04:20.718Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:04:20.721Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:04:20.721Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:04:20.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:04:20.728Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:04:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:04:30.303Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:04:30.304Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:05:20.715Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:05:20.717Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:05:20.717Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:05:20.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:05:20.727Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:05:20.728Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:05:30.263Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:05:30.271Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:06:20.716Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:06:20.719Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:06:20.719Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:06:20.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:06:20.730Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:06:20.730Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:06:30.311Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:06:30.312Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:07:20.715Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:07:20.717Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:07:20.717Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:07:20.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:07:20.727Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:07:20.727Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:07:30.288Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:07:30.288Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:08:20.715Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:08:20.716Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:08:20.717Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:08:20.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:08:20.727Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:08:20.727Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:08:30.289Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:08:30.291Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:09:20.715Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:09:20.718Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:09:20.719Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:09:20.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:09:20.728Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:09:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:09:30.310Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:09:30.352Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:10:20.716Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:10:20.719Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:10:20.720Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:20.727Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:10:20.730Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:10:20.763Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:21.456Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:10:21.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"58e59abe-02b5-4a01-bccc-8bdd09c9e6f0","serviceName":"vFW 2022-08-25 04-09-01","serviceVersion":"1.0","serviceUUID":"a696cfc8-0a68-46b3-b485-bba7309c3097","serviceDescription":"catalog service description","serviceInvariantUUID":"6cadff52-a156-4ee1-86bd-94c4cc13732d","resources":[{"resourceInstanceName":"vFW 6c6ffb03-bcf5 0","resourceName":"vFW 6c6ffb03-bcf5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e56d6b16-761c-458f-bcfa-904ba189e519","resourceInvariantUUID":"1dfb940e-bd95-458b-bceb-9630489932ce","resourceCustomizationUUID":"501d9ad1-88ad-4403-81f9-70fc92653ced","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vf-license-model.xml","artifactChecksum":"ZTVkZTVhNDRlY2MxYWNkZTA2ODI1OGE3YzBlM2JkYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08491130-31a2-4506-a307-b8af41ff1d5b","artifactVersion":"1"},{"artifactName":"vfw6c6ffb03bcf50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json","artifactChecksum":"YjIwOGI3MWY3NjQ2YmJlMmM2OGI2YjEyZjVhMmE0NzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff3d10b1-b727-4803-9586-22c057a187a6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0c03959e-e7a2-47d1-a951-cf23aac2c3c5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vendor-license-model.xml","artifactChecksum":"ZmI2MjRlNjFmZjc4NGI4NjBiZmZlM2U0ZTEyMmYyYmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e05f3601-8c94-4d37-89c5-be86ff6e45db","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1","artifactVersion":"2","generatedFromUUID":"0c03959e-e7a2-47d1-a951-cf23aac2c3c5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220825040901-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-template.yml","artifactChecksum":"MWYyZWI4MjA5OGNlYTRmYmI4OTg2NTJiMGY2MjJjNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"29e8cf59-3770-4c6d-a95c-bb0ba4b58c81","artifactVersion":"1"},{"artifactName":"service-Vfw20220825040901-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar","artifactChecksum":"YzgyYjY5ZDAxZmZjMDU0Y2RkZDEzZjcwNDliYzAwMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa5d5976-111d-465f-b35a-d3c85a451622","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T04:10:21.485Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:10:21.497Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:10:21.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "aai-ml",
"timestamp": 1661400593551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.532Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:21.615Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:21.615Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400620715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400599889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "ves-openapi-manager",
"timestamp": 1661400600238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "aai-ml",
"timestamp": 1661400593551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400599889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
"status": "NOTIFIED"
}
2022-08-25T04:10:21.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "ves-openapi-manager",
"timestamp": 1661400600238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.653Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "aai-ml",
"timestamp": 1661400593551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400599889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-25T04:10:21.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "ves-openapi-manager",
"timestamp": 1661400600238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "aai-ml",
"timestamp": 1661400593551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.656Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "cds",
"timestamp": 1661400602402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400599889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "ves-openapi-manager",
"timestamp": 1661400600238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "aai-ml",
"timestamp": 1661400593551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.664Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "cds",
"timestamp": 1661400602402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "policy-id",
"timestamp": 1661400603875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400599889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-25T04:10:21.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661400604465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "ves-openapi-manager",
"timestamp": 1661400600238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "aai-ml",
"timestamp": 1661400593551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "cds",
"timestamp": 1661400602402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "policy-id",
"timestamp": 1661400603875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400599889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661400604465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "ves-openapi-manager",
"timestamp": 1661400600238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "aai-ml",
"timestamp": 1661400593551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:10:21.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "cds",
"timestamp": 1661400602402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "policy-id",
"timestamp": 1661400603875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-25T04:10:21.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400599889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:10:21.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661400604465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "ves-openapi-manager",
"timestamp": 1661400600238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "cds",
"timestamp": 1661400602402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "policy-id",
"timestamp": 1661400603875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "aai-ml",
"timestamp": 1661400607266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:10:21.681Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:10:21.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400607711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:10:21.682Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:10:21.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661400604465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "cds",
"timestamp": 1661400602402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "policy-id",
"timestamp": 1661400603875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400608811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:10:21.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:10:21.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661400604465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "cds",
"timestamp": 1661400602402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:10:21.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "policy-id",
"timestamp": 1661400603875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661400604465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400609895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:10:21.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:10:21.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "clamp",
"timestamp": 1661400609129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:21.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "policy-id",
"timestamp": 1661400603875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:10:21.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "cds",
"timestamp": 1661400610216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:10:21.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:10:21.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661400604465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:10:21.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:21.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:21.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400610966,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-08-25T04:10:21.731Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-08-25T04:10:21.739Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:10:21.739Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:21.783Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:10:21.791Z||pool-3-thread-1|||||INFO|500||cambria reply ok (53 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 (?, ?, ?, ?, ?)
2022-08-25T04:10:22.570Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
2022-08-25T04:10:22.646Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:10:22.649Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:22.674Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:22.675Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400620715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
"status": "NOTIFIED"
}
2022-08-25T04:10:22.705Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0 and ComponentName POLICY
2022-08-25T04:10:22.784Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-08-25T04:10:22.785Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:10:22.786Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:22.816Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:10:22.818Z||pool-4-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:10:22.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:22.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "clamp",
"timestamp": 1661400609129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
"status": "NOTIFIED"
}
2022-08-25T04:10:22.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:22.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:22.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "cds",
"timestamp": 1661400611241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:10:22.962Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
2022-08-25T04:10:22.962Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:10:23.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "policy-id",
"timestamp": 1661400611674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:10:23.000Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:10:23.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400611970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
"status": "DEPLOY_OK"
}
2022-08-25T04:10:23.001Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:10:23.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661400612355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:10:23.003Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:10:23.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "clamp",
"timestamp": 1661400609129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:23.004Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:23.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "policy-id",
"timestamp": 1661400612705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T04:10:23.005Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:10:23.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "clamp",
"timestamp": 1661400609129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:23.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:23.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "policy-id",
"timestamp": 1661400613728,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:10:23.012Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
2022-08-25T04:10:23.012Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-25T04:10:23.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "clamp",
"timestamp": 1661400609129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:23.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:23.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "clamp",
"timestamp": 1661400609129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:23.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:23.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "clamp",
"timestamp": 1661400609129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:10:23.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:10:23.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661400617821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T04:10:23.035Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:10:23.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:10:23.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661400618826,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:10:23.043Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
2022-08-25T04:10:23.043Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:10:23.677Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:10:23.679Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:23.707Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:23.712Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400620715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-25T04:10:23.808Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-25T04:10:23.810Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:10:23.810Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:23.843Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:10:23.844Z||pool-5-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:10:24.723Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:10:24.731Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:24.754Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:24.755Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400620715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:24.854Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:10:24.855Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:10:24.856Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:24.871Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:10:24.872Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:10:25.764Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:10:25.765Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:25.768Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:25.768Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400620715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-25T04:10:25.877Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-08-25T04:10:25.885Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:10:25.886Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:25.908Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:10:25.913Z||pool-7-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:10:26.772Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:10:26.773Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:26.776Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:26.776Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400620715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:10:26.897Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 120 ms
2022-08-25T04:10:26.899Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:10:26.899Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:26.939Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:10:26.940Z||pool-8-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:10:27.789Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:10:27.791Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:27.811Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:27.812Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400620715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:10:27.910Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-25T04:10:27.912Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:10:27.913Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:28.002Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:10:28.004Z||pool-9-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:10:28.814Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"serviceName": "vFW 2022-08-25 04-09-01",
"serviceVersion": "1.0",
"serviceUUID": "a696cfc8-0a68-46b3-b485-bba7309c3097",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6cadff52-a156-4ee1-86bd-94c4cc13732d",
"resources": [
{
"resourceInstanceName": "vFW 6c6ffb03-bcf5 0",
"resourceCustomizationUUID": "501d9ad1-88ad-4403-81f9-70fc92653ced",
"resourceName": "vFW 6c6ffb03-bcf5",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e56d6b16-761c-458f-bcfa-904ba189e519",
"resourceInvariantUUID": "1dfb940e-bd95-458b-bceb-9630489932ce",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6c6ffb03bcf50_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
"artifactChecksum": "YjIwOGI3MWY3NjQ2YmJlMmM2OGI2YjEyZjVhMmE0NzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ff3d10b1-b727-4803-9586-22c057a187a6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0c03959e-e7a2-47d1-a951-cf23aac2c3c5",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1",
"generatedFromUUID": "0c03959e-e7a2-47d1-a951-cf23aac2c3c5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220825040901-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"artifactChecksum": "YzgyYjY5ZDAxZmZjMDU0Y2RkZDEzZjcwNDliYzAwMDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fa5d5976-111d-465f-b35a-d3c85a451622"
}
],
"workloadContext": "Production"
}
2022-08-25T04:10:28.822Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T04:10:28.822Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a696cfc8-0a68-46b3-b485-bba7309c3097 ASDC
2022-08-25T04:10:29.135Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
ServiceName:vFW 2022-08-25 04-09-01
ServiceVersion:1.0
ServiceUUID:a696cfc8-0a68-46b3-b485-bba7309c3097
ServiceInvariantUUID:6cadff52-a156-4ee1-86bd-94c4cc13732d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220825040901-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar
ArtifactUUID:fa5d5976-111d-465f-b35a-d3c85a451622
ArtifactChecksum:YzgyYjY5ZDAxZmZjMDU0Y2RkZDEzZjcwNDliYzAwMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6c6ffb03-bcf5 0
ResourceCustomizationUUID:501d9ad1-88ad-4403-81f9-70fc92653ced
ResourceInvariantUUID:1dfb940e-bd95-458b-bceb-9630489932ce
ResourceName:vFW 6c6ffb03-bcf5
ResourceType:VF
ResourceUUID:e56d6b16-761c-458f-bcfa-904ba189e519
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6c6ffb03bcf50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json
ArtifactUUID:ff3d10b1-b727-4803-9586-22c057a187a6
ArtifactChecksum:YjIwOGI3MWY3NjQ2YmJlMmM2OGI2YjEyZjVhMmE0NzA=
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/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml
ArtifactUUID:0c03959e-e7a2-47d1-a951-cf23aac2c3c5
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/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env
ArtifactUUID:70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1
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/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env
ArtifactUUID:70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-25T04:10:29.139Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a696cfc8-0a68-46b3-b485-bba7309c3097 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-25T04:10:29.286Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:10:29.288Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-25T04:10:29.290Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-25T04:10:29.290Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fa5d5976-111d-465f-b35a-d3c85a451622 from URL: /sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:29.291Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-25T04:10:29.293Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:29.421Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-25T04:10:29.467Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar fa5d5976-111d-465f-b35a-d3c85a451622 98998
2022-08-25T04:10:29.470Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar ASDC sendASDCNotification
2022-08-25T04:10:29.471Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:29.473Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:10:29.475Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:29.479Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:29.480Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400629468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:10:29.579Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T04:10:29.580Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:10:29.580Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:29.631Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:10:29.632Z||pool-10-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:10:30.481Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:10:30.483Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-25T04:10:30.485Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fa5d5976-111d-465f-b35a-d3c85a451622, URL: /sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar to file: /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:30.486Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220825040901-csar.csar
2022-08-25T04:10:30.762Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:30.763Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:33.242Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12194719696912469649/Definitions/service-Vfw20220825040901-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-08-25T04:10:40.055Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T04:10:40.062Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-25T04:10:40.062Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.062Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-25T04:10:40.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6c6ffb03-bcf5 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|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-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|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-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.065Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|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-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.065Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.065Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|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-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.065Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.066Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.066Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|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-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.066Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|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-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.066Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|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-Vfw20220825040901-csar.csar
2022-08-25T04:10:40.066Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-25T04:10:40.079Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:40.080Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:40.087Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:40.087Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-25T04:10:40.092Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:10:40.094Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:40.095Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:40.095Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:40.096Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-25T04:10:40.097Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:10:40.098Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:40.098Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:40.105Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:40.105Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is not matching search criteria
2022-08-25T04:10:40.106Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T04:10:40.106Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T04:10:40.106Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:40.106Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.107Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.107Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T04:10:40.107Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T04:10:40.108Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T04:10:40.108Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T04:10:40.108Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.108Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:40.109Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T04:10:40.109Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:40.109Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T04:10:40.110Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.110Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T04:10:40.110Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:40.111Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T04:10:40.132Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:40.132Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:40.133Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:10:40.133Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:40.134Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:40.134Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:10:40.134Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:40.135Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:40.135Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:10:40.135Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:40.136Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is not matching search criteria
2022-08-25T04:10:40.136Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T04:10:40.136Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T04:10:40.137Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T04:10:40.137Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T04:10:40.137Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T04:10:40.137Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.138Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:40.138Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T04:10:40.138Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:40.139Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T04:10:40.139Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.139Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e4671814-fd3d-43a0-b299-45d9ad1e7f18
2022-08-25T04:10:40.140Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:40.140Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is not matching search criteria
2022-08-25T04:10:40.140Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T04:10:40.140Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T04:10:40.143Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:40.144Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.145Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.145Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T04:10:40.146Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T04:10:40.146Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T04:10:40.147Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T04:10:40.148Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:40.148Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T04:10:40.149Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.150Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=785169ed-0a3b-4b32-9fdb-1a3ed052675d
2022-08-25T04:10:40.150Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:40.151Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is not matching search criteria
2022-08-25T04:10:40.152Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T04:10:40.152Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T04:10:40.153Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:40.154Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.154Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.155Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T04:10:40.155Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T04:10:40.156Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T04:10:40.157Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T04:10:40.157Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T04:10:40.158Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:40.159Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T04:10:40.159Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=63be6d63-3882-4c11-a6bd-af8a29429487
2022-08-25T04:10:40.160Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:40.161Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:40.162Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:40.162Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:40.163Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:40.164Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:40.165Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:40.165Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:40.166Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-25 04-09-01
Description:catalog service description
Model UUID:a696cfc8-0a68-46b3-b485-bba7309c3097
Model Version:NULL
Model InvariantUuid:6cadff52-a156-4ee1-86bd-94c4cc13732d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6c6ffb03-bcf5
Model UUID:19fbae69-607f-4540-be62-62b6dce50806
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1dfb940e-bd95-458b-bceb-9630489932ce
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:501d9ad1-88ad-4403-81f9-70fc92653ced
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:90523cc7-826f-4056-8149-ff24bff599c0
ModelName:Vfw6c6ffb03Bcf5..base_vfw..module-0
ModelUuid:ad2dadee-0c50-4622-9385-dbb22b8db5fc
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e4671814-fd3d-43a0-b299-45d9ad1e7f18
ModelInvariantUuid:ffd75226-7b24-4355-b0dd-61a837bea5a9
ModelName:vFW 6c6ffb03-bcf5-nodes.vfwCvfc
ModelUuid:88c93a18-5490-430f-95e9-c29bf8b9f54b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8d6b5985-7b21-4dbd-bf2c-8d48ccf077e8
ModelInvariantUuid:66bc5f03-2f5c-4c40-95c3-e5caeebdf89c
ModelName:Vfw6c6ffb03Bcf5.compute.nodes.heat.vfw
ModelUuid:57d4bcaf-5ade-4611-be05-ae6b6f32c6e1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:785169ed-0a3b-4b32-9fdb-1a3ed052675d
ModelInvariantUuid:c3dbf3ec-854c-4fde-b3ae-ca845d629f1a
ModelName:vFW 6c6ffb03-bcf5-nodes.vsnCvfc
ModelUuid:8d5198da-d785-4cac-8a4b-7fe92c01144d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:569c8102-36dd-4fad-94fd-f0c10007253f
ModelInvariantUuid:21b4c5eb-9f6e-4e8f-ade1-ce5c0c8832df
ModelName:Vfw6c6ffb03Bcf5.compute.nodes.heat.vsn
ModelUuid:dcf742df-b969-45cb-b50e-c4c2c59b1577
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:63be6d63-3882-4c11-a6bd-af8a29429487
ModelInvariantUuid:7b8bc4cf-814b-4861-b936-3c13cd557297
ModelName:vFW 6c6ffb03-bcf5-nodes.vpgCvfc
ModelUuid:beefa207-6862-4866-9e86-a8799168314d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:61f0c22b-3a68-45fc-88c3-3059cd7c6ab3
ModelInvariantUuid:faa75466-401b-4dd7-9420-b688462a827f
ModelName:Vfw6c6ffb03Bcf5.compute.nodes.heat.vpg
ModelUuid:2d956179-b1ca-4de4-8583-6c17bd770e34
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-25T04:10:40.181Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e56d6b16-761c-458f-bcfa-904ba189e519
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:10:40.446Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||vFW 6c6ffb03-bcf5 0
2022-08-25T04:10:40.475Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e56d6b16-761c-458f-bcfa-904ba189e519
2022-08-25T04:10:40.476Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ff3d10b1-b727-4803-9586-22c057a187a6 from URL: /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json
2022-08-25T04:10:40.476Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-25T04:10:40.477Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json
2022-08-25T04:10:40.537Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-25T04:10:40.539Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json ff3d10b1-b727-4803-9586-22c057a187a6 785
2022-08-25T04:10:40.540Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json ASDC sendASDCNotification
2022-08-25T04:10:40.540Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json
2022-08-25T04:10:40.540Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:10:40.541Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:40.545Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:40.546Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400640540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:10:40.646Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:10:40.651Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:10:40.652Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:40.685Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:10:40.685Z||pool-11-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:10:41.548Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6c6ffb03Bcf5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "90523cc7-826f-4056-8149-ff24bff599c0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ad2dadee-0c50-4622-9385-dbb22b8db5fc",
"vfModuleModelCustomizationUUID": "eb105135-9c42-430a-bb0b-2748df991a4b",
"isBase": true,
"artifacts": [
"0c03959e-e7a2-47d1-a951-cf23aac2c3c5",
"70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-08-25T04:10:41.592Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6c6ffb03Bcf5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ad2dadee-0c50-4622-9385-dbb22b8db5fc
VfModuleModelInvariantUUID:90523cc7-826f-4056-8149-ff24bff599c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
0c03959e-e7a2-47d1-a951-cf23aac2c3c5
,
70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-08-25T04:10:41.629Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6c6ffb03Bcf5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "90523cc7-826f-4056-8149-ff24bff599c0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ad2dadee-0c50-4622-9385-dbb22b8db5fc",
"vfModuleModelCustomizationUUID": "eb105135-9c42-430a-bb0b-2748df991a4b",
"isBase": true,
"artifacts": [
"0c03959e-e7a2-47d1-a951-cf23aac2c3c5",
"70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-08-25T04:10:41.631Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6c6ffb03Bcf5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ad2dadee-0c50-4622-9385-dbb22b8db5fc
VfModuleModelInvariantUUID:90523cc7-826f-4056-8149-ff24bff599c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
0c03959e-e7a2-47d1-a951-cf23aac2c3c5
,
70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-08-25T04:10:41.632Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0c03959e-e7a2-47d1-a951-cf23aac2c3c5 from URL: /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml
2022-08-25T04:10:41.634Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-25T04:10:41.635Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml
2022-08-25T04:10:41.697Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-25T04:10:41.700Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml 0c03959e-e7a2-47d1-a951-cf23aac2c3c5 20368
2022-08-25T04:10:41.701Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T04:10:41.701Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml
2022-08-25T04:10:41.701Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:10:41.702Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:41.709Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:41.710Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400641701,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:10:41.808Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-25T04:10:41.810Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:10:41.810Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:41.827Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:10:41.828Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:10:42.713Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1 from URL: /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env
2022-08-25T04:10:42.715Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-25T04:10:42.717Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env
2022-08-25T04:10:42.779Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-25T04:10:42.782Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env 70d4af6e-48d1-40ea-86d8-ccc6be9dbfb1 2098
2022-08-25T04:10:42.782Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T04:10:42.782Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env
2022-08-25T04:10:42.783Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:10:42.783Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:42.796Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:42.796Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400642782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:10:42.890Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-25T04:10:42.892Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:10:42.893Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:42.910Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:10:42.911Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:10:43.805Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a696cfc8-0a68-46b3-b485-bba7309c3097
2022-08-25T04:10:43.806Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6c6ffb03-bcf5 0 e56d6b16-761c-458f-bcfa-904ba189e519 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:10:43.920Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76d73981, org.onap.sdc.toscaparser.api.parameters.Input@542112ac, org.onap.sdc.toscaparser.api.parameters.Input@eebcd72, org.onap.sdc.toscaparser.api.parameters.Input@751f693c, org.onap.sdc.toscaparser.api.parameters.Input@3a4b4d2f]
2022-08-25T04:10:43.940Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:43.941Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:43.943Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-08-25T04:10:43.945Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 501d9ad1-88ad-4403-81f9-70fc92653ced
2022-08-25T04:10:43.946Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 501d9ad1-88ad-4403-81f9-70fc92653ced matches Tosca VF Customization UUID: 501d9ad1-88ad-4403-81f9-70fc92653ced
2022-08-25T04:10:43.947Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 501d9ad1-88ad-4403-81f9-70fc92653ced matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-25T04:10:43.978Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:43.980Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:43.984Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 501d9ad1-88ad-4403-81f9-70fc92653ced: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-08-25T04:10:43.984Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@696a4132
2022-08-25T04:10:43.985Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:43.985Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T04:10:43.985Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eb105135-9c42-430a-bb0b-2748df991a4b
2022-08-25T04:10:43.986Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eb105135-9c42-430a-bb0b-2748df991a4b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-25T04:10:44.001Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:44.001Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:44.001Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:10:44.002Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:44.002Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:44.002Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:10:44.002Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:44.003Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is not matching search criteria
2022-08-25T04:10:44.003Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T04:10:44.003Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-25T04:10:44.024Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T04:10:44.024Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T04:10:44.025Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T04:10:44.027Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T04:10:44.027Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:44.027Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T04:10:44.028Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:44.028Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T04:10:44.028Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T04:10:44.029Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e4671814-fd3d-43a0-b299-45d9ad1e7f18
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-25T04:10:44.049Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:44.049Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:44.051Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:10:44.051Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:44.051Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is not matching search criteria
2022-08-25T04:10:44.052Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T04:10:44.052Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T04:10:44.052Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:44.052Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T04:10:44.053Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T04:10:44.053Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T04:10:44.053Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T04:10:44.053Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-25T04:10:44.054Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-25T04:10:44.054Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:44.054Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-25T04:10:44.054Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T04:10:44.054Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=785169ed-0a3b-4b32-9fdb-1a3ed052675d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-25T04:10:44.058Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:44.059Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:44.059Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:10:44.061Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:44.062Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is not matching search criteria
2022-08-25T04:10:44.062Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-25T04:10:44.062Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-25T04:10:44.062Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:44.062Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-25T04:10:44.062Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-25T04:10:44.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-25T04:10:44.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-25T04:10:44.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-25T04:10:44.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-25T04:10:44.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-25T04:10:44.063Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-25T04:10:44.064Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-25T04:10:44.064Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=63be6d63-3882-4c11-a6bd-af8a29429487
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-25T04:10:44.066Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:44.066Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:44.066Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:10:44.068Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:44.068Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Node template vFW 6c6ffb03-bcf5 0 is matching search criteria
2022-08-25T04:10:44.069Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 6c6ffb03-bcf5 0] matching following query criteria: sdcType=VF, customizationUUID=501d9ad1-88ad-4403-81f9-70fc92653ced
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:10:44.071Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:44.071Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:44.075Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a696cfc8-0a68-46b3-b485-bba7309c3097: vFW 6c6ffb03-bcf5
2022-08-25T04:10:44.076Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:44.077Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:44.077Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:44.077Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:44.077Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:44.078Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:44.078Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:44.078Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:44.078Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:10:44.078Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-25 04-09-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:10:44.079Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-08-25 04-09-01
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:10:44.816Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6c6ffb03-bcf5 e56d6b16-761c-458f-bcfa-904ba189e519 1 ASDC deployResourceStructure
2022-08-25T04:10:44.817Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json ASDC sendASDCNotification
2022-08-25T04:10:44.817Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json
2022-08-25T04:10:44.817Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:10:44.818Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:44.821Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:44.821Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400644817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
"status": "DEPLOY_OK"
}
2022-08-25T04:10:44.921Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T04:10:44.923Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:10:44.923Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:44.952Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:10:44.952Z||pool-14-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:10:45.825Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-25T04:10:45.826Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml
2022-08-25T04:10:45.827Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:10:45.852Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:45.866Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:45.867Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400645825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-25T04:10:45.961Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-08-25T04:10:45.970Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:10:45.971Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:46.013Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:10:46.013Z||pool-15-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:10:46.869Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-25T04:10:46.870Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env
2022-08-25T04:10:46.870Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:10:46.871Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:46.876Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:46.876Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400646869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-25T04:10:46.977Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:10:46.978Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:10:46.978Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:46.998Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:10:46.999Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:10:47.878Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar ASDC sendASDCNotification
2022-08-25T04:10:47.878Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar
2022-08-25T04:10:47.879Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:10:47.880Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:10:47.884Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:10:47.884Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400647878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T04:10:47.985Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:10:47.987Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:10:47.988Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:10:48.021Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:10:48.022Z||pool-17-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:10:48.892Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:10:48.916Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:10:48.920Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:10:48.921Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:10:48.921Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:11:18.921Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:11:18.953Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:11:18.967Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:11:18.968Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:11:18.969Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:11:20.727Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:11:20.728Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:11:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:11:20.865Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:11:20.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:11:20.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400620715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:11:20.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:11:48.971Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:11:49.013Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:11:49.044Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:11:49.044Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:11:49.045Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:12:19.045Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:12:19.077Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:12:19.097Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:12:19.098Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:12:19.098Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:12:20.727Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:12:20.728Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:12:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:12:21.267Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:12:21.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "aai-ml",
"timestamp": 1661400621697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T04:12:21.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400620715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
"status": "NOTIFIED"
}
2022-08-25T04:12:21.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "aai-ml",
"timestamp": 1661400622703,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:12:21.289Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
2022-08-25T04:12:21.289Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:12:21.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400620715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-25T04:12:21.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400620715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400620715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-25T04:12:21.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400620715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400620715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:12:21.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400629468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.301Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "clamp",
"timestamp": 1661400631036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.302Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "clamp",
"timestamp": 1661400633056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T04:12:21.302Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "clamp",
"timestamp": 1661400634061,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:12:21.309Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
2022-08-25T04:12:21.310Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:12:21.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400640540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.330Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400641701,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.331Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400642782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.340Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400639889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661400640238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "clamp",
"timestamp": 1661400639129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661400634465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400639889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
"status": "NOTIFIED"
}
2022-08-25T04:12:21.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661400640238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661400634465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "clamp",
"timestamp": 1661400639129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
"status": "NOTIFIED"
}
2022-08-25T04:12:21.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "policy-id",
"timestamp": 1661400643875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400644817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/vfw6c6ffb03bcf50_modules.json",
"status": "DEPLOY_OK"
}
2022-08-25T04:12:21.344Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661400640238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "clamp",
"timestamp": 1661400639129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661400634465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400639889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-25T04:12:21.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "policy-id",
"timestamp": 1661400643875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400645825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-25T04:12:21.347Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400639889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661400640238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661400634465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "clamp",
"timestamp": 1661400639129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "policy-id",
"timestamp": 1661400643875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-25T04:12:21.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400646869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/resourceInstances/vfw6c6ffb03bcf50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-25T04:12:21.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400639889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-25T04:12:21.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661400640238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661400634465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "clamp",
"timestamp": 1661400639129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "policy-id",
"timestamp": 1661400643875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400647878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220825040901/1.0/artifacts/service-Vfw20220825040901-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T04:12:21.353Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400639889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661400640238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661400634465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "clamp",
"timestamp": 1661400639129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "cds",
"timestamp": 1661400647402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "policy-id",
"timestamp": 1661400643875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400639889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:12:21.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661400640238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661400634465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:12:21.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "clamp",
"timestamp": 1661400639129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:12:21.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "cds",
"timestamp": 1661400647402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "policy-id",
"timestamp": 1661400643875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400649954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661400650319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "cds",
"timestamp": 1661400647402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "policy-id",
"timestamp": 1661400643875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:12:21.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400651020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "cds",
"timestamp": 1661400647402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "policy-id",
"timestamp": 1661400651610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400652088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "cds",
"timestamp": 1661400647402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661400652651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T04:12:21.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "policy-id",
"timestamp": 1661400652614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T04:12:21.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400653114,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:12:21.431Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bff5caac-02e1-435a-9888-344b4242450c
2022-08-25T04:12:21.432Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bff5caac-02e1-435a-9888-344b4242450c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:12:21.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "cds",
"timestamp": 1661400647402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661400653655,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:12:21.471Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bff5caac-02e1-435a-9888-344b4242450c
2022-08-25T04:12:21.471Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bff5caac-02e1-435a-9888-344b4242450c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:12:21.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "policy-id",
"timestamp": 1661400653617,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:12:21.525Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bff5caac-02e1-435a-9888-344b4242450c
2022-08-25T04:12:21.527Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bff5caac-02e1-435a-9888-344b4242450c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-25T04:12:21.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661400654119,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-25T04:12:21.586Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "cds",
"timestamp": 1661400647402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:12:21.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "aai-ml",
"timestamp": 1661400653551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "cds",
"timestamp": 1661400655146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.596Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "aai-ml",
"timestamp": 1661400653551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "cds",
"timestamp": 1661400656153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:12:21.631Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bff5caac-02e1-435a-9888-344b4242450c
2022-08-25T04:12:21.631Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bff5caac-02e1-435a-9888-344b4242450c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:12:21.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "aai-ml",
"timestamp": 1661400653551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "aai-ml",
"timestamp": 1661400653551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "aai-ml",
"timestamp": 1661400653551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "aai-ml",
"timestamp": 1661400653551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:12:21.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "aai-ml",
"timestamp": 1661400653551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:12:21.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-25T04:12:21.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "clamp",
"timestamp": 1661400661032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.652Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "aai-ml",
"timestamp": 1661400661278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:12:21.652Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "clamp",
"timestamp": 1661400663042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T04:12:21.653Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "clamp",
"timestamp": 1661400664046,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:12:21.664Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bff5caac-02e1-435a-9888-344b4242450c
2022-08-25T04:12:21.665Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bff5caac-02e1-435a-9888-344b4242450c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:12:21.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "aai-ml",
"timestamp": 1661400668228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T04:12:21.704Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:12:21.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:12:21.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "aai-ml",
"timestamp": 1661400669232,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:12:21.712Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bff5caac-02e1-435a-9888-344b4242450c
2022-08-25T04:12:21.713Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bff5caac-02e1-435a-9888-344b4242450c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:12:49.099Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:12:49.118Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:12:49.122Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:12:49.123Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T04:12:49.123Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T04:12:49.123Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T04:12:49.123Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-25T04:12:49.123Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-25T04:12:49.123Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-25T04:12:49.124Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-25T04:12:49.124Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-25T04:12:49.124Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-25T04:12:49.124Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|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=?
2022-08-25T04:12:49.130Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T04:13:19.131Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-25T04:13:19.164Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0 and serviceModelVersionId: a696cfc8-0a68-46b3-b485-bba7309c3097
2022-08-25T04:13:19.175Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6cadff52-a156-4ee1-86bd-94c4cc13732d
2022-08-25T04:13:20.730Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:13:20.730Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:13:20.730Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:13:30.301Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:13:51.151Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6cadff52-a156-4ee1-86bd-94c4cc13732d/model-vers/model-ver/a696cfc8-0a68-46b3-b485-bba7309c3097?depth=0
2022-08-25T04:13:51.621Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T04:13:52.856Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cadff52-a156-4ee1-86bd-94c4cc13732d/model-vers/model-ver/a696cfc8-0a68-46b3-b485-bba7309c3097?depth=0|INFO|500||Invoke
2022-08-25T04:13:52.873Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cadff52-a156-4ee1-86bd-94c4cc13732d/model-vers/model-ver/a696cfc8-0a68-46b3-b485-bba7309c3097?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cadff52-a156-4ee1-86bd-94c4cc13732d/model-vers/model-ver/a696cfc8-0a68-46b3-b485-bba7309c3097?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[58e59abe-02b5-4a01-bccc-8bdd09c9e6f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1cf4e827-a062-4ba9-8e8c-f532f48a1bad], X-ECOMP-RequestID=[58e59abe-02b5-4a01-bccc-8bdd09c9e6f0], X-TransactionId=[], X-ONAP-RequestID=[58e59abe-02b5-4a01-bccc-8bdd09c9e6f0], Content-Type=[application/merge-patch+json]}
2022-08-25T04:13:53.165Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cadff52-a156-4ee1-86bd-94c4cc13732d/model-vers/model-ver/a696cfc8-0a68-46b3-b485-bba7309c3097?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-25T04:13:53.477Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cadff52-a156-4ee1-86bd-94c4cc13732d/model-vers/model-ver/a696cfc8-0a68-46b3-b485-bba7309c3097?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/6cadff52-a156-4ee1-86bd-94c4cc13732d/model-vers/model-ver/a696cfc8-0a68-46b3-b485-bba7309c3097?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220825-04:13:53:219-33372], vertex-id=[209008], Content-Length=[0], Date=[Thu, 25 Aug 2022 04:13:53 GMT], Content-Type=[application/json]}
2022-08-25T04:13:53.480Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cadff52-a156-4ee1-86bd-94c4cc13732d/model-vers/model-ver/a696cfc8-0a68-46b3-b485-bba7309c3097?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-25T04:13:53.482Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cadff52-a156-4ee1-86bd-94c4cc13732d/model-vers/model-ver/a696cfc8-0a68-46b3-b485-bba7309c3097?depth=0|INFO|500||InvokeReturn
2022-08-25T04:13:53.488Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-25T04:13:53.507Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|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=?
2022-08-25T04:13:53.529Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|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)
2022-08-25T04:13:53.533Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58e59abe-02b5-4a01-bccc-8bdd09c9e6f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-25T04:13:53.545Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-25T04:13:53.547Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:13:53.555Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:13:53.556Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400833533,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:13:53.657Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:13:53.659Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:13:53.659Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:13:53.681Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:13:53.682Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-25T04:13:54.598Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:13:54.599Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:13:54.599Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:13:59.092Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:13:59.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-25T04:13:59.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"bff5caac-02e1-435a-9888-344b4242450c","serviceName":"basic_onboard_UnXrdE","serviceVersion":"1.0","serviceUUID":"e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7","serviceDescription":"service","serviceInvariantUUID":"981cd969-5930-453d-adf4-a84786eb462a","resources":[{"resourceInstanceName":"basic_onboard_UnXrdE 0","resourceName":"basic_onboard_UnXrdE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d30083e1-61e6-40a5-ae18-be21e48c36d2","resourceInvariantUUID":"64436877-4560-4a3e-b258-432bb9ebffa1","resourceCustomizationUUID":"b6d54299-63fa-4edb-addd-fdd715b43554","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vf-license-model.xml","artifactChecksum":"MzFlZjIyZDEzM2Q5N2QzNDk1MTk2ZGZjZjcwNjgxOWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9ba9d949-cab5-44f9-8cf0-e4a64f4c85c2","artifactVersion":"1"},{"artifactName":"basic_onboard_unxrde0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json","artifactChecksum":"NmY5ZWJkNWVhMjUxZmNmNzBjOTYxZTU1MzgzNjY3OTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"71f3dc42-a14f-455d-be47-1f5de4539ce5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"79ed9c72-47b2-427d-8d0c-f2f116520bd1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"82962396-c650-4177-921c-2a9d439944e4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e11968b7-9b75-41cb-ab77-6b00a0cf151a","artifactVersion":"2","generatedFromUUID":"79ed9c72-47b2-427d-8d0c-f2f116520bd1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUnxrde-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-template.yml","artifactChecksum":"MzhkMWU5ZDYwMGI2MjU5ZWFkN2U0OGM0ZTFmOGM5Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a92580b6-c90f-4ea7-b758-2369f8bdee4b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUnxrde-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar","artifactChecksum":"NTEyODkxMGMwMzE3NDcwNDgzNDFmYWJhNjFjNmQ4YzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d18efe01-3bac-4374-afd2-925ad2afe8d8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T04:13:59.097Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:13:59.098Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:13:59.100Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:13:59.100Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400834597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:13:59.200Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:13:59.202Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:13:59.202Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:13:59.227Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:13:59.227Z||pool-19-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:00.101Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:14:00.101Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:00.104Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:00.104Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400834597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
"status": "NOTIFIED"
}
2022-08-25T04:14:00.205Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:14:00.208Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:14:00.208Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:00.234Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:14:00.236Z||pool-20-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:01.105Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:14:01.106Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:01.108Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:01.109Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400834597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-25T04:14:01.214Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-25T04:14:01.216Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:14:01.216Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:01.234Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:14:01.235Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:14:02.109Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:14:02.110Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:02.114Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:02.114Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400834597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:14:02.215Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:14:02.216Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:14:02.217Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:02.235Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:14:02.235Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:03.118Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:14:03.119Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:03.123Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:03.124Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400834597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-25T04:14:03.226Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T04:14:03.232Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:14:03.236Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:03.260Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:14:03.261Z||pool-23-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:14:04.125Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:14:04.126Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:04.130Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:04.130Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400834597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:14:04.234Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-25T04:14:04.235Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:14:04.235Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:04.258Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:14:04.259Z||pool-24-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:05.135Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:14:05.137Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:05.140Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:05.141Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400834597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:14:05.240Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:14:05.242Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:14:05.242Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:05.260Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:14:05.261Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:06.182Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"serviceName": "basic_onboard_UnXrdE",
"serviceVersion": "1.0",
"serviceUUID": "e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7",
"serviceDescription": "service",
"serviceInvariantUUID": "981cd969-5930-453d-adf4-a84786eb462a",
"resources": [
{
"resourceInstanceName": "basic_onboard_UnXrdE 0",
"resourceCustomizationUUID": "b6d54299-63fa-4edb-addd-fdd715b43554",
"resourceName": "basic_onboard_UnXrdE",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d30083e1-61e6-40a5-ae18-be21e48c36d2",
"resourceInvariantUUID": "64436877-4560-4a3e-b258-432bb9ebffa1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_unxrde0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
"artifactChecksum": "NmY5ZWJkNWVhMjUxZmNmNzBjOTYxZTU1MzgzNjY3OTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "71f3dc42-a14f-455d-be47-1f5de4539ce5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "79ed9c72-47b2-427d-8d0c-f2f116520bd1",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e11968b7-9b75-41cb-ab77-6b00a0cf151a",
"generatedFromUUID": "79ed9c72-47b2-427d-8d0c-f2f116520bd1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e11968b7-9b75-41cb-ab77-6b00a0cf151a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardUnxrde-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"artifactChecksum": "NTEyODkxMGMwMzE3NDcwNDgzNDFmYWJhNjFjNmQ4YzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d18efe01-3bac-4374-afd2-925ad2afe8d8"
}
],
"workloadContext": "Production"
}
2022-08-25T04:14:06.183Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T04:14:06.183Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7 ASDC
2022-08-25T04:14:06.183Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:bff5caac-02e1-435a-9888-344b4242450c
ServiceName:basic_onboard_UnXrdE
ServiceVersion:1.0
ServiceUUID:e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7
ServiceInvariantUUID:981cd969-5930-453d-adf4-a84786eb462a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUnxrde-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar
ArtifactUUID:d18efe01-3bac-4374-afd2-925ad2afe8d8
ArtifactChecksum:NTEyODkxMGMwMzE3NDcwNDgzNDFmYWJhNjFjNmQ4YzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UnXrdE 0
ResourceCustomizationUUID:b6d54299-63fa-4edb-addd-fdd715b43554
ResourceInvariantUUID:64436877-4560-4a3e-b258-432bb9ebffa1
ResourceName:basic_onboard_UnXrdE
ResourceType:VF
ResourceUUID:d30083e1-61e6-40a5-ae18-be21e48c36d2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_unxrde0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json
ArtifactUUID:71f3dc42-a14f-455d-be47-1f5de4539ce5
ArtifactChecksum:NmY5ZWJkNWVhMjUxZmNmNzBjOTYxZTU1MzgzNjY3OTE=
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/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml
ArtifactUUID:79ed9c72-47b2-427d-8d0c-f2f116520bd1
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/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env
ArtifactUUID:e11968b7-9b75-41cb-ab77-6b00a0cf151a
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/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env
ArtifactUUID:e11968b7-9b75-41cb-ab77-6b00a0cf151a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-25T04:14:06.184Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-25T04:14:06.318Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:14:06.322Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-25T04:14:06.323Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-25T04:14:06.324Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d18efe01-3bac-4374-afd2-925ad2afe8d8 from URL: /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:06.326Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-25T04:14:06.327Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:06.603Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-25T04:14:06.610Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar d18efe01-3bac-4374-afd2-925ad2afe8d8 71575
2022-08-25T04:14:06.612Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar ASDC sendASDCNotification
2022-08-25T04:14:06.613Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:06.613Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:14:06.614Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:06.622Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:06.624Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400846612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:14:06.720Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-25T04:14:06.722Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:14:06.723Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:06.743Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:14:06.747Z||pool-26-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:07.627Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:14:07.628Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-25T04:14:07.629Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d18efe01-3bac-4374-afd2-925ad2afe8d8, URL: /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar to file: /app/ASDC/1/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:07.629Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:07.630Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:07.630Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:08.444Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16882634713972564976/Definitions/service-BasicOnboardUnxrde-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-08-25T04:14:11.415Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T04:14:11.416Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-25T04:14:11.416Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:11.416Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-25T04:14:11.416Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:11.416Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||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-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:11.416Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:11.416Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||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-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:11.417Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:11.417Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:11.417Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||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-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:11.417Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_UnXrdE 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:11.417Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||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-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:11.417Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-25T04:14:11.418Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:11.418Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:11.418Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is matching search criteria
2022-08-25T04:14:11.418Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-25T04:14:11.419Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_UnXrdE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:14:11.419Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:11.419Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:11.419Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is matching search criteria
2022-08-25T04:14:11.420Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-25T04:14:11.420Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_UnXrdE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:14:11.420Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:11.420Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:11.421Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:11.421Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is not matching search criteria
2022-08-25T04:14:11.421Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-25T04:14:11.421Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-25T04:14:11.422Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-25T04:14:11.422Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-25T04:14:11.422Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-25T04:14:11.422Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:11.422Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T04:14:11.423Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:11.423Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is matching search criteria
2022-08-25T04:14:11.423Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_UnXrdE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:14:11.423Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:11.424Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is matching search criteria
2022-08-25T04:14:11.424Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_UnXrdE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:14:11.424Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:11.425Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is matching search criteria
2022-08-25T04:14:11.425Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_UnXrdE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:14:11.425Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:11.425Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is not matching search criteria
2022-08-25T04:14:11.426Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-25T04:14:11.426Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-25T04:14:11.427Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e083d214-4ad5-4430-a418-7f1b3ead6e0e
2022-08-25T04:14:11.428Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:11.428Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:11.429Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:11.430Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:11.430Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:11.431Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:11.432Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:11.432Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:11.433Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_UnXrdE
Description:service
Model UUID:e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7
Model Version:NULL
Model InvariantUuid:981cd969-5930-453d-adf4-a84786eb462a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_UnXrdE
Model UUID:58a9e66c-9ff4-4a3d-906c-8e2a75c6aa01
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:64436877-4560-4a3e-b258-432bb9ebffa1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b6d54299-63fa-4edb-addd-fdd715b43554
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e386107f-7f39-41e0-ab3b-9a31cb9c6367
ModelName:BasicOnboardUnxrde..base_ubuntu18..module-0
ModelUuid:b5f9d196-f9d5-44f8-b6b2-3e48d221236f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e083d214-4ad5-4430-a418-7f1b3ead6e0e
ModelInvariantUuid:45b57884-28e4-42e6-a624-4f467fac674a
ModelName:basic_onboard_UnXrdE-nodes.ubuntu18Cvfc
ModelUuid:fd43c7d5-9904-41ca-8943-b7263cdb0f40
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:eeabf09c-fe1c-4969-909f-5f35a3874d57
ModelInvariantUuid:962f8f99-ded8-4382-9517-f16085d292b7
ModelName:BasicOnboardUnxrde.compute.nodes.heat.ubuntu18
ModelUuid:85cf665d-0959-4c94-9a0d-2266ccbacad9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-25T04:14:11.443Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: d30083e1-61e6-40a5-ae18-be21e48c36d2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:14:11.446Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||basic_onboard_UnXrdE 0
2022-08-25T04:14:11.447Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d30083e1-61e6-40a5-ae18-be21e48c36d2
2022-08-25T04:14:11.447Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 71f3dc42-a14f-455d-be47-1f5de4539ce5 from URL: /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json
2022-08-25T04:14:11.447Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-25T04:14:11.447Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json
2022-08-25T04:14:11.497Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-25T04:14:11.497Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json 71f3dc42-a14f-455d-be47-1f5de4539ce5 798
2022-08-25T04:14:11.498Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json ASDC sendASDCNotification
2022-08-25T04:14:11.498Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json
2022-08-25T04:14:11.499Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:14:11.501Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:11.504Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:11.505Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400851498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:14:11.604Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:14:11.606Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:14:11.606Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:11.621Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:14:11.621Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:12.506Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUnxrde..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e386107f-7f39-41e0-ab3b-9a31cb9c6367",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b5f9d196-f9d5-44f8-b6b2-3e48d221236f",
"vfModuleModelCustomizationUUID": "8db6c960-d5a8-453b-818e-1a0f1a190741",
"isBase": true,
"artifacts": [
"79ed9c72-47b2-427d-8d0c-f2f116520bd1",
"e11968b7-9b75-41cb-ab77-6b00a0cf151a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-08-25T04:14:12.512Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUnxrde..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b5f9d196-f9d5-44f8-b6b2-3e48d221236f
VfModuleModelInvariantUUID:e386107f-7f39-41e0-ab3b-9a31cb9c6367
VfModuleModelDescription:NULL
Artifacts UUID List:{
79ed9c72-47b2-427d-8d0c-f2f116520bd1
,
e11968b7-9b75-41cb-ab77-6b00a0cf151a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-08-25T04:14:12.515Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUnxrde..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e386107f-7f39-41e0-ab3b-9a31cb9c6367",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b5f9d196-f9d5-44f8-b6b2-3e48d221236f",
"vfModuleModelCustomizationUUID": "8db6c960-d5a8-453b-818e-1a0f1a190741",
"isBase": true,
"artifacts": [
"79ed9c72-47b2-427d-8d0c-f2f116520bd1",
"e11968b7-9b75-41cb-ab77-6b00a0cf151a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-08-25T04:14:12.515Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUnxrde..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b5f9d196-f9d5-44f8-b6b2-3e48d221236f
VfModuleModelInvariantUUID:e386107f-7f39-41e0-ab3b-9a31cb9c6367
VfModuleModelDescription:NULL
Artifacts UUID List:{
79ed9c72-47b2-427d-8d0c-f2f116520bd1
,
e11968b7-9b75-41cb-ab77-6b00a0cf151a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-08-25T04:14:12.515Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 79ed9c72-47b2-427d-8d0c-f2f116520bd1 from URL: /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml
2022-08-25T04:14:12.515Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-25T04:14:12.516Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml
2022-08-25T04:14:12.578Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-25T04:14:12.578Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml 79ed9c72-47b2-427d-8d0c-f2f116520bd1 5033
2022-08-25T04:14:12.578Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-25T04:14:12.578Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml
2022-08-25T04:14:12.579Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:14:12.579Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:12.581Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:12.582Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400852578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:14:12.682Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:14:12.683Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:14:12.683Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:12.702Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:14:12.705Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:13.582Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e11968b7-9b75-41cb-ab77-6b00a0cf151a from URL: /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env
2022-08-25T04:14:13.583Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-25T04:14:13.583Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env
2022-08-25T04:14:13.633Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-25T04:14:13.634Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env e11968b7-9b75-41cb-ab77-6b00a0cf151a 909
2022-08-25T04:14:13.634Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-25T04:14:13.634Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env
2022-08-25T04:14:13.634Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:14:13.635Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:13.646Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:13.647Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400853634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:14:13.745Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-08-25T04:14:13.748Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:14:13.749Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:13.774Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:14:13.777Z||pool-29-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:14.647Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7
2022-08-25T04:14:14.648Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_UnXrdE 0 d30083e1-61e6-40a5-ae18-be21e48c36d2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:14:14.669Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f76cfed, org.onap.sdc.toscaparser.api.parameters.Input@9069b45, org.onap.sdc.toscaparser.api.parameters.Input@22520930, org.onap.sdc.toscaparser.api.parameters.Input@66028668, org.onap.sdc.toscaparser.api.parameters.Input@2f4224e2]
2022-08-25T04:14:14.671Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:14.671Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:14.671Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-08-25T04:14:14.671Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= b6d54299-63fa-4edb-addd-fdd715b43554
2022-08-25T04:14:14.672Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b6d54299-63fa-4edb-addd-fdd715b43554 matches Tosca VF Customization UUID: b6d54299-63fa-4edb-addd-fdd715b43554
2022-08-25T04:14:14.672Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: b6d54299-63fa-4edb-addd-fdd715b43554 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-25T04:14:14.677Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:14.678Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:14.679Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id b6d54299-63fa-4edb-addd-fdd715b43554: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-08-25T04:14:14.679Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52c92dae
2022-08-25T04:14:14.679Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:14.680Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-25T04:14:14.680Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8db6c960-d5a8-453b-818e-1a0f1a190741
2022-08-25T04:14:14.680Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8db6c960-d5a8-453b-818e-1a0f1a190741
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-25T04:14:14.687Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:14.687Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is matching search criteria
2022-08-25T04:14:14.688Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_UnXrdE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:14:14.688Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:14.689Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is matching search criteria
2022-08-25T04:14:14.689Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_UnXrdE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:14:14.689Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:14.690Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is not matching search criteria
2022-08-25T04:14:14.690Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-25T04:14:14.690Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-25T04:14:14.690Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e083d214-4ad5-4430-a418-7f1b3ead6e0e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-25T04:14:14.707Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:14.707Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is matching search criteria
2022-08-25T04:14:14.708Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_UnXrdE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-25T04:14:14.708Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:14.709Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_UnXrdE 0 is matching search criteria
2022-08-25T04:14:14.710Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_UnXrdE 0] matching following query criteria: sdcType=VF, customizationUUID=b6d54299-63fa-4edb-addd-fdd715b43554
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:14:14.713Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:14.714Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:14.715Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7: basic_onboard_UnXrdE
2022-08-25T04:14:14.715Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:14.716Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:14.716Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:14.717Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:14.718Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:14.718Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:14.719Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:14.719Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:14.720Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:14:14.721Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_UnXrdE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:14:14.721Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_UnXrdE
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:14:14.853Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_UnXrdE d30083e1-61e6-40a5-ae18-be21e48c36d2 1 ASDC deployResourceStructure
2022-08-25T04:14:14.854Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json ASDC sendASDCNotification
2022-08-25T04:14:14.854Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json
2022-08-25T04:14:14.854Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:14:14.855Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:14.858Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:14.858Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400854854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-25T04:14:14.958Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:14:14.959Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:14:14.959Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:14.975Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:14:14.976Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:15.859Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-25T04:14:15.860Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml
2022-08-25T04:14:15.860Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:14:15.861Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:15.865Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:15.865Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400855859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-25T04:14:15.976Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-08-25T04:14:15.978Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:14:15.978Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:15.997Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:14:15.997Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:16.867Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-25T04:14:16.867Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env
2022-08-25T04:14:16.868Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:14:16.868Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:16.874Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:16.874Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400856867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-25T04:14:16.977Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-25T04:14:16.978Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:14:16.979Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:16.996Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:14:16.997Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:14:17.879Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar ASDC sendASDCNotification
2022-08-25T04:14:17.880Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar
2022-08-25T04:14:17.881Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:14:17.883Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:17.893Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:17.894Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400857876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T04:14:17.991Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-25T04:14:17.992Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:14:17.992Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:18.016Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:14:18.016Z||pool-33-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:14:18.895Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bff5caac-02e1-435a-9888-344b4242450c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:14:18.911Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bff5caac-02e1-435a-9888-344b4242450c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:14:18.916Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:14:18.917Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T04:14:18.917Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T04:14:18.917Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T04:14:18.918Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-25T04:14:18.918Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-25T04:14:18.918Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-25T04:14:18.919Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-25T04:14:18.919Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-25T04:14:18.919Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-25T04:14:18.920Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:14:18.926Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T04:14:20.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:14:20.730Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:14:20.730Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:21.375Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:14:21.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58e59abe-02b5-4a01-bccc-8bdd09c9e6f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400833533,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:14:21.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:14:21.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400834597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:14:21.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:14:21.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400834597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
"status": "NOTIFIED"
}
2022-08-25T04:14:21.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:14:21.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400834597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-25T04:14:21.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:14:21.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400834597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:14:21.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:14:21.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400834597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-25T04:14:21.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:14:21.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400834597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:14:21.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:14:21.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400834597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:14:21.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:14:21.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400846612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:14:21.389Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:14:21.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400851498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:14:21.391Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:14:21.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400852578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:14:21.393Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:14:21.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400853634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:14:21.394Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:14:21.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400854854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/basic_onboard_unxrde0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-25T04:14:21.394Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:14:21.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400855859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-25T04:14:21.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:14:21.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400856867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/resourceInstances/basic_onboard_unxrde0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-25T04:14:21.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:14:21.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:14:21.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400857876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUnxrde/1.0/artifacts/service-BasicOnboardUnxrde-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T04:14:21.396Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:14:48.927Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bff5caac-02e1-435a-9888-344b4242450c and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-25T04:14:48.936Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bff5caac-02e1-435a-9888-344b4242450c and serviceModelVersionId: e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7
2022-08-25T04:14:48.938Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 981cd969-5930-453d-adf4-a84786eb462a
2022-08-25T04:14:48.939Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/981cd969-5930-453d-adf4-a84786eb462a/model-vers/model-ver/e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7?depth=0
2022-08-25T04:14:48.952Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T04:14:49.277Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/981cd969-5930-453d-adf4-a84786eb462a/model-vers/model-ver/e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-08-25T04:14:49.284Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/981cd969-5930-453d-adf4-a84786eb462a/model-vers/model-ver/e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7?depth=0|INFO|500||Invoke
2022-08-25T04:14:49.357Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/981cd969-5930-453d-adf4-a84786eb462a/model-vers/model-ver/e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-25T04:14:49.460Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/981cd969-5930-453d-adf4-a84786eb462a/model-vers/model-ver/e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7?depth=0|INFO|500||InvokeReturn
2022-08-25T04:14:49.461Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/981cd969-5930-453d-adf4-a84786eb462a/model-vers/model-ver/e95cbcf7-18b5-4c29-9cc5-f2b242e4dbf7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220825-04:14:49:395-52279], vertex-id=[209096], Content-Length=[0], Date=[Thu, 25 Aug 2022 04:14:49 GMT], Content-Type=[application/json]}
2022-08-25T04:14:49.462Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-08-25T04:14:49.463Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-25T04:14:49.463Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:14:49.473Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-25T04:14:49.474Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bff5caac-02e1-435a-9888-344b4242450c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-25T04:14:49.474Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-25T04:14:49.475Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:14:49.480Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:14:49.482Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400889474,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:14:49.580Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-25T04:14:49.585Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:14:49.585Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:14:49.616Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:14:49.616Z||pool-34-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-25T04:14:50.506Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:14:50.507Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:14:50.507Z|bff5caac-02e1-435a-9888-344b4242450c|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:15:00.063Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:15:00.064Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:15:00.065Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:15:00.065Z|bff5caac-02e1-435a-9888-344b4242450c|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:15:09.605Z|bff5caac-02e1-435a-9888-344b4242450c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:15:09.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:15:09.610Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:15:09.610Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:15:19.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:15:20.717Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:15:20.718Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:15:20.718Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:15:20.726Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:15:20.727Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:15:20.727Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:15:21.368Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:15:21.370Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-25T04:15:21.371Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bff5caac-02e1-435a-9888-344b4242450c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661400889474,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:15:21.375Z|58e59abe-02b5-4a01-bccc-8bdd09c9e6f0|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:15:30.311Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:16:20.716Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:16:20.718Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:16:20.719Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:16:20.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:16:20.727Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:16:20.727Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:16:30.299Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:16:30.302Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:17:20.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:17:20.718Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:17:20.718Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:17:20.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:17:20.728Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:17:20.728Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:17:30.289Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:17:30.292Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:18:20.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:18:20.717Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:18:20.717Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:18:20.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:18:20.728Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:18:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:18:30.288Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:18:30.292Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:19:20.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:19:20.718Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:19:20.720Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:19:20.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:19:20.727Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:19:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:19:30.271Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:19:30.271Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:20:20.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:20:20.716Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:20:20.716Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:20:20.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:20:20.727Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:20:20.727Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:20:30.277Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:20:30.279Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:21:20.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:21:20.716Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:21:20.716Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:21:20.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:21:20.727Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:21:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:21:30.277Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:21:30.278Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:22:20.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:22:20.717Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:22:20.717Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:22:20.727Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:22:20.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:22:20.728Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:22:30.291Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:22:30.293Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:23:20.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:23:20.716Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:23:20.716Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:23:20.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:23:20.729Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:23:20.734Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:23:30.273Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:23:30.280Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:24:20.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:24:20.716Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:24:20.717Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:24:20.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:24:20.727Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:24:20.727Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:24:20.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:24:20.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:24:20.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "cds",
"timestamp": 1661401457402,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:24:20.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:24:21.381Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:24:21.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:24:21.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"928fbcbe-281f-4938-8966-80ef72f1afcd","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4","serviceDescription":"service","serviceInvariantUUID":"254d6b6d-554a-4de0-a993-82cbea37fa17","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6ed70bf8-51f4-4a03-9101-25ec54ace09f","resourceInvariantUUID":"9368b625-e83e-4296-bd4b-55b8f881dc2a","resourceCustomizationUUID":"6b4bde84-eb7b-4d62-b14e-6fb621347e75","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":"ZDIxZjVkNDAwY2MyYmZmZDNjMmMzZjkzZWQ4NTcwMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7505f389-908b-4f9a-b600-30f22ced6465","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzQxMGExNjhjNjE1NzAzNGNlMmI1YzQ0ZGQ2MGZmOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1aa18577-bdae-4d4e-b4f3-74c99c510630","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T04:24:21.432Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:24:21.433Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:24:21.445Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:24:21.445Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661401460715,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:24:21.545Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:24:21.546Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:24:21.546Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:24:21.564Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:24:21.565Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:24:22.446Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:24:22.448Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:24:22.452Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:24:22.453Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661401460715,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:24:22.553Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:24:22.554Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:24:22.555Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:24:22.571Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:24:22.572Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:24:23.455Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4",
"serviceDescription": "service",
"serviceInvariantUUID": "254d6b6d-554a-4de0-a993-82cbea37fa17",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "6b4bde84-eb7b-4d62-b14e-6fb621347e75",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "6ed70bf8-51f4-4a03-9101-25ec54ace09f",
"resourceInvariantUUID": "9368b625-e83e-4296-bd4b-55b8f881dc2a",
"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": "YzQxMGExNjhjNjE1NzAzNGNlMmI1YzQ0ZGQ2MGZmOGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1aa18577-bdae-4d4e-b4f3-74c99c510630"
}
],
"workloadContext": "Production"
}
2022-08-25T04:24:23.456Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T04:24:23.456Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4 ASDC
2022-08-25T04:24:23.460Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:928fbcbe-281f-4938-8966-80ef72f1afcd
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4
ServiceInvariantUUID:254d6b6d-554a-4de0-a993-82cbea37fa17
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:1aa18577-bdae-4d4e-b4f3-74c99c510630
ArtifactChecksum:YzQxMGExNjhjNjE1NzAzNGNlMmI1YzQ0ZGQ2MGZmOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6b4bde84-eb7b-4d62-b14e-6fb621347e75
ResourceInvariantUUID:9368b625-e83e-4296-bd4b-55b8f881dc2a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:6ed70bf8-51f4-4a03-9101-25ec54ace09f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-08-25T04:24:23.461Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:24:23.596Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:24:23.598Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:24:23.599Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:24:23.601Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1aa18577-bdae-4d4e-b4f3-74c99c510630 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-25T04:24:23.602Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-25T04:24:23.603Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-25T04:24:23.822Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-25T04:24:23.874Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1aa18577-bdae-4d4e-b4f3-74c99c510630 52502
2022-08-25T04:24:23.881Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-25T04:24:23.889Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-25T04:24:23.890Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:24:23.890Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:24:23.897Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:24:23.897Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661401463881,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:24:23.995Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T04:24:23.996Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:24:23.996Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:24:24.033Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:24:24.034Z||pool-37-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:24:24.899Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:24:24.912Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:24:24.915Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1aa18577-bdae-4d4e-b4f3-74c99c510630, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:24.917Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-08-25T04:24:24.920Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:24.934Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:25.389Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12789888200454790656/Definitions/service-BasicNetwork-template.yml
2022-08-25T04:24:27.124Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T04:24:27.129Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-08-25T04:24:27.130Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:27.130Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-08-25T04:24:27.131Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:27.132Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:27.133Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:27.134Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:27.134Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:27.134Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:27.135Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:27.135Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-25T04:24:27.135Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-08-25T04:24:27.136Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:24:27.137Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.137Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-25T04:24:27.138Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-08-25T04:24:27.138Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:24:27.138Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:24:27.138Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.139Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-25T04:24:27.139Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-08-25T04:24:27.139Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:24:27.139Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:24:27.139Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.139Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:24:27.140Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.140Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:24:27.141Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.141Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:24:27.141Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.141Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:24:27.141Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.142Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4
Model Version:NULL
Model InvariantUuid:254d6b6d-554a-4de0-a993-82cbea37fa17
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9368b625-e83e-4296-bd4b-55b8f881dc2a
Model UUID:976ef0f1-ecb3-405b-af39-21e9e4d0be2e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:6b4bde84-eb7b-4d62-b14e-6fb621347e75
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-25T04:24:27.195Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 6ed70bf8-51f4-4a03-9101-25ec54ace09f
2022-08-25T04:24:27.195Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||No resources found for Service: f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:24:27.227Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||
2022-08-25T04:24:27.227Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-08-25T04:24:27.228Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||No resources found for Service: f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4
2022-08-25T04:24:27.228Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4
2022-08-25T04:24:27.228Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-08-25T04:24:27.229Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:24:27.236Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ed0567, org.onap.sdc.toscaparser.api.parameters.Input@f55e3d7, org.onap.sdc.toscaparser.api.parameters.Input@6e8170e1, org.onap.sdc.toscaparser.api.parameters.Input@25ea5a2c, org.onap.sdc.toscaparser.api.parameters.Input@4a43b5cb]
2022-08-25T04:24:27.239Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:24:27.240Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.240Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:24:27.240Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.241Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4: Generic NeutronNet
2022-08-25T04:24:27.241Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:24:27.242Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.242Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:24:27.243Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-08-25T04:24:27.379Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:24:27.380Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.381Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:24:27.381Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.382Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:24:27.383Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:24:27.384Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-25T04:24:27.634Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-08-25T04:24:27.636Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-25T04:24:27.637Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-25T04:24:27.638Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-25T04:24:27.641Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:24:27.646Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:24:27.646Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661401467636,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T04:24:27.750Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-25T04:24:27.754Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:24:27.755Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:24:27.805Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:24:27.812Z||pool-38-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:24:28.649Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:24:28.664Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:24:28.666Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:24:28.666Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:24:28.666Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:24:58.667Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:24:58.679Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:24:58.688Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:24:58.688Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:24:58.688Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:25:20.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:25:20.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:25:20.729Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:25:20.763Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:25:20.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:25:20.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661401459889,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:25:20.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:25:28.689Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:25:28.733Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:25:28.741Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:25:28.741Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:25:28.742Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:25:58.744Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:25:58.755Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:25:58.757Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:25:58.757Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:25:58.757Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:26:20.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:26:20.729Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:26:20.730Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:26:20.765Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:26:20.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:26:20.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "ves-openapi-manager",
"timestamp": 1661401460238,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:26:20.768Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:26:28.758Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:26:28.771Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:26:28.777Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:26:28.777Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:26:28.777Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:26:58.778Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:26:58.787Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:26:58.790Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:26:58.790Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-25T04:26:58.790Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-25T04:27:20.729Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:27:20.730Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:27:20.730Z||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 jGXc0mv6uBlg1WK0) ...
2022-08-25T04:27:20.785Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:27:20.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "cds",
"timestamp": 1661401457402,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:27:20.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:20.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661401460715,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:20.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:20.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661401459889,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:27:20.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:20.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "ves-openapi-manager",
"timestamp": 1661401460238,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:20.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:20.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "cds",
"timestamp": 1661401462099,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:27:20.793Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:20.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661401460715,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:27:20.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:20.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "cds",
"timestamp": 1661401463106,
"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=?
2022-08-25T04:27:20.836Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 928fbcbe-281f-4938-8966-80ef72f1afcd
2022-08-25T04:27:20.837Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928fbcbe-281f-4938-8966-80ef72f1afcd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:27:20.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661401463881,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:27:20.869Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:20.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "policy-id",
"timestamp": 1661401463875,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:20.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:20.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "aai-ml",
"timestamp": 1661401463551,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:20.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:20.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "aai-ml",
"timestamp": 1661401463551,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:27:20.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:20.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "policy-id",
"timestamp": 1661401463875,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:27:20.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:20.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "policy-id",
"timestamp": 1661401466664,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:27:20.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:20.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "aai-ml",
"timestamp": 1661401466344,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:27:20.874Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:20.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661401467636,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T04:27:20.875Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:20.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "policy-id",
"timestamp": 1661401467669,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T04:27:20.876Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:20.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "policy-id",
"timestamp": 1661401468673,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:27:20.906Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 928fbcbe-281f-4938-8966-80ef72f1afcd
2022-08-25T04:27:20.907Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928fbcbe-281f-4938-8966-80ef72f1afcd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:27:20.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "aai-ml",
"timestamp": 1661401470592,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T04:27:20.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:20.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:20.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "aai-ml",
"timestamp": 1661401471596,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:27:20.979Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 928fbcbe-281f-4938-8966-80ef72f1afcd
2022-08-25T04:27:20.980Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928fbcbe-281f-4938-8966-80ef72f1afcd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:27:21.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661401474465,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661401474465,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:27:21.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661401477216,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:27:21.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661401478831,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T04:27:21.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661401479835,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:27:21.069Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 928fbcbe-281f-4938-8966-80ef72f1afcd
2022-08-25T04:27:21.070Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928fbcbe-281f-4938-8966-80ef72f1afcd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:27:21.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "clamp",
"timestamp": 1661401479129,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "clamp",
"timestamp": 1661401479129,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:27:21.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "clamp",
"timestamp": 1661401491147,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:27:21.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "clamp",
"timestamp": 1661401494155,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T04:27:21.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "clamp",
"timestamp": 1661401495162,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:27:21.155Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 928fbcbe-281f-4938-8966-80ef72f1afcd
2022-08-25T04:27:21.155Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928fbcbe-281f-4938-8966-80ef72f1afcd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:27:21.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "cds",
"timestamp": 1661401502402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661401499889,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661401504465,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "ves-openapi-manager",
"timestamp": 1661401500238,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "policy-id",
"timestamp": 1661401503875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "cds",
"timestamp": 1661401502402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661401504465,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "ves-openapi-manager",
"timestamp": 1661401500238,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661401499889,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "policy-id",
"timestamp": 1661401503875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661401504465,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "ves-openapi-manager",
"timestamp": 1661401500238,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661401499889,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "cds",
"timestamp": 1661401502402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "policy-id",
"timestamp": 1661401503875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "clamp",
"timestamp": 1661401509129,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "ves-openapi-manager",
"timestamp": 1661401500238,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "cds",
"timestamp": 1661401502402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661401504465,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661401499889,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "policy-id",
"timestamp": 1661401503875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "clamp",
"timestamp": 1661401509129,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "ves-openapi-manager",
"timestamp": 1661401500238,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "cds",
"timestamp": 1661401502402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661401499889,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.262Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661401504465,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "policy-id",
"timestamp": 1661401503875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "clamp",
"timestamp": 1661401509129,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "ves-openapi-manager",
"timestamp": 1661401500238,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-08-25T04:27:21.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661401504465,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661401499889,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "cds",
"timestamp": 1661401502402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "policy-id",
"timestamp": 1661401503875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "clamp",
"timestamp": 1661401509129,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "cds",
"timestamp": 1661401502402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "ves-openapi-manager",
"timestamp": 1661401500238,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661401504465,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661401499889,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "policy-id",
"timestamp": 1661401503875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "clamp",
"timestamp": 1661401509129,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "cds",
"timestamp": 1661401502402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:27:21.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "ves-openapi-manager",
"timestamp": 1661401500238,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661401504465,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:27:21.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661401499889,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:27:21.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "policy-id",
"timestamp": 1661401503875,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:27:21.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "clamp",
"timestamp": 1661401509129,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "cds",
"timestamp": 1661401515836,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:27:21.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661401516338,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:27:21.305Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "clamp",
"timestamp": 1661401509129,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "ves-openapi-manager",
"timestamp": 1661401516034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:27:21.306Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "policy-id",
"timestamp": 1661401516245,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:27:21.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "cds",
"timestamp": 1661401516843,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:27:21.326Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 26676ee0-043e-4764-ba1c-729ce45d4161
2022-08-25T04:27:21.326Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26676ee0-043e-4764-ba1c-729ce45d4161 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:27:21.336Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.336Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "clamp",
"timestamp": 1661401509129,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:27:21.337Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "policy-id",
"timestamp": 1661401517249,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T04:27:21.337Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "ves-openapi-manager",
"timestamp": 1661401517251,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-08-25T04:27:21.338Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661401518254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-25T04:27:21.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-25T04:27:21.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "policy-id",
"timestamp": 1661401518251,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:27:21.351Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 26676ee0-043e-4764-ba1c-729ce45d4161
2022-08-25T04:27:21.351Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26676ee0-043e-4764-ba1c-729ce45d4161 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:27:21.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "ves-openapi-manager",
"timestamp": 1661401518256,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:27:21.374Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 26676ee0-043e-4764-ba1c-729ce45d4161
2022-08-25T04:27:21.374Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26676ee0-043e-4764-ba1c-729ce45d4161 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:27:21.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
"consumerID": "cds",
"timestamp": 1661401517846,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:21.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661401519259,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:27:21.449Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 26676ee0-043e-4764-ba1c-729ce45d4161
2022-08-25T04:27:21.449Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26676ee0-043e-4764-ba1c-729ce45d4161 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-25T04:27:21.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-25T04:27:21.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a256f590-ed79-4924-a45d-7337f31c321e",
"consumerID": "cds",
"timestamp": 1661401517846,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:27:21.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-25T04:27:28.790Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:27:28.804Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-25T04:27:28.809Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-25T04:27:28.809Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-25T04:27:28.809Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-25T04:27:28.809Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-25T04:27:28.810Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-25T04:27:28.810Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-25T04:27:28.811Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-25T04:27:28.811Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-25T04:27:28.811Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-25T04:27:28.812Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-25T04:27:28.813Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-25T04:27:28.819Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-25T04:27:58.819Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 928fbcbe-281f-4938-8966-80ef72f1afcd and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-25T04:27:58.829Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 928fbcbe-281f-4938-8966-80ef72f1afcd and serviceModelVersionId: f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4
2022-08-25T04:27:58.830Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 254d6b6d-554a-4de0-a993-82cbea37fa17
2022-08-25T04:27:58.832Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/254d6b6d-554a-4de0-a993-82cbea37fa17/model-vers/model-ver/f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4?depth=0
2022-08-25T04:27:58.862Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-08-25T04:27:59.061Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/254d6b6d-554a-4de0-a993-82cbea37fa17/model-vers/model-ver/f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4?depth=0|INFO|500||Invoke
2022-08-25T04:27:59.063Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/254d6b6d-554a-4de0-a993-82cbea37fa17/model-vers/model-ver/f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/254d6b6d-554a-4de0-a993-82cbea37fa17/model-vers/model-ver/f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[928fbcbe-281f-4938-8966-80ef72f1afcd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4c46d49c-b9ae-4404-a959-51e73c925168], X-ECOMP-RequestID=[928fbcbe-281f-4938-8966-80ef72f1afcd], X-TransactionId=[], X-ONAP-RequestID=[928fbcbe-281f-4938-8966-80ef72f1afcd], Content-Type=[application/merge-patch+json]}
2022-08-25T04:27:59.131Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/254d6b6d-554a-4de0-a993-82cbea37fa17/model-vers/model-ver/f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-25T04:27:59.216Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/254d6b6d-554a-4de0-a993-82cbea37fa17/model-vers/model-ver/f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4?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/254d6b6d-554a-4de0-a993-82cbea37fa17/model-vers/model-ver/f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220825-04:27:59:163-90691], vertex-id=[217200], Content-Length=[0], Date=[Thu, 25 Aug 2022 04:27:59 GMT], Content-Type=[application/json]}
2022-08-25T04:27:59.216Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/254d6b6d-554a-4de0-a993-82cbea37fa17/model-vers/model-ver/f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-25T04:27:59.217Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/254d6b6d-554a-4de0-a993-82cbea37fa17/model-vers/model-ver/f9aaeeef-adb8-4be9-8ef0-52a50e22f9a4?depth=0|INFO|500||InvokeReturn
2022-08-25T04:27:59.217Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-25T04:27:59.217Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:27:59.224Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-25T04:27:59.226Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 928fbcbe-281f-4938-8966-80ef72f1afcd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-25T04:27:59.227Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-25T04:27:59.229Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:27:59.236Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:27:59.236Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "928fbcbe-281f-4938-8966-80ef72f1afcd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661401679226,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-25T04:27:59.333Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-25T04:27:59.335Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:27:59.335Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:27:59.359Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:27:59.360Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-25T04:28:00.250Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-25T04:28:00.251Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-25T04:28:00.251Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:04.709Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:28:04.713Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-25T04:28:04.713Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"26676ee0-043e-4764-ba1c-729ce45d4161","serviceName":"Demo_pNF_97SwuAjDewGjUbwroRxM","serviceVersion":"1.0","serviceUUID":"df4bd4d6-c45f-402c-8a54-c982fb0b9619","serviceDescription":"catalog service description","serviceInvariantUUID":"ed645b3f-f633-4c80-819f-d10f65cd8103","resources":[{"resourceInstanceName":"pNF 3e82b1c1-9954 0","resourceName":"pNF 3e82b1c1-9954","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f03b930d-4ce5-44b3-aa90-8d90b66e1ca8","resourceInvariantUUID":"d9f8a84b-7013-455b-8e0b-88f344897a66","resourceCustomizationUUID":"48cc0470-b19f-4842-be0f-51e6c33088a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vf-license-model.xml","artifactChecksum":"NGMyMTM0NjgwNjU4MjRmNThlYzk4MWEyYzg2NzAwY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fdec67ff-e802-49d0-8d8d-c1b1cf096b58","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/pNF.csar","artifactChecksum":"OWY0YWQ3NTU3NmE4YTU0YzFkYzc2ZWRlZTdkOWYyMTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78196a16-e6d2-4cdd-85d8-7ee07cc07d54","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"335b5dc7-dae3-490a-aebd-0157c8661bb1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vendor-license-model.xml","artifactChecksum":"MDAwOWUyMGIzNDIxMTQxNWRiMTYwMzRkM2JiMmI3MDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d7e20f59-a02b-46a6-ab25-ce9f702ad4ab","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1522baed-d99b-454a-bb32-88a59f094a93","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d908941-e444-4eb2-a0aa-89eb58a629e6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf97swuajdewgjubwrorxm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-template.yml","artifactChecksum":"ODJiMzE2M2MyYThmNzhjOTAyMjFhNDc5YzRiNzYxMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88f112d8-8ef2-4d04-ad3a-93d6d53f1f2b","artifactVersion":"1"},{"artifactName":"service-DemoPnf97swuajdewgjubwrorxm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar","artifactChecksum":"ZDUzOGE0ZmRiNDEyZjM0ZTVjMTcwZmU4OWRhNjA2ZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5f8f6b87-565a-4a68-8266-ad39a779ca52","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-25T04:28:04.718Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:28:04.718Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:28:04.722Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:28:04.722Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661401680250,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:28:04.823Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:28:04.824Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:28:04.824Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:04.841Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:28:04.842Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:28:05.724Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:28:05.724Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:28:05.729Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:28:05.730Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661401680250,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:28:05.829Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:28:05.831Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:28:05.831Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:05.856Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:28:05.857Z||pool-41-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:28:06.731Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:28:06.732Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:28:06.734Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:28:06.735Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661401680250,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:28:06.837Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T04:28:06.838Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:28:06.838Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:06.857Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:28:06.864Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:28:07.736Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:28:07.737Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:28:07.743Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:28:07.743Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661401680250,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:28:07.843Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-25T04:28:07.844Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:28:07.844Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:07.863Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:28:07.864Z||pool-43-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:28:08.744Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:28:08.749Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:28:08.756Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:28:08.756Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661401680250,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:28:08.857Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-25T04:28:08.858Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:28:08.859Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:08.875Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:28:08.876Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:28:09.757Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:28:09.759Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:28:09.764Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:28:09.764Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661401680250,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/resourceInstances/pnf3e82b1c199540/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:28:09.874Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-08-25T04:28:09.877Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:28:09.877Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:09.895Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:28:09.896Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:28:10.766Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:28:10.768Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:28:10.773Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:28:10.774Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661401680250,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-25T04:28:10.873Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-25T04:28:10.879Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:28:10.880Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:10.895Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:28:10.896Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:28:11.776Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-25T04:28:11.778Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:28:11.791Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:28:11.791Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661401680250,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
"status": "NOTIFIED"
}
2022-08-25T04:28:11.899Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-25T04:28:11.901Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:28:11.902Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:11.941Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:28:11.941Z||pool-47-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-08-25T04:28:12.820Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"serviceName": "Demo_pNF_97SwuAjDewGjUbwroRxM",
"serviceVersion": "1.0",
"serviceUUID": "df4bd4d6-c45f-402c-8a54-c982fb0b9619",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ed645b3f-f633-4c80-819f-d10f65cd8103",
"resources": [
{
"resourceInstanceName": "pNF 3e82b1c1-9954 0",
"resourceCustomizationUUID": "48cc0470-b19f-4842-be0f-51e6c33088a2",
"resourceName": "pNF 3e82b1c1-9954",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "f03b930d-4ce5-44b3-aa90-8d90b66e1ca8",
"resourceInvariantUUID": "d9f8a84b-7013-455b-8e0b-88f344897a66",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
"artifactChecksum": "ZDUzOGE0ZmRiNDEyZjM0ZTVjMTcwZmU4OWRhNjA2ZDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5f8f6b87-565a-4a68-8266-ad39a779ca52"
}
],
"workloadContext": "Production"
}
2022-08-25T04:28:12.820Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-25T04:28:12.820Z|928fbcbe-281f-4938-8966-80ef72f1afcd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df4bd4d6-c45f-402c-8a54-c982fb0b9619 ASDC
2022-08-25T04:28:12.821Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:26676ee0-043e-4764-ba1c-729ce45d4161
ServiceName:Demo_pNF_97SwuAjDewGjUbwroRxM
ServiceVersion:1.0
ServiceUUID:df4bd4d6-c45f-402c-8a54-c982fb0b9619
ServiceInvariantUUID:ed645b3f-f633-4c80-819f-d10f65cd8103
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf97swuajdewgjubwrorxm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
ArtifactUUID:5f8f6b87-565a-4a68-8266-ad39a779ca52
ArtifactChecksum:ZDUzOGE0ZmRiNDEyZjM0ZTVjMTcwZmU4OWRhNjA2ZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3e82b1c1-9954 0
ResourceCustomizationUUID:48cc0470-b19f-4842-be0f-51e6c33088a2
ResourceInvariantUUID:d9f8a84b-7013-455b-8e0b-88f344897a66
ResourceName:pNF 3e82b1c1-9954
ResourceType:PNF
ResourceUUID:f03b930d-4ce5-44b3-aa90-8d90b66e1ca8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-08-25T04:28:12.821Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df4bd4d6-c45f-402c-8a54-c982fb0b9619 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-25T04:28:12.944Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:28:12.945Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:28:12.945Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:28:12.946Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5f8f6b87-565a-4a68-8266-ad39a779ca52 from URL: /sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:12.946Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-25T04:28:12.947Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:13.154Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-25T04:28:13.165Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar 5f8f6b87-565a-4a68-8266-ad39a779ca52 82654
2022-08-25T04:28:13.167Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar ASDC sendASDCNotification
2022-08-25T04:28:13.168Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:13.170Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-25T04:28:13.171Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-25T04:28:13.184Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-25T04:28:13.185Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "26676ee0-043e-4764-ba1c-729ce45d4161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661401693167,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-25T04:28:13.288Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-25T04:28:13.290Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-25T04:28:13.291Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jGXc0mv6uBlg1WK0) ...
2022-08-25T04:28:13.326Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-25T04:28:13.327Z||pool-48-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-08-25T04:28:14.189Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-25T04:28:14.191Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-25T04:28:14.192Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5f8f6b87-565a-4a68-8266-ad39a779ca52, URL: /sdc/v1/catalog/services/DemoPnf97swuajdewgjubwrorxm/1.0/artifacts/service-DemoPnf97swuajdewgjubwrorxm-csar.csar to file: /app/ASDC/1/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:14.193Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:14.195Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:14.196Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:14.875Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1184301971380584676/Definitions/service-DemoPnf97swuajdewgjubwrorxm-template.yml
2022-08-25T04:28:17.482Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-25T04:28:17.483Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-08-25T04:28:17.483Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:17.483Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-25T04:28:17.483Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:17.484Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:17.484Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:17.484Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:17.484Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:17.484Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:17.485Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3e82b1c1-9954 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-DemoPnf97swuajdewgjubwrorxm-csar.csar
2022-08-25T04:28:17.485Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-08-25T04:28:17.485Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:28:17.485Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_97SwuAjDewGjUbwroRxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:28:17.486Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Node template pNF 3e82b1c1-9954 0 is matching search criteria
2022-08-25T04:28:17.486Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-08-25T04:28:17.486Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 3e82b1c1-9954 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:28:17.487Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:28:17.487Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_97SwuAjDewGjUbwroRxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:28:17.487Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Node template pNF 3e82b1c1-9954 0 is matching search criteria
2022-08-25T04:28:17.487Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-08-25T04:28:17.488Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 3e82b1c1-9954 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-25T04:28:17.488Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:28:17.488Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_97SwuAjDewGjUbwroRxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:28:17.489Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:28:17.489Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_97SwuAjDewGjUbwroRxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:28:17.489Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:28:17.489Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_97SwuAjDewGjUbwroRxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:28:17.490Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:28:17.490Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_97SwuAjDewGjUbwroRxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:28:17.490Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:28:17.490Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_97SwuAjDewGjUbwroRxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:28:17.491Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_97SwuAjDewGjUbwroRxM
Description:catalog service description
Model UUID:df4bd4d6-c45f-402c-8a54-c982fb0b9619
Model Version:NULL
Model InvariantUuid:ed645b3f-f633-4c80-819f-d10f65cd8103
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-25T04:28:17.520Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: f03b930d-4ce5-44b3-aa90-8d90b66e1ca8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:28:17.526Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||pNF 3e82b1c1-9954 0
2022-08-25T04:28:17.527Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f03b930d-4ce5-44b3-aa90-8d90b66e1ca8
2022-08-25T04:28:17.527Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||No resources found for Service: df4bd4d6-c45f-402c-8a54-c982fb0b9619
2022-08-25T04:28:17.527Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: df4bd4d6-c45f-402c-8a54-c982fb0b9619
2022-08-25T04:28:17.527Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3e82b1c1-9954 0 f03b930d-4ce5-44b3-aa90-8d90b66e1ca8 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-25T04:28:17.535Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44046123, org.onap.sdc.toscaparser.api.parameters.Input@41e6444a, org.onap.sdc.toscaparser.api.parameters.Input@199c562c, org.onap.sdc.toscaparser.api.parameters.Input@7f92a821, org.onap.sdc.toscaparser.api.parameters.Input@1878c389]
2022-08-25T04:28:17.535Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-25T04:28:17.535Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_97SwuAjDewGjUbwroRxM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-25T04:28:17.536Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid df4bd4d6-c45f-402c-8a54-c982fb0b9619: pNF 3e82b1c1-9954
2022-08-25T04:28:17.536Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||INFO|500||Processing PNF resource: f03b930d-4ce5-44b3-aa90-8d90b66e1ca8
2022-08-25T04:28:17.536Z|26676ee0-043e-4764-ba1c-729ce45d4161|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery