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-03-17T00:12:47.515Z||main|||||INFO|500||The following profiles are active: basic
2022-03-17T00:12:55.849Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-17T00:12:55.849Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-17T00:12:55.920Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-17T00:12:58.047Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-17T00:12:58.206Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-17T00:12:58.560Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-17T00:12:58.566Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-17T00:12:58.641Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-17T00:12:58.771Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-17T00:12:59.122Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-17T00:12:59.877Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-17T00:13:01.674Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-17T00:13:01.717Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-17T00:13:02.181Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-17T00:13:02.384Z||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-03-17T00:13:03.494Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-17T00:13:04.457Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-17T00:13:04.472Z||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$$d1bfbc30.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-03-17T00:13:04.473Z||main|||||WARN|500||The sdc end point is not alive
2022-03-17T00:13:06.828Z||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-03-17T00:13:09.181Z||main|||||WARN|500||---
2022-03-17T00:13:09.182Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-17T00:13:09.182Z||main|||||WARN|500||---
2022-03-17T00:13:09.519Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-17T00:13:13.302Z||main|||||INFO|500||Started Application in 29.819 seconds (JVM running for 30.854)
2022-03-17T00:13:13.313Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-17T00:13:13.314Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-17T00:13:13.323Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-17T00:13:13.379Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-17T00:13:13.417Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 06400327-f89b-421f-b33f-73ab6e1b10ca url= /sdc/v1/artifactTypes
2022-03-17T00:13:13.417Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-17T00:13:13.711Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-17T00:13:13.730Z||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-03-17T00:13:13.748Z||scheduling-1|||||DEBUG|500||create keys
2022-03-17T00:13:13.754Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-17T00:13:13.788Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:13:13.801Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d4233c83-6656-4419-96ba-5efb72ebdf76 url= /sdc/v1/registerForDistribution
2022-03-17T00:13:14.642Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d4233c83-6656-4419-96ba-5efb72ebdf76 url= /sdc/v1/registerForDistribution
2022-03-17T00:13:14.643Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-17T00:13:14.650Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:13:14.651Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:13:14.654Z||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-03-17T00:13:14.654Z||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-03-17T00:13:14.655Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:13:14.655Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:13:14.655Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-17T00:13:25.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:13:25.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:14:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:14:14.649Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:14:14.652Z||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-03-17T00:14:14.652Z||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-03-17T00:14:14.652Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:14:14.652Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:14:24.208Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:14:24.211Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:15:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:15:14.650Z||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-03-17T00:15:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:15:14.650Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:15:14.651Z||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-03-17T00:15:14.652Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:15:24.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:15:24.209Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:16:14.649Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:16:14.650Z||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-03-17T00:16:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:16:14.650Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:16:14.651Z||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-03-17T00:16:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:16:24.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:16:24.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:17:14.649Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:17:14.649Z||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-03-17T00:17:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:17:14.650Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:17:14.651Z||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-03-17T00:17:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:17:24.200Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:17:24.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:18:14.649Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:18:14.650Z||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-03-17T00:18:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:18:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:18:14.651Z||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-03-17T00:18:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:18:24.197Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:18:24.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:19:14.649Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:19:14.649Z||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-03-17T00:19:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:19:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:19:14.651Z||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-03-17T00:19:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:19:24.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:19:24.202Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:20:14.649Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:20:14.650Z||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-03-17T00:20:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:20:14.650Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:20:14.651Z||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-03-17T00:20:14.652Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:20:24.197Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:20:24.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:21:14.649Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:21:14.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:21:14.650Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:21:14.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:21:14.652Z||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-03-17T00:21:14.652Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:21:24.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:21:24.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:22:14.649Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:22:14.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:22:14.649Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:22:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:22:14.651Z||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-03-17T00:22:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:22:24.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:22:24.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:23:08.752Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-17T00:23:14.649Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:23:14.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:23:14.650Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:23:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:23:14.651Z||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-03-17T00:23:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:23:24.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:23:24.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:24:14.649Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:24:14.650Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:24:14.651Z||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-03-17T00:24:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:24:14.655Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:24:14.655Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:24:24.196Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:24:24.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:25:14.649Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:25:14.650Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:25:14.650Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:25:14.650Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:25:14.651Z||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-03-17T00:25:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:25:24.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:25:24.216Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:26:14.649Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:26:14.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:26:14.649Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:26:14.650Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:26:14.651Z||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-03-17T00:26:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:26:24.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:26:24.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:27:14.649Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:27:14.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:27:14.649Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:27:14.650Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:27:14.651Z||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-03-17T00:27:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:27:24.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:27:24.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:28:14.649Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:28:14.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:28:14.650Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:28:14.650Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:28:14.651Z||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-03-17T00:28:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:28:24.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:28:24.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:29:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:29:14.649Z||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-03-17T00:29:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:29:14.651Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:29:14.652Z||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-03-17T00:29:14.652Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:29:24.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:29:24.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:30:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:30:14.649Z||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-03-17T00:30:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:30:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:30:14.651Z||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-03-17T00:30:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:30:24.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:30:24.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:31:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:31:14.650Z||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-03-17T00:31:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:31:14.650Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:31:14.651Z||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-03-17T00:31:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:31:24.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:31:24.220Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:32:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:32:14.650Z||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-03-17T00:32:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:32:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:32:14.651Z||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-03-17T00:32:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:32:24.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:32:24.196Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:33:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:33:14.649Z||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-03-17T00:33:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:33:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:33:14.651Z||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-03-17T00:33:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:33:24.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:33:24.195Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:34:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:34:14.650Z||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-03-17T00:34:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:34:14.650Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:34:14.650Z||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-03-17T00:34:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:34:24.215Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:34:24.218Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:35:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:35:14.649Z||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-03-17T00:35:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:35:14.650Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:35:14.651Z||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-03-17T00:35:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:35:24.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:35:24.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:36:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:36:14.649Z||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-03-17T00:36:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:36:14.650Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:36:14.651Z||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-03-17T00:36:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:36:24.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:36:24.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:37:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:37:14.649Z||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-03-17T00:37:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:37:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:37:14.651Z||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-03-17T00:37:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:37:24.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:37:24.204Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:38:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:38:14.649Z||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-03-17T00:38:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:38:14.650Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:38:14.651Z||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-03-17T00:38:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:38:24.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:38:24.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:39:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:39:14.649Z||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-03-17T00:39:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:39:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:39:14.651Z||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-03-17T00:39:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:39:24.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:39:24.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:40:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:40:14.649Z||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-03-17T00:40:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:40:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:40:14.651Z||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-03-17T00:40:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:40:24.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:40:24.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:41:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:41:14.649Z||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-03-17T00:41:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:41:14.650Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:41:14.651Z||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-03-17T00:41:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:41:24.192Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:41:24.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:42:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:42:14.649Z||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-03-17T00:42:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:42:14.650Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:42:14.651Z||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-03-17T00:42:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:42:24.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:42:24.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:43:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:43:14.649Z||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-03-17T00:43:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:43:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:43:14.651Z||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-03-17T00:43:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:43:24.194Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:43:24.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:44:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:44:14.649Z||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-03-17T00:44:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:44:14.650Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:44:14.651Z||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-03-17T00:44:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:44:24.203Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:44:24.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:45:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:45:14.649Z||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-03-17T00:45:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:45:14.650Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:45:14.651Z||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-03-17T00:45:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:45:24.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:45:24.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:46:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:46:14.649Z||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-03-17T00:46:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:46:14.650Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:46:14.651Z||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-03-17T00:46:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:46:24.189Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:46:24.193Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:47:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:47:14.649Z||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-03-17T00:47:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:47:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:47:14.651Z||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-03-17T00:47:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:47:24.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:47:24.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:48:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:48:14.649Z||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-03-17T00:48:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:48:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:48:14.651Z||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-03-17T00:48:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:48:24.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:48:24.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:49:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:49:14.649Z||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-03-17T00:49:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:49:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:49:14.651Z||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-03-17T00:49:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:49:24.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:49:24.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:50:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:50:14.649Z||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-03-17T00:50:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:50:14.650Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:50:14.651Z||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-03-17T00:50:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:50:24.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:50:24.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:51:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:51:14.649Z||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-03-17T00:51:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:51:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:51:14.651Z||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-03-17T00:51:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:51:24.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:51:24.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:52:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:52:14.649Z||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-03-17T00:52:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:52:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:52:14.651Z||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-03-17T00:52:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:52:24.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:52:24.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:53:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:53:14.649Z||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-03-17T00:53:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:53:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:53:14.651Z||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-03-17T00:53:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:53:24.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:53:24.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:54:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:54:14.649Z||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-03-17T00:54:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:54:14.650Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:54:14.651Z||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-03-17T00:54:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:54:24.193Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:54:24.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:55:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:55:14.649Z||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-03-17T00:55:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:55:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:55:14.651Z||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-03-17T00:55:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:55:24.193Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:55:24.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:56:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:56:14.649Z||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-03-17T00:56:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:56:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:56:14.651Z||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-03-17T00:56:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:56:24.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:56:24.201Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:57:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:57:14.649Z||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-03-17T00:57:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:57:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:57:14.651Z||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-03-17T00:57:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:57:24.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:57:24.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:58:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:58:14.649Z||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-03-17T00:58:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:58:14.650Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:58:14.651Z||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-03-17T00:58:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:58:24.203Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:58:24.203Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:59:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:59:14.649Z||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-03-17T00:59:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:59:14.651Z||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-03-17T00:59:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:15.275Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:59:15.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d","serviceName":"vFW 2022-03-17 00-56-23","serviceVersion":"1.0","serviceUUID":"1ace66b4-8282-4d9f-bb23-fb8833a19896","serviceDescription":"catalog service description","serviceInvariantUUID":"8527657e-33e7-443d-81b4-aae3dd17e3b0","resources":[{"resourceInstanceName":"vFW afd4234e-b74c 0","resourceName":"vFW afd4234e-b74c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"91626486-cffb-4ff6-b58e-e883b0156cb6","resourceInvariantUUID":"5e9bf566-d2a0-4f59-8957-42a2e5282f7c","resourceCustomizationUUID":"157f2eae-c15d-4b70-9661-7dcc3d5ec566","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vf-license-model.xml","artifactChecksum":"YjFmYWEyZjQwM2QzN2FhMWU1YjY2MGFiMmNkMzg5ZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ed851310-91cc-4041-8361-d3c6203a993e","artifactVersion":"1"},{"artifactName":"vfwafd4234eb74c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json","artifactChecksum":"MGVkMDRhZTY0NWE2MTRhNDU2NjAyODQ3OWIyOTY1ZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"91f1c1ab-9602-44cb-b81f-7809c2a57cfa","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"197a0c86-9f96-4fe1-81bd-d3214f4213fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vendor-license-model.xml","artifactChecksum":"NTJiYjJjMGU1MzljNzEzMmI1ZDQ2MjE2NzkxMzJjN2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"17a15914-daa0-4504-81cb-a0f403c80db3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"19bb586a-3f59-4496-bb15-7c510eb11f03","artifactVersion":"2","generatedFromUUID":"197a0c86-9f96-4fe1-81bd-d3214f4213fc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220317005623-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-template.yml","artifactChecksum":"YTQ2OWUxZWJhY2M5MWZiNTkxMzdlN2FjOTYwMTE4MTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63a3e822-fca0-4ab0-b7ea-f7a55d26be20","artifactVersion":"1"},{"artifactName":"service-Vfw20220317005623-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar","artifactChecksum":"MTkwYThiNDI4MjIxNzM0MWFiOTg0NTVkNDU2Nzg4ZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f74c8429-01e5-4d31-9f2c-1f20720ca56f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T00:59:15.283Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:59:15.283Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T00:59:15.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "cds",
"timestamp": 1647478717890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.288Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:15.297Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:15.298Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478754649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "clamp",
"timestamp": 1647478721467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647478719958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647478717412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "policy-id",
"timestamp": 1647478719468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "cds",
"timestamp": 1647478717890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "clamp",
"timestamp": 1647478721467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
"status": "NOTIFIED"
}
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647478719958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "policy-id",
"timestamp": 1647478719468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647478717412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "cds",
"timestamp": 1647478717890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "clamp",
"timestamp": 1647478721467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647478719958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "policy-id",
"timestamp": 1647478719468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-17T00:59:15.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647478717412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "cds",
"timestamp": 1647478717890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647478719958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "clamp",
"timestamp": 1647478721467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "policy-id",
"timestamp": 1647478719468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647478717412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "aai-ml",
"timestamp": 1647478727053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "cds",
"timestamp": 1647478717890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "clamp",
"timestamp": 1647478721467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647478719958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "policy-id",
"timestamp": 1647478719468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647478717412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "aai-ml",
"timestamp": 1647478727053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "cds",
"timestamp": 1647478717890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "clamp",
"timestamp": 1647478721467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647478719958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "policy-id",
"timestamp": 1647478719468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647478717412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "aai-ml",
"timestamp": 1647478727053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "cds",
"timestamp": 1647478717890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "clamp",
"timestamp": 1647478721467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647478719958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "policy-id",
"timestamp": 1647478719468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "ves-openapi-manager",
"timestamp": 1647478717412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "aai-ml",
"timestamp": 1647478727053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "cds",
"timestamp": 1647478731528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "policy-id",
"timestamp": 1647478731538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "aai-ml",
"timestamp": 1647478727053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647478731735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "cds",
"timestamp": 1647478732541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-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-03-17T00:59:15.400Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:15.403Z||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-03-17T00:59:15.403Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:15.416Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:59:15.417Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T00:59:15.469Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d
2022-03-17T00:59:15.482Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d 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-03-17T00:59:15.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "policy-id",
"timestamp": 1647478732545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647478732022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "aai-ml",
"timestamp": 1647478727053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "policy-id",
"timestamp": 1647478733549,
"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-03-17T00:59:15.510Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d
2022-03-17T00:59:15.511Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d 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-03-17T00:59:15.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647478732022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
"status": "NOTIFIED"
}
2022-03-17T00:59:15.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "aai-ml",
"timestamp": 1647478727053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647478732022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "aai-ml",
"timestamp": 1647478734865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647478732022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647478736118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T00:59:15.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647478732022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-17T00:59:15.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647478737125,
"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-03-17T00:59:15.520Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d
2022-03-17T00:59:15.520Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d 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-03-17T00:59:15.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647478732022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647478732022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647478739787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647478740854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647478741903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647478743114,
"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-03-17T00:59:15.529Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d
2022-03-17T00:59:15.529Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d 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-03-17T00:59:15.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647478744119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-17T00:59:15.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "clamp",
"timestamp": 1647478744733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T00:59:15.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "clamp",
"timestamp": 1647478746740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T00:59:15.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "clamp",
"timestamp": 1647478747744,
"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-03-17T00:59:15.537Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d
2022-03-17T00:59:15.537Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d 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-03-17T00:59:15.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "aai-ml",
"timestamp": 1647478747857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T00:59:15.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "aai-ml",
"timestamp": 1647478748862,
"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-03-17T00:59:15.544Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d
2022-03-17T00:59:15.544Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d 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-03-17T00:59:16.303Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T00:59:16.303Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:16.305Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:16.305Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478754649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
"status": "NOTIFIED"
}
2022-03-17T00:59:16.405Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:16.406Z||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-03-17T00:59:16.406Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:16.418Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:59:16.418Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-17T00:59:17.306Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T00:59:17.307Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:17.309Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:17.309Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478754649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-17T00:59:17.409Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:17.410Z||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-03-17T00:59:17.411Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:17.426Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:59:17.427Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-17T00:59:18.310Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T00:59:18.310Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:18.312Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:18.312Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478754649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:18.413Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:18.413Z||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-03-17T00:59:18.414Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:18.427Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:59:18.428Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T00:59:19.313Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T00:59:19.314Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:19.315Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:19.316Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478754649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-17T00:59:19.416Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:19.417Z||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-03-17T00:59:19.417Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:19.432Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:59:19.433Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-17T00:59:20.316Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T00:59:20.317Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:20.319Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:20.319Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478754649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T00:59:20.419Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:20.420Z||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-03-17T00:59:20.420Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:20.434Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:59:20.434Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T00:59:21.319Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T00:59:21.320Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:21.322Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:21.322Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478754649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T00:59:21.422Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:21.423Z||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-03-17T00:59:21.423Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:21.438Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:59:21.438Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T00:59:22.324Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"serviceName": "vFW 2022-03-17 00-56-23",
"serviceVersion": "1.0",
"serviceUUID": "1ace66b4-8282-4d9f-bb23-fb8833a19896",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8527657e-33e7-443d-81b4-aae3dd17e3b0",
"resources": [
{
"resourceInstanceName": "vFW afd4234e-b74c 0",
"resourceCustomizationUUID": "157f2eae-c15d-4b70-9661-7dcc3d5ec566",
"resourceName": "vFW afd4234e-b74c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "91626486-cffb-4ff6-b58e-e883b0156cb6",
"resourceInvariantUUID": "5e9bf566-d2a0-4f59-8957-42a2e5282f7c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwafd4234eb74c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
"artifactChecksum": "MGVkMDRhZTY0NWE2MTRhNDU2NjAyODQ3OWIyOTY1ZDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "91f1c1ab-9602-44cb-b81f-7809c2a57cfa",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "197a0c86-9f96-4fe1-81bd-d3214f4213fc",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "19bb586a-3f59-4496-bb15-7c510eb11f03",
"generatedFromUUID": "197a0c86-9f96-4fe1-81bd-d3214f4213fc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "19bb586a-3f59-4496-bb15-7c510eb11f03",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220317005623-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"artifactChecksum": "MTkwYThiNDI4MjIxNzM0MWFiOTg0NTVkNDU2Nzg4ZWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f74c8429-01e5-4d31-9f2c-1f20720ca56f"
}
],
"workloadContext": "Production"
}
2022-03-17T00:59:22.325Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T00:59:22.325Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1ace66b4-8282-4d9f-bb23-fb8833a19896 ASDC
2022-03-17T00:59:22.423Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d
ServiceName:vFW 2022-03-17 00-56-23
ServiceVersion:1.0
ServiceUUID:1ace66b4-8282-4d9f-bb23-fb8833a19896
ServiceInvariantUUID:8527657e-33e7-443d-81b4-aae3dd17e3b0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220317005623-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar
ArtifactUUID:f74c8429-01e5-4d31-9f2c-1f20720ca56f
ArtifactChecksum:MTkwYThiNDI4MjIxNzM0MWFiOTg0NTVkNDU2Nzg4ZWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW afd4234e-b74c 0
ResourceCustomizationUUID:157f2eae-c15d-4b70-9661-7dcc3d5ec566
ResourceInvariantUUID:5e9bf566-d2a0-4f59-8957-42a2e5282f7c
ResourceName:vFW afd4234e-b74c
ResourceType:VF
ResourceUUID:91626486-cffb-4ff6-b58e-e883b0156cb6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwafd4234eb74c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json
ArtifactUUID:91f1c1ab-9602-44cb-b81f-7809c2a57cfa
ArtifactChecksum:MGVkMDRhZTY0NWE2MTRhNDU2NjAyODQ3OWIyOTY1ZDI=
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/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml
ArtifactUUID:197a0c86-9f96-4fe1-81bd-d3214f4213fc
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/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env
ArtifactUUID:19bb586a-3f59-4496-bb15-7c510eb11f03
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/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env
ArtifactUUID:19bb586a-3f59-4496-bb15-7c510eb11f03
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-17T00:59:22.424Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ace66b4-8282-4d9f-bb23-fb8833a19896 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-03-17T00:59:22.482Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T00:59:22.483Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-17T00:59:22.484Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-17T00:59:22.484Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f74c8429-01e5-4d31-9f2c-1f20720ca56f from URL: /sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:22.485Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-17T00:59:22.486Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:22.550Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-17T00:59:22.566Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar f74c8429-01e5-4d31-9f2c-1f20720ca56f 98979
2022-03-17T00:59:22.567Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar ASDC sendASDCNotification
2022-03-17T00:59:22.567Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:22.568Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T00:59:22.569Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:22.570Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:22.570Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478762566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T00:59:22.670Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:22.671Z||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-03-17T00:59:22.671Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:22.686Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:59:22.686Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-17T00:59:23.571Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T00:59:23.572Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-17T00:59:23.572Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f74c8429-01e5-4d31-9f2c-1f20720ca56f, URL: /sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar to file: /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:23.572Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220317005623-csar.csar
2022-03-17T00:59:23.677Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:23.677Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:24.131Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3529907268056944740/Definitions/service-Vfw20220317005623-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-03-17T00:59:26.408Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T00:59:26.412Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-17T00:59:26.413Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.413Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-17T00:59:26.413Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||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-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.413Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||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-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.413Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.413Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.414Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.414Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||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-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.414Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW afd4234e-b74c 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-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.414Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.414Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||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-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.414Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.414Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.414Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.415Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.415Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-17T00:59:26.420Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:26.422Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:26.425Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:26.425Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-17T00:59:26.427Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T00:59:26.428Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:26.428Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:26.428Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:26.429Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-17T00:59:26.429Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T00:59:26.429Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:26.429Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:26.432Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:26.432Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is not matching search criteria
2022-03-17T00:59:26.433Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T00:59:26.433Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T00:59:26.433Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:26.433Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.433Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T00:59:26.434Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.434Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T00:59:26.434Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T00:59:26.434Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T00:59:26.434Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.434Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:26.435Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T00:59:26.435Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:26.435Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T00:59:26.435Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.435Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-17T00:59:26.435Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:26.436Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T00:59:26.436Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:26.437Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:26.437Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T00:59:26.437Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:26.437Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:26.438Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T00:59:26.438Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:26.438Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:26.438Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T00:59:26.438Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:26.439Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is not matching search criteria
2022-03-17T00:59:26.439Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T00:59:26.439Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-17T00:59:26.439Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T00:59:26.439Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T00:59:26.439Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T00:59:26.440Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.440Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:26.440Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T00:59:26.440Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:26.440Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T00:59:26.440Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.441Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1739adf4-fb77-459d-8c6f-54cedcf7199a
2022-03-17T00:59:26.441Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:26.441Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is not matching search criteria
2022-03-17T00:59:26.441Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T00:59:26.441Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T00:59:26.442Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:26.442Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.442Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T00:59:26.442Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.442Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T00:59:26.442Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-17T00:59:26.443Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T00:59:26.443Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:26.443Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T00:59:26.443Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.443Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9d9b76cd-99fd-42be-8193-be7992ba528b
2022-03-17T00:59:26.444Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:26.444Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is not matching search criteria
2022-03-17T00:59:26.444Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T00:59:26.444Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T00:59:26.445Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:26.445Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.445Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T00:59:26.445Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.445Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T00:59:26.445Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T00:59:26.445Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T00:59:26.446Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.446Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:26.446Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-17T00:59:26.446Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2f26e985-096e-48b0-9075-3d38e6e4881e
2022-03-17T00:59:26.446Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:26.447Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:26.447Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:26.447Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:26.447Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:26.447Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:26.447Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:26.448Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:26.448Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-17 00-56-23
Description:catalog service description
Model UUID:1ace66b4-8282-4d9f-bb23-fb8833a19896
Model Version:NULL
Model InvariantUuid:8527657e-33e7-443d-81b4-aae3dd17e3b0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW afd4234e-b74c
Model UUID:20ebc667-eb40-4595-85c8-e3ace3945d03
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5e9bf566-d2a0-4f59-8957-42a2e5282f7c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:157f2eae-c15d-4b70-9661-7dcc3d5ec566
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cc31f43f-30a0-4a95-a34a-a98a7a48e993
ModelName:VfwAfd4234eB74c..base_vfw..module-0
ModelUuid:a58d7495-aeab-4c25-84a5-2aa58903efc9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1739adf4-fb77-459d-8c6f-54cedcf7199a
ModelInvariantUuid:e0971e17-ddc8-45da-8a0b-dd969d89d112
ModelName:vFW afd4234e-b74c-nodes.vfwCvfc
ModelUuid:3fcbc641-b40b-4c24-866b-f88855888640
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:25af5c06-4285-4534-9f51-cb4c997076ca
ModelInvariantUuid:1154d613-48e8-4c40-9c2f-51bb36d513f8
ModelName:VfwAfd4234eB74c.compute.nodes.heat.vfw
ModelUuid:c74f96dc-ab37-4b0d-90c5-39cb9f22997b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9d9b76cd-99fd-42be-8193-be7992ba528b
ModelInvariantUuid:a89c8cd5-daae-4bee-8fe6-c05dd6fbca96
ModelName:vFW afd4234e-b74c-nodes.vsnCvfc
ModelUuid:62373143-0adc-49cf-9c89-764cad2a0bf3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:028a9408-9e89-42cd-b00b-b2fda6f83106
ModelInvariantUuid:261eb5a7-f5cd-4c1c-b2f4-84b613918669
ModelName:VfwAfd4234eB74c.compute.nodes.heat.vsn
ModelUuid:40a5517e-45e2-4bed-b035-be53b7aac651
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2f26e985-096e-48b0-9075-3d38e6e4881e
ModelInvariantUuid:ccd30da2-aaf4-4e5f-84e3-8f02a7dc4acd
ModelName:vFW afd4234e-b74c-nodes.vpgCvfc
ModelUuid:45f23eb9-1122-4e45-9a06-e687995be80d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:36db1307-0fa8-4a35-90bf-657be7c06271
ModelInvariantUuid:9a77f5e3-6d92-43ab-b317-e9504af2701c
ModelName:VfwAfd4234eB74c.compute.nodes.heat.vpg
ModelUuid:4a97eb06-1756-4916-b6bc-97caa9cf23b2
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-03-17T00:59:26.468Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 91626486-cffb-4ff6-b58e-e883b0156cb6
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-03-17T00:59:26.546Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||vFW afd4234e-b74c 0
2022-03-17T00:59:26.552Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 91626486-cffb-4ff6-b58e-e883b0156cb6
2022-03-17T00:59:26.552Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 91f1c1ab-9602-44cb-b81f-7809c2a57cfa from URL: /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json
2022-03-17T00:59:26.552Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-17T00:59:26.553Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json
2022-03-17T00:59:26.603Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-17T00:59:26.603Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json 91f1c1ab-9602-44cb-b81f-7809c2a57cfa 785
2022-03-17T00:59:26.603Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json ASDC sendASDCNotification
2022-03-17T00:59:26.604Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json
2022-03-17T00:59:26.604Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T00:59:26.604Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:26.606Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:26.607Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478766603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-17T00:59:26.707Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T00:59:26.707Z||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-03-17T00:59:26.707Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:26.721Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:59:26.721Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T00:59:27.607Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAfd4234eB74c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cc31f43f-30a0-4a95-a34a-a98a7a48e993",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a58d7495-aeab-4c25-84a5-2aa58903efc9",
"vfModuleModelCustomizationUUID": "b18c1085-b787-42ab-9b4e-9b0f3113aee6",
"isBase": true,
"artifacts": [
"197a0c86-9f96-4fe1-81bd-d3214f4213fc",
"19bb586a-3f59-4496-bb15-7c510eb11f03"
],
"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-03-17T00:59:27.624Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAfd4234eB74c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a58d7495-aeab-4c25-84a5-2aa58903efc9
VfModuleModelInvariantUUID:cc31f43f-30a0-4a95-a34a-a98a7a48e993
VfModuleModelDescription:NULL
Artifacts UUID List:{
197a0c86-9f96-4fe1-81bd-d3214f4213fc
,
19bb586a-3f59-4496-bb15-7c510eb11f03
}
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-03-17T00:59:27.626Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAfd4234eB74c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cc31f43f-30a0-4a95-a34a-a98a7a48e993",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a58d7495-aeab-4c25-84a5-2aa58903efc9",
"vfModuleModelCustomizationUUID": "b18c1085-b787-42ab-9b4e-9b0f3113aee6",
"isBase": true,
"artifacts": [
"197a0c86-9f96-4fe1-81bd-d3214f4213fc",
"19bb586a-3f59-4496-bb15-7c510eb11f03"
],
"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-03-17T00:59:27.627Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAfd4234eB74c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a58d7495-aeab-4c25-84a5-2aa58903efc9
VfModuleModelInvariantUUID:cc31f43f-30a0-4a95-a34a-a98a7a48e993
VfModuleModelDescription:NULL
Artifacts UUID List:{
197a0c86-9f96-4fe1-81bd-d3214f4213fc
,
19bb586a-3f59-4496-bb15-7c510eb11f03
}
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-03-17T00:59:27.627Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 197a0c86-9f96-4fe1-81bd-d3214f4213fc from URL: /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml
2022-03-17T00:59:27.627Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-17T00:59:27.627Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml
2022-03-17T00:59:27.680Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-17T00:59:27.681Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml 197a0c86-9f96-4fe1-81bd-d3214f4213fc 20368
2022-03-17T00:59:27.681Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-17T00:59:27.681Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml
2022-03-17T00:59:27.681Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T00:59:27.681Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:27.683Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:27.683Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478767681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-17T00:59:27.783Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:27.784Z||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-03-17T00:59:27.784Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:27.798Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:59:27.799Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-17T00:59:28.684Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 19bb586a-3f59-4496-bb15-7c510eb11f03 from URL: /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env
2022-03-17T00:59:28.684Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-17T00:59:28.685Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env
2022-03-17T00:59:28.729Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-17T00:59:28.729Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env 19bb586a-3f59-4496-bb15-7c510eb11f03 2098
2022-03-17T00:59:28.730Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-17T00:59:28.730Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env
2022-03-17T00:59:28.730Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T00:59:28.731Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:28.733Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:28.733Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478768730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-17T00:59:28.833Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:28.834Z||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-03-17T00:59:28.834Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:28.848Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:59:28.849Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-17T00:59:29.733Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1ace66b4-8282-4d9f-bb23-fb8833a19896
2022-03-17T00:59:29.734Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW afd4234e-b74c 0 91626486-cffb-4ff6-b58e-e883b0156cb6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T00:59:29.767Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c2e8371, org.onap.sdc.toscaparser.api.parameters.Input@5d2d0056, org.onap.sdc.toscaparser.api.parameters.Input@186cc596, org.onap.sdc.toscaparser.api.parameters.Input@787665ec, org.onap.sdc.toscaparser.api.parameters.Input@308b5498]
2022-03-17T00:59:29.770Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:29.771Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:29.771Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-03-17T00:59:29.771Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 157f2eae-c15d-4b70-9661-7dcc3d5ec566
2022-03-17T00:59:29.771Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 157f2eae-c15d-4b70-9661-7dcc3d5ec566 matches Tosca VF Customization UUID: 157f2eae-c15d-4b70-9661-7dcc3d5ec566
2022-03-17T00:59:29.772Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 157f2eae-c15d-4b70-9661-7dcc3d5ec566 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-03-17T00:59:29.778Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:29.778Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:29.779Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 157f2eae-c15d-4b70-9661-7dcc3d5ec566: {\"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-03-17T00:59:29.780Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@328f7bf
2022-03-17T00:59:29.780Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:29.781Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T00:59:29.781Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b18c1085-b787-42ab-9b4e-9b0f3113aee6
2022-03-17T00:59:29.783Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b18c1085-b787-42ab-9b4e-9b0f3113aee6
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-03-17T00:59:29.787Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:29.788Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:29.788Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T00:59:29.789Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:29.789Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:29.789Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T00:59:29.790Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:29.790Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is not matching search criteria
2022-03-17T00:59:29.791Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T00:59:29.791Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-17T00:59:29.791Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T00:59:29.791Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T00:59:29.792Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T00:59:29.792Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T00:59:29.792Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:29.793Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T00:59:29.793Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:29.793Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T00:59:29.793Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T00:59:29.794Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1739adf4-fb77-459d-8c6f-54cedcf7199a
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-03-17T00:59:29.802Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:29.803Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:29.803Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T00:59:29.803Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:29.804Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is not matching search criteria
2022-03-17T00:59:29.804Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T00:59:29.804Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T00:59:29.804Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:29.805Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T00:59:29.805Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T00:59:29.805Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T00:59:29.806Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T00:59:29.806Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-17T00:59:29.806Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T00:59:29.807Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:29.807Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T00:59:29.807Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T00:59:29.808Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9d9b76cd-99fd-42be-8193-be7992ba528b
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-03-17T00:59:29.809Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:29.810Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:29.810Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T00:59:29.812Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:29.812Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is not matching search criteria
2022-03-17T00:59:29.813Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T00:59:29.813Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T00:59:29.813Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:29.814Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T00:59:29.814Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T00:59:29.814Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T00:59:29.815Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T00:59:29.815Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T00:59:29.815Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T00:59:29.816Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T00:59:29.816Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:29.816Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-17T00:59:29.817Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2f26e985-096e-48b0-9075-3d38e6e4881e
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-03-17T00:59:29.819Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:29.819Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:29.819Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T00:59:29.820Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:29.820Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:29.820Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0] matching following query criteria: sdcType=VF, customizationUUID=157f2eae-c15d-4b70-9661-7dcc3d5ec566
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-03-17T00:59:29.822Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:29.822Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:29.823Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1ace66b4-8282-4d9f-bb23-fb8833a19896: vFW afd4234e-b74c
2022-03-17T00:59:29.823Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:29.823Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:29.824Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:29.824Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:29.824Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:29.825Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:29.825Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:29.825Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:29.826Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T00:59:29.826Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:29.827Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-03-17 00-56-23
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-03-17T00:59:30.066Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW afd4234e-b74c 91626486-cffb-4ff6-b58e-e883b0156cb6 1 ASDC deployResourceStructure
2022-03-17T00:59:30.067Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json ASDC sendASDCNotification
2022-03-17T00:59:30.067Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json
2022-03-17T00:59:30.068Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T00:59:30.068Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:30.070Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:30.070Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478770067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-17T00:59:30.170Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:30.171Z||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-03-17T00:59:30.171Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:30.184Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:59:30.184Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T00:59:31.071Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-17T00:59:31.071Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml
2022-03-17T00:59:31.071Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T00:59:31.072Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:31.073Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:31.073Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478771071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-17T00:59:31.173Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:31.176Z||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-03-17T00:59:31.176Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:31.190Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:59:31.191Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-17T00:59:32.074Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-17T00:59:32.075Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env
2022-03-17T00:59:32.075Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T00:59:32.075Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:32.076Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:32.076Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478772074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-17T00:59:32.177Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T00:59:32.177Z||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-03-17T00:59:32.177Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:32.193Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:59:32.194Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-17T00:59:33.077Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar ASDC sendASDCNotification
2022-03-17T00:59:33.078Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:33.078Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T00:59:33.078Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:33.080Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:33.080Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478773077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T00:59:33.180Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:33.181Z||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-03-17T00:59:33.183Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:33.197Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T00:59:33.197Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-17T00:59:34.081Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d
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-03-17T00:59:34.095Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d
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-03-17T00:59:34.097Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T00:59:34.098Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T00:59:34.098Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T00:59:34.098Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T00:59:34.098Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T00:59:34.098Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T00:59:34.098Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T00:59:34.098Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T00:59:34.098Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T00:59:34.099Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T00:59:34.099Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T00:59:34.101Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T01:00:04.102Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d 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-03-17T01:00:04.111Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d and serviceModelVersionId: 1ace66b4-8282-4d9f-bb23-fb8833a19896
2022-03-17T01:00:04.111Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8527657e-33e7-443d-81b4-aae3dd17e3b0
2022-03-17T01:00:14.667Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:00:14.668Z||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-03-17T01:00:14.668Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:00:14.794Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:00:14.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:00:14.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478754649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:00:14.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:00:15.477Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8527657e-33e7-443d-81b4-aae3dd17e3b0/model-vers/model-ver/1ace66b4-8282-4d9f-bb23-fb8833a19896?depth=0
2022-03-17T01:00:15.571Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T01:00:16.009Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8527657e-33e7-443d-81b4-aae3dd17e3b0/model-vers/model-ver/1ace66b4-8282-4d9f-bb23-fb8833a19896?depth=0|INFO|500||Invoke
2022-03-17T01:00:16.016Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8527657e-33e7-443d-81b4-aae3dd17e3b0/model-vers/model-ver/1ace66b4-8282-4d9f-bb23-fb8833a19896?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8527657e-33e7-443d-81b4-aae3dd17e3b0/model-vers/model-ver/1ace66b4-8282-4d9f-bb23-fb8833a19896?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d5d7782c-4766-401d-9fdc-adfe78a77951], X-ECOMP-RequestID=[6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d], X-TransactionId=[], X-ONAP-RequestID=[6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d], Content-Type=[application/merge-patch+json]}
2022-03-17T01:00:16.186Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8527657e-33e7-443d-81b4-aae3dd17e3b0/model-vers/model-ver/1ace66b4-8282-4d9f-bb23-fb8833a19896?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-17T01:00:16.749Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8527657e-33e7-443d-81b4-aae3dd17e3b0/model-vers/model-ver/1ace66b4-8282-4d9f-bb23-fb8833a19896?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/8527657e-33e7-443d-81b4-aae3dd17e3b0/model-vers/model-ver/1ace66b4-8282-4d9f-bb23-fb8833a19896?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220317-01:00:16:196-6652], vertex-id=[225288], Content-Length=[0], Date=[Thu, 17 Mar 2022 01:00:16 GMT], Content-Type=[application/json]}
2022-03-17T01:00:16.751Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8527657e-33e7-443d-81b4-aae3dd17e3b0/model-vers/model-ver/1ace66b4-8282-4d9f-bb23-fb8833a19896?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-17T01:00:16.751Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8527657e-33e7-443d-81b4-aae3dd17e3b0/model-vers/model-ver/1ace66b4-8282-4d9f-bb23-fb8833a19896?depth=0|INFO|500||InvokeReturn
2022-03-17T01:00:16.754Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T01:00:16.754Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T01:00:16.760Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-17T01:00:16.767Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T01:00:16.767Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T01:00:16.768Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:00:16.769Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:00:16.770Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478816767,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T01:00:16.870Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:00:16.871Z||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-03-17T01:00:16.871Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:00:16.885Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:00:16.886Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-17T01:00:17.784Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:00:17.785Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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-03-17T01:00:17.785Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:00:27.325Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:01:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:01:14.650Z||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-03-17T01:01:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:01:14.650Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:01:14.651Z||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-03-17T01:01:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:01:14.677Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:01:14.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478754649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
"status": "NOTIFIED"
}
2022-03-17T01:01:14.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-17T01:01:14.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478754649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-17T01:01:14.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-17T01:01:14.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478754649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:01:14.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-17T01:01:14.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478754649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-17T01:01:14.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-17T01:01:14.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478754649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:01:14.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-17T01:01:14.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478754649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478762566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478766603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478767681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478768730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478770067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478771071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478772074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478773077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T01:01:14.684Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:01:24.193Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:02:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:02:14.650Z||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-03-17T01:02:14.650Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:02:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:02:14.651Z||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-03-17T01:02:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:02:15.178Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:02:15.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-17T01:02:15.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647478816767,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T01:02:15.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:02:24.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:03:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:03:14.649Z||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-03-17T01:03:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:03:14.650Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:03:14.652Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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-03-17T01:03:14.652Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:03:24.195Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:03:24.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:04:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:04:14.649Z||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-03-17T01:04:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:04:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:04:14.651Z||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-03-17T01:04:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:04:24.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:04:24.199Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:05:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:05:14.649Z||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-03-17T01:05:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:05:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:05:14.651Z||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-03-17T01:05:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:05:24.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:05:24.219Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:06:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:06:14.649Z||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-03-17T01:06:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:06:14.650Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:06:14.651Z||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-03-17T01:06:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:06:24.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:06:24.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:07:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:07:14.649Z||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-03-17T01:07:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:07:14.650Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:07:14.651Z||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-03-17T01:07:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:07:24.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:07:24.193Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:08:14.649Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:08:14.649Z||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-03-17T01:08:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:08:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:08:14.651Z||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-03-17T01:08:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:08:24.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:08:24.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:09:14.649Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:09:14.649Z||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-03-17T01:09:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:09:14.651Z||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-03-17T01:09:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:20.945Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:09:20.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-17T01:09:20.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"c33d00ee-8a74-455b-8df1-98d9c3dcf3ae","serviceName":"basic_onboard_sErEfZ","serviceVersion":"1.0","serviceUUID":"9bf958a9-eb65-4c05-984a-9deb2f95d909","serviceDescription":"service","serviceInvariantUUID":"8e97f68b-99c0-4d36-b5e3-15402da1b7f2","resources":[{"resourceInstanceName":"basic_onboard_sErEfZ 0","resourceName":"basic_onboard_sErEfZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0b4613db-a847-439a-b4a7-cda44968e9c5","resourceInvariantUUID":"e4ecb37b-9e0e-43fa-b9a7-1d0b9114d0ca","resourceCustomizationUUID":"f06da4e1-c971-4018-a2a4-6f7c0055758d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vf-license-model.xml","artifactChecksum":"Y2MxMmZmZGY0NWQ3NWVmNWIzMDRmYTJlNjRjM2M2MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6bfdb409-ab36-477d-9331-3a84e9c79062","artifactVersion":"1"},{"artifactName":"basic_onboard_serefz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json","artifactChecksum":"MDE5MTY2YjEwNjNhZWMxMjE0ZjM3ZDA4ZTE4Y2E0NjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fcae04b4-f9d7-469e-91b6-1782ae814834","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a234fe0e-c86f-4a16-83d2-c4786def4882","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ce321501-657a-44a7-a1af-764e8201c851","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bdbc0c66-0b24-4b80-a808-b01e7535aed7","artifactVersion":"2","generatedFromUUID":"a234fe0e-c86f-4a16-83d2-c4786def4882"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSerefz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-template.yml","artifactChecksum":"MjBiODM3MGEwNzYyZDczNzkyYzE2NGE0OTFkN2NjZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"92392b65-c1e9-473a-b74b-9bcb72fdcd17","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSerefz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar","artifactChecksum":"YWY3OTE0OWViODk2YWM3YTE1ZDlmMmFkZjc2NGVlN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dd9b6cdb-9511-4e88-9c2d-3ffbd279714c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T01:09:20.950Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:09:20.950Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:20.952Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:20.952Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479354649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:09:21.053Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:21.053Z||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-03-17T01:09:21.053Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:21.076Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:09:21.077Z||pool-19-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-17T01:09:21.187Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:09:21.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:09:21.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479354649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:09:21.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:09:21.953Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:09:21.954Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:21.955Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:21.955Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479354649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
"status": "NOTIFIED"
}
2022-03-17T01:09:22.056Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T01:09:22.056Z||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-03-17T01:09:22.057Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:22.086Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:09:22.087Z||pool-20-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:22.956Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:09:22.957Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:22.958Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:22.958Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479354649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-17T01:09:23.059Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:23.059Z||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-03-17T01:09:23.059Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:23.100Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:09:23.100Z||pool-21-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:23.959Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:09:23.960Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:23.962Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:23.962Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479354649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:09:24.063Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T01:09:24.063Z||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-03-17T01:09:24.064Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:24.078Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:09:24.078Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:24.963Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:09:24.964Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:24.965Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:24.965Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479354649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-17T01:09:25.066Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:25.066Z||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-03-17T01:09:25.066Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:25.080Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:09:25.081Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-17T01:09:25.966Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:09:25.967Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:25.968Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:25.968Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479354649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:09:26.068Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:26.069Z||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-03-17T01:09:26.069Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:26.086Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:09:26.086Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:26.969Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:09:26.970Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:26.971Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:26.971Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479354649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T01:09:27.071Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:27.072Z||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-03-17T01:09:27.072Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:27.087Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:09:27.087Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-17T01:09:27.973Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"serviceName": "basic_onboard_sErEfZ",
"serviceVersion": "1.0",
"serviceUUID": "9bf958a9-eb65-4c05-984a-9deb2f95d909",
"serviceDescription": "service",
"serviceInvariantUUID": "8e97f68b-99c0-4d36-b5e3-15402da1b7f2",
"resources": [
{
"resourceInstanceName": "basic_onboard_sErEfZ 0",
"resourceCustomizationUUID": "f06da4e1-c971-4018-a2a4-6f7c0055758d",
"resourceName": "basic_onboard_sErEfZ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0b4613db-a847-439a-b4a7-cda44968e9c5",
"resourceInvariantUUID": "e4ecb37b-9e0e-43fa-b9a7-1d0b9114d0ca",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_serefz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
"artifactChecksum": "MDE5MTY2YjEwNjNhZWMxMjE0ZjM3ZDA4ZTE4Y2E0NjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fcae04b4-f9d7-469e-91b6-1782ae814834",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a234fe0e-c86f-4a16-83d2-c4786def4882",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bdbc0c66-0b24-4b80-a808-b01e7535aed7",
"generatedFromUUID": "a234fe0e-c86f-4a16-83d2-c4786def4882"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bdbc0c66-0b24-4b80-a808-b01e7535aed7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSerefz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"artifactChecksum": "YWY3OTE0OWViODk2YWM3YTE1ZDlmMmFkZjc2NGVlN2Y\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dd9b6cdb-9511-4e88-9c2d-3ffbd279714c"
}
],
"workloadContext": "Production"
}
2022-03-17T01:09:27.973Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T01:09:27.973Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bf958a9-eb65-4c05-984a-9deb2f95d909 ASDC
2022-03-17T01:09:27.973Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
ServiceName:basic_onboard_sErEfZ
ServiceVersion:1.0
ServiceUUID:9bf958a9-eb65-4c05-984a-9deb2f95d909
ServiceInvariantUUID:8e97f68b-99c0-4d36-b5e3-15402da1b7f2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSerefz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar
ArtifactUUID:dd9b6cdb-9511-4e88-9c2d-3ffbd279714c
ArtifactChecksum:YWY3OTE0OWViODk2YWM3YTE1ZDlmMmFkZjc2NGVlN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_sErEfZ 0
ResourceCustomizationUUID:f06da4e1-c971-4018-a2a4-6f7c0055758d
ResourceInvariantUUID:e4ecb37b-9e0e-43fa-b9a7-1d0b9114d0ca
ResourceName:basic_onboard_sErEfZ
ResourceType:VF
ResourceUUID:0b4613db-a847-439a-b4a7-cda44968e9c5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_serefz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json
ArtifactUUID:fcae04b4-f9d7-469e-91b6-1782ae814834
ArtifactChecksum:MDE5MTY2YjEwNjNhZWMxMjE0ZjM3ZDA4ZTE4Y2E0NjU=
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/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a234fe0e-c86f-4a16-83d2-c4786def4882
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/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env
ArtifactUUID:bdbc0c66-0b24-4b80-a808-b01e7535aed7
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/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env
ArtifactUUID:bdbc0c66-0b24-4b80-a808-b01e7535aed7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-17T01:09:27.973Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bf958a9-eb65-4c05-984a-9deb2f95d909 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-03-17T01:09:27.999Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T01:09:28.000Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-17T01:09:28.000Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-17T01:09:28.000Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dd9b6cdb-9511-4e88-9c2d-3ffbd279714c from URL: /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:28.000Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-17T01:09:28.000Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:28.062Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-17T01:09:28.064Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar dd9b6cdb-9511-4e88-9c2d-3ffbd279714c 71563
2022-03-17T01:09:28.064Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar ASDC sendASDCNotification
2022-03-17T01:09:28.065Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:28.065Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:09:28.065Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:28.066Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:28.066Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479368064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:09:28.167Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T01:09:28.167Z||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-03-17T01:09:28.167Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:28.183Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:09:28.184Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:29.067Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T01:09:29.068Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-17T01:09:29.068Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: dd9b6cdb-9511-4e88-9c2d-3ffbd279714c, URL: /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar to file: /app/ASDC/1/service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:29.068Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:29.069Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:29.069Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:29.359Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12971643826705332704/Definitions/service-BasicOnboardSerefz-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-03-17T01:09:30.640Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T01:09:30.641Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-17T01:09:30.641Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:30.641Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-17T01:09:30.641Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||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-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:30.642Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||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-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:30.642Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||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-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:30.642Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||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-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:30.642Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:30.642Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:30.642Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||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-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:30.643Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_sErEfZ 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-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:30.643Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||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-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:30.643Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-17T01:09:30.643Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:30.643Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:30.656Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is matching search criteria
2022-03-17T01:09:30.656Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-17T01:09:30.657Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_sErEfZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T01:09:30.657Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:30.657Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:30.657Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is matching search criteria
2022-03-17T01:09:30.657Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-17T01:09:30.658Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_sErEfZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T01:09:30.658Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:30.658Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:30.658Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:30.659Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is not matching search criteria
2022-03-17T01:09:30.659Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-17T01:09:30.659Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-17T01:09:30.659Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-17T01:09:30.659Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-17T01:09:30.659Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-17T01:09:30.660Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:30.660Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T01:09:30.660Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:30.660Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is matching search criteria
2022-03-17T01:09:30.660Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_sErEfZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:09:30.661Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:30.661Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is matching search criteria
2022-03-17T01:09:30.661Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_sErEfZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:09:30.661Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:30.661Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is matching search criteria
2022-03-17T01:09:30.662Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_sErEfZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:09:30.662Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:30.662Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is not matching search criteria
2022-03-17T01:09:30.662Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-17T01:09:30.662Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-17T01:09:30.663Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=00d0f2de-e9b2-44ee-a9fe-70c9201419ca
2022-03-17T01:09:30.663Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:30.663Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:30.663Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:30.663Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:30.664Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:30.664Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:30.664Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:30.664Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:30.664Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_sErEfZ
Description:service
Model UUID:9bf958a9-eb65-4c05-984a-9deb2f95d909
Model Version:NULL
Model InvariantUuid:8e97f68b-99c0-4d36-b5e3-15402da1b7f2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_sErEfZ
Model UUID:a92f8de9-dcd4-430e-8199-72e5165f5486
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e4ecb37b-9e0e-43fa-b9a7-1d0b9114d0ca
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f06da4e1-c971-4018-a2a4-6f7c0055758d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:053877b0-ecd3-436e-8d21-2d35ada808fc
ModelName:BasicOnboardSerefz..base_ubuntu18..module-0
ModelUuid:395f12e0-b664-4ea6-a997-ea4e10bb265d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:00d0f2de-e9b2-44ee-a9fe-70c9201419ca
ModelInvariantUuid:ed2df8cc-d6e6-4a3f-b808-4cd489ff22e6
ModelName:basic_onboard_sErEfZ-nodes.ubuntu18Cvfc
ModelUuid:6394c527-184f-4024-9b5e-6245dd99c50f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:a7d1ecae-04b8-458f-8a5b-a1625bd86d71
ModelInvariantUuid:aceb88c1-360d-47e9-8c84-13fb270ebf2e
ModelName:BasicOnboardSerefz.compute.nodes.heat.ubuntu18
ModelUuid:67979588-fedc-40f0-9d77-ed2cbacb2acb
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-03-17T01:09:30.672Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 0b4613db-a847-439a-b4a7-cda44968e9c5
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-03-17T01:09:30.676Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||basic_onboard_sErEfZ 0
2022-03-17T01:09:30.676Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0b4613db-a847-439a-b4a7-cda44968e9c5
2022-03-17T01:09:30.676Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fcae04b4-f9d7-469e-91b6-1782ae814834 from URL: /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json
2022-03-17T01:09:30.676Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-17T01:09:30.677Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json
2022-03-17T01:09:30.716Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-17T01:09:30.716Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json fcae04b4-f9d7-469e-91b6-1782ae814834 798
2022-03-17T01:09:30.716Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json ASDC sendASDCNotification
2022-03-17T01:09:30.716Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json
2022-03-17T01:09:30.716Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:09:30.717Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:30.718Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:30.718Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479370716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:09:30.819Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T01:09:30.819Z||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-03-17T01:09:30.819Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:30.836Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:09:30.836Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:31.719Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSerefz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "053877b0-ecd3-436e-8d21-2d35ada808fc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "395f12e0-b664-4ea6-a997-ea4e10bb265d",
"vfModuleModelCustomizationUUID": "4008cb27-b59f-4074-9a7a-fe5fbf19fc3f",
"isBase": true,
"artifacts": [
"a234fe0e-c86f-4a16-83d2-c4786def4882",
"bdbc0c66-0b24-4b80-a808-b01e7535aed7"
],
"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-03-17T01:09:31.723Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSerefz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:395f12e0-b664-4ea6-a997-ea4e10bb265d
VfModuleModelInvariantUUID:053877b0-ecd3-436e-8d21-2d35ada808fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
a234fe0e-c86f-4a16-83d2-c4786def4882
,
bdbc0c66-0b24-4b80-a808-b01e7535aed7
}
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-03-17T01:09:31.725Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSerefz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "053877b0-ecd3-436e-8d21-2d35ada808fc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "395f12e0-b664-4ea6-a997-ea4e10bb265d",
"vfModuleModelCustomizationUUID": "4008cb27-b59f-4074-9a7a-fe5fbf19fc3f",
"isBase": true,
"artifacts": [
"a234fe0e-c86f-4a16-83d2-c4786def4882",
"bdbc0c66-0b24-4b80-a808-b01e7535aed7"
],
"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-03-17T01:09:31.725Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSerefz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:395f12e0-b664-4ea6-a997-ea4e10bb265d
VfModuleModelInvariantUUID:053877b0-ecd3-436e-8d21-2d35ada808fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
a234fe0e-c86f-4a16-83d2-c4786def4882
,
bdbc0c66-0b24-4b80-a808-b01e7535aed7
}
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-03-17T01:09:31.725Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a234fe0e-c86f-4a16-83d2-c4786def4882 from URL: /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml
2022-03-17T01:09:31.725Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-17T01:09:31.726Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml
2022-03-17T01:09:31.770Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-17T01:09:31.771Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml a234fe0e-c86f-4a16-83d2-c4786def4882 5033
2022-03-17T01:09:31.771Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-17T01:09:31.771Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml
2022-03-17T01:09:31.771Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:09:31.772Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:31.773Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:31.774Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479371771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:09:31.874Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:31.874Z||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-03-17T01:09:31.875Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:31.888Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:09:31.888Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:32.774Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bdbc0c66-0b24-4b80-a808-b01e7535aed7 from URL: /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env
2022-03-17T01:09:32.775Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-17T01:09:32.775Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env
2022-03-17T01:09:32.817Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-17T01:09:32.817Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env bdbc0c66-0b24-4b80-a808-b01e7535aed7 909
2022-03-17T01:09:32.817Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-17T01:09:32.817Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env
2022-03-17T01:09:32.817Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:09:32.818Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:32.819Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:32.819Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479372817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:09:32.920Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:32.920Z||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-03-17T01:09:32.921Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:32.943Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:09:32.943Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:33.820Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9bf958a9-eb65-4c05-984a-9deb2f95d909
2022-03-17T01:09:33.821Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_sErEfZ 0 0b4613db-a847-439a-b4a7-cda44968e9c5 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-03-17T01:09:33.835Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@199f6eed, org.onap.sdc.toscaparser.api.parameters.Input@5c4aad3b, org.onap.sdc.toscaparser.api.parameters.Input@78a36798, org.onap.sdc.toscaparser.api.parameters.Input@4f8f5731, org.onap.sdc.toscaparser.api.parameters.Input@2d85a02b]
2022-03-17T01:09:33.836Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:33.836Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:33.836Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-03-17T01:09:33.836Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f06da4e1-c971-4018-a2a4-6f7c0055758d
2022-03-17T01:09:33.836Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f06da4e1-c971-4018-a2a4-6f7c0055758d matches Tosca VF Customization UUID: f06da4e1-c971-4018-a2a4-6f7c0055758d
2022-03-17T01:09:33.836Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f06da4e1-c971-4018-a2a4-6f7c0055758d 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-03-17T01:09:33.839Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:33.839Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:33.839Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f06da4e1-c971-4018-a2a4-6f7c0055758d: {\"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-03-17T01:09:33.839Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f5febc1
2022-03-17T01:09:33.839Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:33.839Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T01:09:33.840Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4008cb27-b59f-4074-9a7a-fe5fbf19fc3f
2022-03-17T01:09:33.840Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4008cb27-b59f-4074-9a7a-fe5fbf19fc3f
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-03-17T01:09:33.842Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:33.842Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is matching search criteria
2022-03-17T01:09:33.842Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_sErEfZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:09:33.842Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:33.842Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is matching search criteria
2022-03-17T01:09:33.843Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_sErEfZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:09:33.843Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:33.843Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is not matching search criteria
2022-03-17T01:09:33.843Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-17T01:09:33.843Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-17T01:09:33.843Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=00d0f2de-e9b2-44ee-a9fe-70c9201419ca
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-03-17T01:09:33.845Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:33.845Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is matching search criteria
2022-03-17T01:09:33.845Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_sErEfZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:09:33.845Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:33.845Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is matching search criteria
2022-03-17T01:09:33.846Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_sErEfZ 0] matching following query criteria: sdcType=VF, customizationUUID=f06da4e1-c971-4018-a2a4-6f7c0055758d
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-03-17T01:09:33.847Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:33.847Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:33.847Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9bf958a9-eb65-4c05-984a-9deb2f95d909: basic_onboard_sErEfZ
2022-03-17T01:09:33.847Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:33.847Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:33.848Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:33.848Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:33.848Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:33.848Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:33.848Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:33.848Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:33.848Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:09:33.848Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:33.848Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_sErEfZ
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-03-17T01:09:33.914Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_sErEfZ 0b4613db-a847-439a-b4a7-cda44968e9c5 1 ASDC deployResourceStructure
2022-03-17T01:09:33.914Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json ASDC sendASDCNotification
2022-03-17T01:09:33.914Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json
2022-03-17T01:09:33.914Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T01:09:33.915Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:33.916Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:33.917Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479373914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-17T01:09:34.017Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:34.018Z||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-03-17T01:09:34.018Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:34.031Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:09:34.031Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:34.918Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-17T01:09:34.918Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml
2022-03-17T01:09:34.918Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T01:09:34.918Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:34.920Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:34.921Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479374917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-17T01:09:35.021Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:35.021Z||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-03-17T01:09:35.021Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:35.034Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:09:35.034Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:35.921Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-17T01:09:35.922Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env
2022-03-17T01:09:35.922Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T01:09:35.922Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:35.923Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:35.923Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479375921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-17T01:09:36.024Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:36.024Z||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-03-17T01:09:36.024Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:36.037Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:09:36.037Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:36.924Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar ASDC sendASDCNotification
2022-03-17T01:09:36.925Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:36.925Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T01:09:36.925Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:36.927Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:36.927Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479376924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T01:09:37.027Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:37.028Z||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-03-17T01:09:37.028Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:37.042Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:09:37.042Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:37.928Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
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-03-17T01:09:37.934Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
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-03-17T01:09:37.935Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:09:37.935Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:09:37.936Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:10:07.936Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
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-03-17T01:10:07.941Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
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-03-17T01:10:07.943Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:10:07.943Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:10:07.943Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:10:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:10:14.651Z||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-03-17T01:10:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:10:14.674Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:10:14.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:10:14.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647479352022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:10:14.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:10:37.944Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
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-03-17T01:10:37.951Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
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-03-17T01:10:37.953Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:10:37.953Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:10:37.953Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:11:07.953Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
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-03-17T01:11:07.959Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
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-03-17T01:11:07.960Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:11:07.960Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:11:07.960Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:11:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:11:14.651Z||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-03-17T01:11:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:11:14.669Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:11:14.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:11:14.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "clamp",
"timestamp": 1647479351467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:11:14.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:11:14.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:11:14.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1647479357412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:11:14.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:11:14.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:11:14.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "aai-ml",
"timestamp": 1647479357053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:11:14.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:11:14.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:11:14.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "policy-id",
"timestamp": 1647479359468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:11:14.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:11:37.960Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
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-03-17T01:11:37.967Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
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-03-17T01:11:37.969Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:11:37.969Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:11:37.969Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:12:07.969Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
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-03-17T01:12:07.976Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
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-03-17T01:12:07.977Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:12:07.977Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:12:07.977Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:12:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:12:14.651Z||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-03-17T01:12:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:12:15.180Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:12:15.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1647479357412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647479352022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
"status": "NOTIFIED"
}
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "clamp",
"timestamp": 1647479351467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
"status": "NOTIFIED"
}
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479354649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
"status": "NOTIFIED"
}
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "aai-ml",
"timestamp": 1647479357053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "policy-id",
"timestamp": 1647479359468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1647479357412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "aai-ml",
"timestamp": 1647479357053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "clamp",
"timestamp": 1647479351467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647479352022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479354649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "policy-id",
"timestamp": 1647479359468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "cds",
"timestamp": 1647479362889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1647479357412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479354649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647479352022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "clamp",
"timestamp": 1647479351467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "aai-ml",
"timestamp": 1647479357053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "policy-id",
"timestamp": 1647479359468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "cds",
"timestamp": 1647479362889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1647479357412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479354649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "clamp",
"timestamp": 1647479351467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "aai-ml",
"timestamp": 1647479357053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647479352022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "policy-id",
"timestamp": 1647479359468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "cds",
"timestamp": 1647479362889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1647479357412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479354649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "clamp",
"timestamp": 1647479351467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647479352022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "aai-ml",
"timestamp": 1647479357053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "policy-id",
"timestamp": 1647479359468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "cds",
"timestamp": 1647479362889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "ves-openapi-manager",
"timestamp": 1647479357412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479354649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "clamp",
"timestamp": 1647479351467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647479352022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "aai-ml",
"timestamp": 1647479357053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "policy-id",
"timestamp": 1647479359468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "cds",
"timestamp": 1647479362889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479368064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647479368068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "aai-ml",
"timestamp": 1647479368073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "policy-id",
"timestamp": 1647479368067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "cds",
"timestamp": 1647479362889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "policy-id",
"timestamp": 1647479369070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647479369116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "cds",
"timestamp": 1647479362889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "policy-id",
"timestamp": 1647479370072,
"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-03-17T01:12:15.201Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
2022-03-17T01:12:15.201Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c33d00ee-8a74-455b-8df1-98d9c3dcf3ae 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-03-17T01:12:15.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647479370161,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "cds",
"timestamp": 1647479370610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479370716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647479371187,
"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-03-17T01:12:15.214Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
2022-03-17T01:12:15.214Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c33d00ee-8a74-455b-8df1-98d9c3dcf3ae 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-03-17T01:12:15.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "cds",
"timestamp": 1647479371615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-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-03-17T01:12:15.224Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
2022-03-17T01:12:15.225Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c33d00ee-8a74-455b-8df1-98d9c3dcf3ae 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-03-17T01:12:15.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479371771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647479372191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-17T01:12:15.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479372817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "aai-ml",
"timestamp": 1647479373448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T01:12:15.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479373914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-17T01:12:15.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "aai-ml",
"timestamp": 1647479374452,
"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-03-17T01:12:15.238Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
2022-03-17T01:12:15.238Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c33d00ee-8a74-455b-8df1-98d9c3dcf3ae 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-03-17T01:12:15.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479374917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-17T01:12:15.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479375921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-17T01:12:15.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479376924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "clamp",
"timestamp": 1647479379790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647479379958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647479379958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "clamp",
"timestamp": 1647479381796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647479379958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "clamp",
"timestamp": 1647479382799,
"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-03-17T01:12:15.252Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
2022-03-17T01:12:15.252Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c33d00ee-8a74-455b-8df1-98d9c3dcf3ae 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-03-17T01:12:15.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647479379958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647479379958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647479379958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647479379958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-17T01:12:15.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647479387948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647479389984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T01:12:15.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647479390988,
"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-03-17T01:12:15.266Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
2022-03-17T01:12:15.266Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c33d00ee-8a74-455b-8df1-98d9c3dcf3ae 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-03-17T01:12:37.978Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
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-03-17T01:12:37.989Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
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-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||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-03-17T01:12:37.997Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T01:13:07.997Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae 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-03-17T01:13:08.000Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae and serviceModelVersionId: 9bf958a9-eb65-4c05-984a-9deb2f95d909
2022-03-17T01:13:08.000Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e97f68b-99c0-4d36-b5e3-15402da1b7f2
2022-03-17T01:13:08.001Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e97f68b-99c0-4d36-b5e3-15402da1b7f2/model-vers/model-ver/9bf958a9-eb65-4c05-984a-9deb2f95d909?depth=0
2022-03-17T01:13:08.005Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T01:13:08.040Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e97f68b-99c0-4d36-b5e3-15402da1b7f2/model-vers/model-ver/9bf958a9-eb65-4c05-984a-9deb2f95d909?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-03-17T01:13:08.041Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e97f68b-99c0-4d36-b5e3-15402da1b7f2/model-vers/model-ver/9bf958a9-eb65-4c05-984a-9deb2f95d909?depth=0|INFO|500||Invoke
2022-03-17T01:13:08.064Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e97f68b-99c0-4d36-b5e3-15402da1b7f2/model-vers/model-ver/9bf958a9-eb65-4c05-984a-9deb2f95d909?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-17T01:13:08.445Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e97f68b-99c0-4d36-b5e3-15402da1b7f2/model-vers/model-ver/9bf958a9-eb65-4c05-984a-9deb2f95d909?depth=0|INFO|500||InvokeReturn
2022-03-17T01:13:08.446Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e97f68b-99c0-4d36-b5e3-15402da1b7f2/model-vers/model-ver/9bf958a9-eb65-4c05-984a-9deb2f95d909?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220317-01:13:08:071-70464], vertex-id=[172168], Content-Length=[0], Date=[Thu, 17 Mar 2022 01:13:08 GMT], Content-Type=[application/json]}
2022-03-17T01:13:08.446Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-17T01:13:08.446Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T01:13:08.447Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||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-03-17T01:13:08.453Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||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-03-17T01:13:08.453Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c33d00ee-8a74-455b-8df1-98d9c3dcf3ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T01:13:08.453Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T01:13:08.454Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:13:08.455Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:13:08.455Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479588453,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T01:13:08.556Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T01:13:08.556Z||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-03-17T01:13:08.556Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:13:08.573Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:13:08.576Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-17T01:13:09.464Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:13:09.465Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|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-03-17T01:13:09.465Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:13:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:13:14.651Z||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-03-17T01:13:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:13:15.275Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:13:15.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:13:15.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647479588453,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T01:13:15.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:13:19.958Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:13:19.959Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:13:19.959Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|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-03-17T01:13:19.959Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:13:29.523Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:13:29.523Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:13:29.524Z||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-03-17T01:13:29.524Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:13:39.065Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:13:39.065Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:13:39.066Z||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-03-17T01:13:39.066Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:13:48.606Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:14:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:14:14.649Z||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-03-17T01:14:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:14:14.650Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:14:14.651Z||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-03-17T01:14:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:14:24.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:14:24.192Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:15:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:15:14.649Z||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-03-17T01:15:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:15:14.650Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:15:14.651Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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-03-17T01:15:14.651Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:15:24.191Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:15:24.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:16:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:16:14.649Z||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-03-17T01:16:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:16:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:16:14.651Z||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-03-17T01:16:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:16:24.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:16:24.193Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:17:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:17:14.649Z||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-03-17T01:17:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:17:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:17:14.651Z||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-03-17T01:17:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:17:24.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:17:24.194Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:18:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:18:14.649Z||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-03-17T01:18:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:18:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:18:14.651Z||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-03-17T01:18:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:18:24.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:18:24.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:19:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:19:14.649Z||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-03-17T01:19:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:19:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:19:14.651Z||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-03-17T01:19:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:19:24.189Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:19:24.196Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:20:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:20:14.649Z||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-03-17T01:20:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:20:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:20:14.651Z||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-03-17T01:20:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:20:24.191Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:20:24.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:21:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:21:14.649Z||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-03-17T01:21:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:21:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:21:14.651Z||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-03-17T01:21:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:21:24.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:21:24.190Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:22:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:22:14.649Z||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-03-17T01:22:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:22:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:22:14.651Z||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-03-17T01:22:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:22:24.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:22:24.196Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:23:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:23:14.650Z||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-03-17T01:23:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:23:14.651Z||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-03-17T01:23:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:15.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:23:15.275Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:23:15.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-17T01:23:15.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"84f99d00-898f-4a8b-b8a1-60a77421236f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e6a655df-dc08-45f3-8fef-ec1d38b68048","serviceDescription":"service","serviceInvariantUUID":"ec438014-dc76-4361-a878-61d5ad7f6a2c","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ff4459e7-fa4b-4d46-812b-5fe97d2598fa","resourceInvariantUUID":"2e949024-ad05-42c9-b57c-cd72c4df7a7b","resourceCustomizationUUID":"6e9f7e7c-f484-40d2-a19d-2bafe38c1224","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ZTM2MzA3NzY1MDhlZDAwNGQwYjhjMDJlM2Q3NTY0ZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"071a1e8b-d10f-40f7-aee8-a2093c4c7455","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZThhZjlkNWM5ODkzYmM5M2QwZWQ0YzRiYTQ4MGE0YWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8afd9676-140f-44f3-b5e8-d01b39802e32","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"009d692c-ea96-4a39-bb3b-87235197db12","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3957a574-2f88-44c2-bcb7-19b4033ae9f9","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1bf38763-bb4e-4a9e-ae50-9bdc29432ccb","artifactVersion":"2","generatedFromUUID":"009d692c-ea96-4a39-bb3b-87235197db12"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjE4MTc3NzI0ZDNmOWMxMGQyMWE2MTk4Nzg2NzdkYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7ba11b2-ef09-4788-bf5b-7b5d2f94de1a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDQyZDg2Yjk5Mzk2Y2U4NDYzMDkzNzYxOGMzYmMyNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f78a9a01-1fa4-45ef-bf94-85b8fd1e6b91","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T01:23:15.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:23:15.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
"consumerID": "clamp",
"timestamp": 1647480191467,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:23:15.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-17T01:23:15.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:23:15.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
"consumerID": "cds",
"timestamp": 1647480187889,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:23:15.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-17T01:23:15.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:23:15.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647480192022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:23:15.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-17T01:23:15.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:23:15.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647480189958,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:23:15.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-17T01:23:15.279Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:23:15.279Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:15.281Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:15.281Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647480194649,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:23:15.381Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:15.382Z||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-03-17T01:23:15.382Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:15.395Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:23:15.395Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:16.281Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:23:16.282Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:16.283Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:16.284Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647480194649,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-03-17T01:23:16.384Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:16.385Z||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-03-17T01:23:16.385Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:16.398Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:23:16.398Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:17.284Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:23:17.285Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:17.286Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:17.286Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647480194649,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-03-17T01:23:17.387Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:17.387Z||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-03-17T01:23:17.387Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:17.490Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:23:17.491Z||pool-37-thread-1|||||INFO|500||cambria reply ok (104 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:18.287Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:23:18.287Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:18.289Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:18.289Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647480194649,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:23:18.389Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:18.390Z||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-03-17T01:23:18.390Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:18.484Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:23:18.484Z||pool-38-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":1,"count":1}
2022-03-17T01:23:19.290Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:23:19.290Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:19.292Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:19.292Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647480194649,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-03-17T01:23:19.392Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:19.393Z||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-03-17T01:23:19.393Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:19.406Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:23:19.406Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:20.293Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:23:20.293Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:20.295Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:20.295Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647480194649,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T01:23:20.395Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:20.396Z||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-03-17T01:23:20.396Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:20.409Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:23:20.409Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:21.295Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:23:21.296Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:21.298Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:21.298Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647480194649,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T01:23:21.398Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T01:23:21.399Z||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-03-17T01:23:21.399Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:21.413Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:23:21.413Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:22.300Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "e6a655df-dc08-45f3-8fef-ec1d38b68048",
"serviceDescription": "service",
"serviceInvariantUUID": "ec438014-dc76-4361-a878-61d5ad7f6a2c",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "6e9f7e7c-f484-40d2-a19d-2bafe38c1224",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ff4459e7-fa4b-4d46-812b-5fe97d2598fa",
"resourceInvariantUUID": "2e949024-ad05-42c9-b57c-cd72c4df7a7b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ZThhZjlkNWM5ODkzYmM5M2QwZWQ0YzRiYTQ4MGE0YWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8afd9676-140f-44f3-b5e8-d01b39802e32",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "009d692c-ea96-4a39-bb3b-87235197db12",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1bf38763-bb4e-4a9e-ae50-9bdc29432ccb",
"generatedFromUUID": "009d692c-ea96-4a39-bb3b-87235197db12"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1bf38763-bb4e-4a9e-ae50-9bdc29432ccb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ZDQyZDg2Yjk5Mzk2Y2U4NDYzMDkzNzYxOGMzYmMyNTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f78a9a01-1fa4-45ef-bf94-85b8fd1e6b91"
}
],
"workloadContext": "Production"
}
2022-03-17T01:23:22.300Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T01:23:22.300Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e6a655df-dc08-45f3-8fef-ec1d38b68048 ASDC
2022-03-17T01:23:22.300Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:84f99d00-898f-4a8b-b8a1-60a77421236f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e6a655df-dc08-45f3-8fef-ec1d38b68048
ServiceInvariantUUID:ec438014-dc76-4361-a878-61d5ad7f6a2c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:f78a9a01-1fa4-45ef-bf94-85b8fd1e6b91
ArtifactChecksum:ZDQyZDg2Yjk5Mzk2Y2U4NDYzMDkzNzYxOGMzYmMyNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:6e9f7e7c-f484-40d2-a19d-2bafe38c1224
ResourceInvariantUUID:2e949024-ad05-42c9-b57c-cd72c4df7a7b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ff4459e7-fa4b-4d46-812b-5fe97d2598fa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:8afd9676-140f-44f3-b5e8-d01b39802e32
ArtifactChecksum:ZThhZjlkNWM5ODkzYmM5M2QwZWQ0YzRiYTQ4MGE0YWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:009d692c-ea96-4a39-bb3b-87235197db12
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:1bf38763-bb4e-4a9e-ae50-9bdc29432ccb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:1bf38763-bb4e-4a9e-ae50-9bdc29432ccb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-17T01:23:22.300Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6a655df-dc08-45f3-8fef-ec1d38b68048 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-03-17T01:23:22.318Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T01:23:22.318Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-17T01:23:22.318Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-17T01:23:22.318Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f78a9a01-1fa4-45ef-bf94-85b8fd1e6b91 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-17T01:23:22.318Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-17T01:23:22.319Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-17T01:23:22.369Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-17T01:23:22.372Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f78a9a01-1fa4-45ef-bf94-85b8fd1e6b91 71058
2022-03-17T01:23:22.372Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-17T01:23:22.372Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-17T01:23:22.372Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:23:22.372Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:22.373Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:22.374Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647480202372,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:23:22.474Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:22.474Z||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-03-17T01:23:22.475Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:22.487Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:23:22.487Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:23.374Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T01:23:23.375Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-17T01:23:23.375Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f78a9a01-1fa4-45ef-bf94-85b8fd1e6b91, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T01:23:23.375Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-17T01:23:23.376Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T01:23:23.376Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T01:23:23.531Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1906955721784889582/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-17T01:23:24.364Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2022-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-BasicVm-csar.csar
2022-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-BasicVm-csar.csar
2022-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-BasicVm-csar.csar
2022-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-BasicVm-csar.csar
2022-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T01:23:24.366Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-BasicVm-csar.csar
2022-03-17T01:23:24.366Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-17T01:23:24.366Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:24.366Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:24.366Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T01:23:24.366Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-17T01:23:24.366Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T01:23:24.367Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:24.367Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:24.367Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T01:23:24.367Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-17T01:23:24.367Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T01:23:24.367Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:24.367Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:24.367Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:24.368Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-17T01:23:24.368Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-17T01:23:24.368Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-17T01:23:24.368Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-17T01:23:24.368Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-17T01:23:24.368Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-17T01:23:24.368Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:24.368Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T01:23:24.369Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:24.369Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T01:23:24.369Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:23:24.369Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:24.369Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T01:23:24.369Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:23:24.369Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:24.370Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T01:23:24.370Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:23:24.370Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:24.370Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-17T01:23:24.370Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-17T01:23:24.370Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-17T01:23:24.370Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2740a71e-515d-48c7-a7bb-85ccbcfc896d
2022-03-17T01:23:24.370Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:24.371Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:24.371Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:24.371Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:24.371Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:24.371Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:24.371Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:24.371Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:24.371Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e6a655df-dc08-45f3-8fef-ec1d38b68048
Model Version:NULL
Model InvariantUuid:ec438014-dc76-4361-a878-61d5ad7f6a2c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:b25f54ae-1467-469c-9498-7509fe83cf4a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2e949024-ad05-42c9-b57c-cd72c4df7a7b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6e9f7e7c-f484-40d2-a19d-2bafe38c1224
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1c16c3c7-7f14-440d-bd15-bce9d5f22f95
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:50b0f8b1-9cf9-4b1c-865a-6a16fe9f36e2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2740a71e-515d-48c7-a7bb-85ccbcfc896d
ModelInvariantUuid:d90ea7d6-6c71-4a1e-a413-e3d87a154cfa
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:6355cea7-5f9e-4737-8023-7a7f7d784190
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:d227ff4c-db3c-4836-a193-d9671dd350f1
ModelInvariantUuid:cb6a7a5b-2d76-4d4b-b249-9f20a0cae2be
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:f319fcb4-1915-4c04-b481-0e9fe6c7f0d2
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-03-17T01:23:24.378Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ff4459e7-fa4b-4d46-812b-5fe97d2598fa
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-03-17T01:23:24.380Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-03-17T01:23:24.381Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ff4459e7-fa4b-4d46-812b-5fe97d2598fa
2022-03-17T01:23:24.381Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8afd9676-140f-44f3-b5e8-d01b39802e32 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-17T01:23:24.381Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-17T01:23:24.381Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-17T01:23:24.422Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-17T01:23:24.423Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 8afd9676-140f-44f3-b5e8-d01b39802e32 787
2022-03-17T01:23:24.423Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-17T01:23:24.423Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-17T01:23:24.423Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:23:24.423Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:24.425Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:24.425Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647480204423,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:23:24.525Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:24.526Z||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-03-17T01:23:24.526Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:24.539Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:23:24.539Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:25.425Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "1c16c3c7-7f14-440d-bd15-bce9d5f22f95",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "50b0f8b1-9cf9-4b1c-865a-6a16fe9f36e2",
"vfModuleModelCustomizationUUID": "02ef936c-f774-4d4e-8588-a849b5414169",
"isBase": true,
"artifacts": [
"009d692c-ea96-4a39-bb3b-87235197db12",
"1bf38763-bb4e-4a9e-ae50-9bdc29432ccb"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-17T01:23:25.429Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:50b0f8b1-9cf9-4b1c-865a-6a16fe9f36e2
VfModuleModelInvariantUUID:1c16c3c7-7f14-440d-bd15-bce9d5f22f95
VfModuleModelDescription:NULL
Artifacts UUID List:{
009d692c-ea96-4a39-bb3b-87235197db12
,
1bf38763-bb4e-4a9e-ae50-9bdc29432ccb
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-03-17T01:23:25.431Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "1c16c3c7-7f14-440d-bd15-bce9d5f22f95",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "50b0f8b1-9cf9-4b1c-865a-6a16fe9f36e2",
"vfModuleModelCustomizationUUID": "02ef936c-f774-4d4e-8588-a849b5414169",
"isBase": true,
"artifacts": [
"009d692c-ea96-4a39-bb3b-87235197db12",
"1bf38763-bb4e-4a9e-ae50-9bdc29432ccb"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-17T01:23:25.431Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:50b0f8b1-9cf9-4b1c-865a-6a16fe9f36e2
VfModuleModelInvariantUUID:1c16c3c7-7f14-440d-bd15-bce9d5f22f95
VfModuleModelDescription:NULL
Artifacts UUID List:{
009d692c-ea96-4a39-bb3b-87235197db12
,
1bf38763-bb4e-4a9e-ae50-9bdc29432ccb
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-03-17T01:23:25.431Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 009d692c-ea96-4a39-bb3b-87235197db12 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-17T01:23:25.431Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-17T01:23:25.431Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-17T01:23:25.467Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-17T01:23:25.467Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 009d692c-ea96-4a39-bb3b-87235197db12 5033
2022-03-17T01:23:25.467Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-17T01:23:25.468Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-17T01:23:25.468Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:23:25.468Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:25.469Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:25.469Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647480205467,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:23:25.569Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:25.570Z||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-03-17T01:23:25.570Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:25.583Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:23:25.584Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:26.470Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1bf38763-bb4e-4a9e-ae50-9bdc29432ccb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-17T01:23:26.470Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-17T01:23:26.470Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-17T01:23:26.552Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-17T01:23:26.552Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 1bf38763-bb4e-4a9e-ae50-9bdc29432ccb 903
2022-03-17T01:23:26.552Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-17T01:23:26.553Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-17T01:23:26.553Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:23:26.553Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:26.555Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:26.555Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647480206552,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-03-17T01:23:26.655Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:26.656Z||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-03-17T01:23:26.656Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:26.670Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T01:23:26.670Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:27.555Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e6a655df-dc08-45f3-8fef-ec1d38b68048
2022-03-17T01:23:27.556Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 ff4459e7-fa4b-4d46-812b-5fe97d2598fa ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T01:23:27.571Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79de6fe7, org.onap.sdc.toscaparser.api.parameters.Input@7d104e4e, org.onap.sdc.toscaparser.api.parameters.Input@65ba4f02, org.onap.sdc.toscaparser.api.parameters.Input@10942426, org.onap.sdc.toscaparser.api.parameters.Input@1abfd084]
2022-03-17T01:23:27.573Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:27.573Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:27.573Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-03-17T01:23:27.573Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 6e9f7e7c-f484-40d2-a19d-2bafe38c1224
2022-03-17T01:23:27.573Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6e9f7e7c-f484-40d2-a19d-2bafe38c1224 matches Tosca VF Customization UUID: 6e9f7e7c-f484-40d2-a19d-2bafe38c1224
2022-03-17T01:23:27.573Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 6e9f7e7c-f484-40d2-a19d-2bafe38c1224 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-03-17T01:23:27.575Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:27.575Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:27.576Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 6e9f7e7c-f484-40d2-a19d-2bafe38c1224: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-03-17T01:23:27.576Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63d3b522
2022-03-17T01:23:27.576Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:27.576Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T01:23:27.576Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 02ef936c-f774-4d4e-8588-a849b5414169
2022-03-17T01:23:27.576Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 02ef936c-f774-4d4e-8588-a849b5414169
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-03-17T01:23:27.579Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:27.579Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T01:23:27.579Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:23:27.579Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:27.579Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T01:23:27.580Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:23:27.580Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:27.580Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-17T01:23:27.580Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-17T01:23:27.580Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-17T01:23:27.580Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2740a71e-515d-48c7-a7bb-85ccbcfc896d
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-03-17T01:23:27.582Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:27.582Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T01:23:27.582Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:23:27.583Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:27.583Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T01:23:27.583Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6e9f7e7c-f484-40d2-a19d-2bafe38c1224
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-03-17T01:23:27.584Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T01:23:27.584Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:27.585Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e6a655df-dc08-45f3-8fef-ec1d38b68048: basic_vm
2022-03-17T01:23:27.585Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery