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-04-18T03:19:20.221Z||main|||||INFO|500||The following profiles are active: basic
2022-04-18T03:19:37.510Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-18T03:19:37.512Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-18T03:19:37.678Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-18T03:19:44.010Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-18T03:19:44.607Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-18T03:19:45.463Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-18T03:19:45.482Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-18T03:19:45.697Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-18T03:19:46.059Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-18T03:19:47.061Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-18T03:19:51.084Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-18T03:19:54.581Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-18T03:19:54.664Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-18T03:19:55.475Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-18T03:19:55.691Z||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-04-18T03:19:57.833Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-18T03:19:59.568Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-18T03:19:59.596Z||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$$a1a3d335.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-04-18T03:19:59.597Z||main|||||WARN|500||The sdc end point is not alive
2022-04-18T03:20:04.930Z||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-04-18T03:20:09.871Z||main|||||WARN|500||---
2022-04-18T03:20:09.877Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-18T03:20:09.878Z||main|||||WARN|500||---
2022-04-18T03:20:10.491Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-18T03:20:17.837Z||main|||||INFO|500||Started Application in 62.454 seconds (JVM running for 65.554)
2022-04-18T03:20:17.860Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-18T03:20:17.884Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-18T03:20:17.914Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-18T03:20:17.951Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-18T03:20:18.031Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= be1a6e32-e4a7-4c24-b650-90b302109528 url= /sdc/v1/artifactTypes
2022-04-18T03:20:18.032Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-18T03:20:18.439Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-18T03:20:18.483Z||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-04-18T03:20:18.520Z||scheduling-1|||||DEBUG|500||create keys
2022-04-18T03:20:18.534Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-18T03:20:18.571Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:20:18.599Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 571cf99b-8863-494a-a07c-1cacc4cff824 url= /sdc/v1/registerForDistribution
2022-04-18T03:20:18.769Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 571cf99b-8863-494a-a07c-1cacc4cff824 url= /sdc/v1/registerForDistribution
2022-04-18T03:20:18.771Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-18T03:20:18.793Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-18T03:20:18.803Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:20:18.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:20:18.827Z||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-04-18T03:20:18.828Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:20:18.829Z||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-04-18T03:20:18.829Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:20:29.121Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:20:29.167Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:21:18.783Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:21:18.784Z||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-04-18T03:21:18.785Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:21:18.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:21:18.787Z||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-04-18T03:21:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:21:28.360Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:21:28.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:22:18.783Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:22:18.785Z||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-04-18T03:22:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:22:18.786Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:22:18.787Z||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-04-18T03:22:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:22:28.405Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:22:28.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:23:18.783Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:23:18.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:23:18.788Z||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-04-18T03:23:18.788Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:23:18.796Z||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-04-18T03:23:18.797Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:23:28.374Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:23:28.392Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:24:18.783Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:24:18.784Z||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-04-18T03:24:18.785Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:24:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:24:18.787Z||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-04-18T03:24:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:24:28.363Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:24:28.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:25:18.783Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:25:18.785Z||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-04-18T03:25:18.786Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:25:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:25:18.787Z||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-04-18T03:25:18.788Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:25:28.358Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:25:28.358Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:26:18.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:26:18.784Z||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-04-18T03:26:18.784Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:26:18.788Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:26:18.790Z||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-04-18T03:26:18.790Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:26:28.361Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:26:28.371Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:27:18.784Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:27:18.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:27:18.790Z||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-04-18T03:27:18.790Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:27:18.797Z||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-04-18T03:27:18.798Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:27:28.369Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:27:28.373Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:28:18.783Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:28:18.785Z||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-04-18T03:28:18.786Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:28:18.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:28:18.787Z||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-04-18T03:28:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:28:28.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:28:28.355Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:29:18.783Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:29:18.786Z||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-04-18T03:29:18.786Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:29:18.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:29:18.788Z||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-04-18T03:29:18.788Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:29:28.341Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:29:28.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:29:47.321Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-18T03:30:18.783Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:30:18.784Z||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-04-18T03:30:18.784Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:30:18.787Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:30:18.789Z||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-04-18T03:30:18.790Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:30:28.526Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:30:28.530Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:31:18.784Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:31:18.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:31:18.788Z||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-04-18T03:31:18.788Z||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-04-18T03:31:18.789Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:31:18.789Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:31:28.345Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:31:28.357Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:32:18.783Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:32:18.784Z||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-04-18T03:32:18.785Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:32:18.787Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:32:18.788Z||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-04-18T03:32:18.789Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:32:28.401Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:32:28.441Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:33:18.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:33:18.785Z||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-04-18T03:33:18.785Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:33:18.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:33:18.787Z||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-04-18T03:33:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:33:28.365Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:33:28.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:34:18.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:34:18.784Z||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-04-18T03:34:18.784Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:34:18.789Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:34:18.791Z||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-04-18T03:34:18.791Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:34:28.351Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:34:28.354Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:35:18.784Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:35:18.786Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:35:18.787Z||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-04-18T03:35:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:35:18.787Z||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-04-18T03:35:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:35:28.345Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:35:28.345Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:36:18.783Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:36:18.785Z||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-04-18T03:36:18.786Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:36:18.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:36:18.787Z||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-04-18T03:36:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:36:28.358Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:36:28.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:37:18.783Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:37:18.785Z||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-04-18T03:37:18.785Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:37:18.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:37:18.787Z||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-04-18T03:37:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:37:28.339Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:37:28.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:38:18.783Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:38:18.784Z||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-04-18T03:38:18.785Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:38:18.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:38:18.786Z||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-04-18T03:38:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:38:28.335Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:38:28.345Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:39:18.784Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:39:18.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:39:18.788Z||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-04-18T03:39:18.788Z||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-04-18T03:39:18.788Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:39:18.788Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:39:28.343Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:39:28.345Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:40:18.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:40:18.784Z||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-04-18T03:40:18.784Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:40:18.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:40:18.787Z||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-04-18T03:40:18.788Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:40:28.347Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:40:28.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:41:18.783Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:41:18.785Z||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-04-18T03:41:18.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:41:18.786Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:41:18.787Z||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-04-18T03:41:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:41:28.360Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:41:28.363Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:42:18.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:42:18.784Z||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-04-18T03:42:18.784Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:42:18.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:42:18.787Z||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-04-18T03:42:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:42:28.342Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:42:28.344Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:43:18.783Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:43:18.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:43:18.786Z||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-04-18T03:43:18.786Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:43:18.787Z||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-04-18T03:43:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:43:28.339Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:43:28.343Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:44:18.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:44:18.784Z||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-04-18T03:44:18.785Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:44:18.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:44:18.788Z||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-04-18T03:44:18.788Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:44:28.359Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:44:28.370Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:45:18.783Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:45:18.785Z||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-04-18T03:45:18.785Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:45:18.787Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:45:18.788Z||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-04-18T03:45:18.788Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:45:28.339Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:45:28.345Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:46:18.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:46:18.783Z||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-04-18T03:46:18.784Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:46:18.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:46:18.786Z||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-04-18T03:46:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:46:28.340Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:46:28.342Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:47:18.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:47:18.784Z||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-04-18T03:47:18.784Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:47:18.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:47:18.786Z||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-04-18T03:47:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:47:28.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:47:28.349Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:48:18.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:48:18.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:48:18.789Z||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-04-18T03:48:18.789Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:48:18.789Z||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-04-18T03:48:18.792Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:48:28.350Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:48:28.352Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:49:18.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:49:18.784Z||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-04-18T03:49:18.784Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:49:18.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:49:18.788Z||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-04-18T03:49:18.788Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:49:28.335Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:49:28.342Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:50:18.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:50:18.784Z||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-04-18T03:50:18.784Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:50:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:50:18.787Z||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-04-18T03:50:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:50:28.345Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:50:28.349Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:51:18.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:51:18.784Z||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-04-18T03:51:18.784Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:51:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:51:18.787Z||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-04-18T03:51:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:51:28.359Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:51:28.362Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:52:18.784Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:52:18.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:52:18.788Z||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-04-18T03:52:18.788Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:52:18.790Z||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-04-18T03:52:18.790Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:52:28.357Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:52:28.401Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:53:18.783Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:53:18.784Z||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-04-18T03:53:18.784Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:53:18.787Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:53:18.787Z||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-04-18T03:53:18.788Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:53:28.355Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:53:28.355Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:54:18.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:54:18.784Z||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-04-18T03:54:18.785Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:54:18.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:54:18.786Z||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-04-18T03:54:18.788Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:54:28.337Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:54:28.338Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:55:18.783Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:55:18.784Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:55:18.784Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ...
2022-04-18T03:55:18.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:55:18.786Z||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-04-18T03:55:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:55:28.341Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:55:28.342Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:56:18.784Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:56:18.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:56:18.787Z||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-04-18T03:56:18.788Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:56:18.787Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:56:18.788Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ...
2022-04-18T03:56:28.341Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:56:28.341Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:57:18.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:57:18.784Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:57:18.784Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ...
2022-04-18T03:57:18.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:57:18.788Z||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-04-18T03:57:18.789Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:57:28.342Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:57:28.346Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:58:18.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:58:18.784Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:58:18.784Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ...
2022-04-18T03:58:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:58:18.787Z||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-04-18T03:58:18.788Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:58:28.346Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:58:28.347Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:59:18.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:59:18.784Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T03:59:18.784Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ...
2022-04-18T03:59:18.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T03:59:18.787Z||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-04-18T03:59:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T03:59:28.345Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T03:59:28.352Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:00:18.783Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:00:18.785Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:00:18.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:00:18.787Z||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-04-18T04:00:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:00:18.786Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:00:28.356Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:00:28.356Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:01:18.783Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:01:18.784Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:01:18.784Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:01:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:01:18.788Z||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-04-18T04:01:18.788Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:01:28.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:01:28.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:02:18.783Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:02:18.784Z||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-04-18T04:02:18.785Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:02:18.786Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:02:18.788Z||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-04-18T04:02:18.789Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:02:28.406Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:02:28.466Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:03:18.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:03:18.784Z||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-04-18T04:03:18.784Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:03:18.787Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:03:18.787Z||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-04-18T04:03:18.788Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:03:28.382Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:03:28.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:04:18.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:04:18.784Z||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-04-18T04:04:18.784Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:04:18.786Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:04:18.787Z||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-04-18T04:04:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:04:28.351Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:04:28.354Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:04:51.825Z||http-nio-8085-exec-7|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-18T04:05:18.784Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:05:18.786Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:05:18.787Z||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-04-18T04:05:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:05:18.787Z||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-04-18T04:05:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:05:28.340Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:05:28.340Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:06:18.783Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:06:18.784Z||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-04-18T04:06:18.784Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:06:18.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:06:18.786Z||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-04-18T04:06:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:06:28.373Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:06:28.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:07:18.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:07:18.784Z||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-04-18T04:07:18.784Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:07:18.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:07:18.786Z||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-04-18T04:07:18.786Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:07:28.354Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:07:28.355Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:08:18.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:08:18.784Z||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-04-18T04:08:18.784Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:08:18.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:08:18.787Z||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-04-18T04:08:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:08:28.342Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:08:28.342Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:09:18.783Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:09:18.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:09:18.788Z||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-04-18T04:09:18.788Z||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-04-18T04:09:18.788Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:09:18.788Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:09:28.386Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:09:28.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:10:18.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:10:18.784Z||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-04-18T04:10:18.785Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:10:18.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:10:18.787Z||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-04-18T04:10:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:10:28.343Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:10:28.350Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:11:18.783Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:11:18.784Z||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-04-18T04:11:18.785Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:11:18.786Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:11:18.786Z||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-04-18T04:11:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:11:28.335Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:11:28.336Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:12:18.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:12:18.783Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:12:18.784Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:12:18.786Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:12:18.787Z||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-04-18T04:12:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:12:28.335Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:12:28.339Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:13:18.783Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:13:18.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:13:18.788Z||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-04-18T04:13:18.788Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:13:18.788Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:13:18.788Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:13:28.352Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:13:28.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:14:18.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:14:18.784Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:14:18.784Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:14:18.786Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:14:18.787Z||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-04-18T04:14:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:14:28.355Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:14:28.357Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:15:18.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:15:18.784Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:15:18.784Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:15:18.787Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:15:18.788Z||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-04-18T04:15:18.788Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:15:28.351Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:15:28.379Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:16:18.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:16:18.784Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-18T04:16:18.784Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:16:18.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:16:18.787Z||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-04-18T04:16:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:16:18.984Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:16:18.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:18.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "dcae-sch",
"timestamp": 1650255365347,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "cds",
"timestamp": 1650255366101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "aai-ml",
"timestamp": 1650255366580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "clamp",
"timestamp": 1650255362678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "policy-id",
"timestamp": 1650255360985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255366414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "ves-openapi-manager",
"timestamp": 1650255367742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255368057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "dcae-sch",
"timestamp": 1650255365347,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "cds",
"timestamp": 1650255366101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "aai-ml",
"timestamp": 1650255366580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "clamp",
"timestamp": 1650255362678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json",
"status": "NOTIFIED"
}
2022-04-18T04:16:19.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "policy-id",
"timestamp": 1650255360985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255366414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "ves-openapi-manager",
"timestamp": 1650255367742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255368057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json",
"status": "NOTIFIED"
}
2022-04-18T04:16:19.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "dcae-sch",
"timestamp": 1650255365347,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "cds",
"timestamp": 1650255366101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "aai-ml",
"timestamp": 1650255366580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "clamp",
"timestamp": 1650255362678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "policy-id",
"timestamp": 1650255360985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-18T04:16:19.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255366414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "ves-openapi-manager",
"timestamp": 1650255367742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255368057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-18T04:16:19.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "dcae-sch",
"timestamp": 1650255365347,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "cds",
"timestamp": 1650255366101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "aai-ml",
"timestamp": 1650255366580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "clamp",
"timestamp": 1650255362678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "policy-id",
"timestamp": 1650255360985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255366414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "ves-openapi-manager",
"timestamp": 1650255367742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255368057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "dcae-sch",
"timestamp": 1650255365347,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "cds",
"timestamp": 1650255366101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "aai-ml",
"timestamp": 1650255366580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "clamp",
"timestamp": 1650255362678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "policy-id",
"timestamp": 1650255360985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255366414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "ves-openapi-manager",
"timestamp": 1650255367742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255368057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-18T04:16:19.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "dcae-sch",
"timestamp": 1650255365347,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "cds",
"timestamp": 1650255366101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "aai-ml",
"timestamp": 1650255366580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "clamp",
"timestamp": 1650255362678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "policy-id",
"timestamp": 1650255360985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255366414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "ves-openapi-manager",
"timestamp": 1650255367742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255368057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "dcae-sch",
"timestamp": 1650255365347,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "cds",
"timestamp": 1650255366101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:16:19.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "aai-ml",
"timestamp": 1650255366580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:16:19.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "clamp",
"timestamp": 1650255362678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:16:19.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "policy-id",
"timestamp": 1650255360985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:16:19.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255366414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:16:19.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "ves-openapi-manager",
"timestamp": 1650255367742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255368057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:16:19.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:16:19.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "cds",
"timestamp": 1650255376218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:16:19.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:19.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "aai-ml",
"timestamp": 1650255376490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:16:19.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:19.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255375623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:16:19.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:19.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "policy-id",
"timestamp": 1650255376473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:16:19.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:19.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255376161,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:16:19.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:19.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "cds",
"timestamp": 1650255377240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T04:16:19.329Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1
2022-04-18T04:16:19.380Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 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-04-18T04:16:19.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "policy-id",
"timestamp": 1650255377493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T04:16:19.420Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:19.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255377549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:16:19.420Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:16:19.450Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:16:19.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T04:16:19.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1","serviceName":"basic_onboard_CeSzpa","serviceVersion":"1.0","serviceUUID":"20150e07-7fa2-4a7c-8e81-11bb9011c6f9","serviceDescription":"service","serviceInvariantUUID":"4ed60116-675e-4f99-93d2-5ec164863233","resources":[{"resourceInstanceName":"basic_onboard_CeSzpa 0","resourceName":"basic_onboard_CeSzpa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4fe03434-4eaf-463e-9dfe-923fe6f745e6","resourceInvariantUUID":"74f6439b-84bb-4417-8c91-efa6c41c6b61","resourceCustomizationUUID":"ce275a92-289d-409e-9eac-3e44908c5bc1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml","artifactChecksum":"Mjk1MmU1OGQwOTRkYmIzOGZlNWRmZTgxMDRmZWQ2OTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4150e833-a763-4b96-92e1-d8a23839d46a","artifactVersion":"1"},{"artifactName":"basic_onboard_ceszpa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json","artifactChecksum":"NmFiZGQ5YzIyODYwYWU1ZGY3Njg3MWQyZjUxZTUzMWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"275bc482-4c4b-4dfb-ac0c-71990642bec1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2a89d8e2-7810-4a0b-b6e9-2de1b921d96e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"efc277a8-f483-4e78-b5c4-6c4f8cc2406b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"af84aa61-b6b1-41fe-8da9-1e3408e0ff68","artifactVersion":"2","generatedFromUUID":"2a89d8e2-7810-4a0b-b6e9-2de1b921d96e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCeszpa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml","artifactChecksum":"NjI0NWQ2YTJjZDdkODljYWVmZjE3YjhhYTcwNDQxYmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"207427d7-df73-4629-b79d-72f71e208071","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCeszpa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar","artifactChecksum":"Yzk5YjFhNzg3OGVkNjBiNTJmZjYxZWQ2NDEwMWFmZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03477214-0a05-4d93-aacb-2aa47b8a5c1d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-18T04:16:19.474Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:16:19.490Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:16:19.512Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:16:19.512Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:19.617Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:16:19.625Z||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-04-18T04:16:19.625Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:16:19.641Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:16:19.643Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:16:20.520Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:16:20.521Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:16:20.525Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:16:20.525Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json",
"status": "NOTIFIED"
}
2022-04-18T04:16:20.625Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:16:20.626Z||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-04-18T04:16:20.626Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:16:20.642Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:16:20.643Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:16:21.526Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:16:21.527Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:16:21.532Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:16:21.533Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-18T04:16:21.632Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T04:16:21.634Z||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-04-18T04:16:21.634Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:16:21.674Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:16:21.676Z||pool-5-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:16:22.533Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:16:22.535Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:16:22.538Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:16:22.538Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:22.638Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:16:22.639Z||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-04-18T04:16:22.640Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:16:22.653Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:16:22.654Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:16:23.539Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:16:23.540Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:16:23.542Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:16:23.542Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-18T04:16:23.643Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T04:16:23.644Z||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-04-18T04:16:23.645Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:16:23.659Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:16:23.660Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:16:24.543Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:16:24.544Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:16:24.546Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:16:24.546Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:16:24.647Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:16:24.648Z||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-04-18T04:16:24.648Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:16:24.660Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:16:24.661Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:16:25.547Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:16:25.548Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:16:25.552Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:16:25.552Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:16:25.652Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:16:25.653Z||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-04-18T04:16:25.654Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:16:25.669Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:16:25.671Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-18T04:16:26.555Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"serviceName": "basic_onboard_CeSzpa",
"serviceVersion": "1.0",
"serviceUUID": "20150e07-7fa2-4a7c-8e81-11bb9011c6f9",
"serviceDescription": "service",
"serviceInvariantUUID": "4ed60116-675e-4f99-93d2-5ec164863233",
"resources": [
{
"resourceInstanceName": "basic_onboard_CeSzpa 0",
"resourceCustomizationUUID": "ce275a92-289d-409e-9eac-3e44908c5bc1",
"resourceName": "basic_onboard_CeSzpa",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4fe03434-4eaf-463e-9dfe-923fe6f745e6",
"resourceInvariantUUID": "74f6439b-84bb-4417-8c91-efa6c41c6b61",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ceszpa0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json",
"artifactChecksum": "NmFiZGQ5YzIyODYwYWU1ZGY3Njg3MWQyZjUxZTUzMWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "275bc482-4c4b-4dfb-ac0c-71990642bec1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2a89d8e2-7810-4a0b-b6e9-2de1b921d96e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "af84aa61-b6b1-41fe-8da9-1e3408e0ff68",
"generatedFromUUID": "2a89d8e2-7810-4a0b-b6e9-2de1b921d96e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "af84aa61-b6b1-41fe-8da9-1e3408e0ff68",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCeszpa-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"artifactChecksum": "Yzk5YjFhNzg3OGVkNjBiNTJmZjYxZWQ2NDEwMWFmZDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "03477214-0a05-4d93-aacb-2aa47b8a5c1d"
}
],
"workloadContext": "Production"
}
2022-04-18T04:16:26.558Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-18T04:16:26.558Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 20150e07-7fa2-4a7c-8e81-11bb9011c6f9 ASDC
2022-04-18T04:16:26.715Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1
ServiceName:basic_onboard_CeSzpa
ServiceVersion:1.0
ServiceUUID:20150e07-7fa2-4a7c-8e81-11bb9011c6f9
ServiceInvariantUUID:4ed60116-675e-4f99-93d2-5ec164863233
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCeszpa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar
ArtifactUUID:03477214-0a05-4d93-aacb-2aa47b8a5c1d
ArtifactChecksum:Yzk5YjFhNzg3OGVkNjBiNTJmZjYxZWQ2NDEwMWFmZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CeSzpa 0
ResourceCustomizationUUID:ce275a92-289d-409e-9eac-3e44908c5bc1
ResourceInvariantUUID:74f6439b-84bb-4417-8c91-efa6c41c6b61
ResourceName:basic_onboard_CeSzpa
ResourceType:VF
ResourceUUID:4fe03434-4eaf-463e-9dfe-923fe6f745e6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ceszpa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json
ArtifactUUID:275bc482-4c4b-4dfb-ac0c-71990642bec1
ArtifactChecksum:NmFiZGQ5YzIyODYwYWU1ZGY3Njg3MWQyZjUxZTUzMWI=
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/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2a89d8e2-7810-4a0b-b6e9-2de1b921d96e
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/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env
ArtifactUUID:af84aa61-b6b1-41fe-8da9-1e3408e0ff68
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/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env
ArtifactUUID:af84aa61-b6b1-41fe-8da9-1e3408e0ff68
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-18T04:16:26.716Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 20150e07-7fa2-4a7c-8e81-11bb9011c6f9 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-04-18T04:16:26.795Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:16:26.796Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-18T04:16:26.799Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-18T04:16:26.799Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 03477214-0a05-4d93-aacb-2aa47b8a5c1d from URL: /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar
2022-04-18T04:16:26.799Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-18T04:16:26.801Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar
2022-04-18T04:16:27.030Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-18T04:16:27.058Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar 03477214-0a05-4d93-aacb-2aa47b8a5c1d 71548
2022-04-18T04:16:27.060Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar ASDC sendASDCNotification
2022-04-18T04:16:27.061Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar
2022-04-18T04:16:27.062Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:16:27.063Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:16:27.066Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:16:27.067Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255387059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:16:27.167Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:16:27.168Z||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-04-18T04:16:27.168Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:16:27.180Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:16:27.181Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:16:28.067Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:16:28.069Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-18T04:16:28.070Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 03477214-0a05-4d93-aacb-2aa47b8a5c1d, URL: /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar to file: /app/ASDC/1/service-BasicOnboardCeszpa-csar.csar
2022-04-18T04:16:28.070Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCeszpa-csar.csar
2022-04-18T04:16:28.180Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCeszpa-csar.csar
2022-04-18T04:16:28.181Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCeszpa-csar.csar
2022-04-18T04:16:28.949Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16185425262158736496/Definitions/service-BasicOnboardCeszpa-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-04-18T04:16:32.360Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-18T04:16:32.373Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-18T04:16:32.373Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCeszpa-csar.csar
2022-04-18T04:16:32.374Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-18T04:16:32.374Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||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-BasicOnboardCeszpa-csar.csar
2022-04-18T04:16:32.374Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||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-BasicOnboardCeszpa-csar.csar
2022-04-18T04:16:32.374Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||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-BasicOnboardCeszpa-csar.csar
2022-04-18T04:16:32.375Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||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-BasicOnboardCeszpa-csar.csar
2022-04-18T04:16:32.375Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCeszpa-csar.csar
2022-04-18T04:16:32.375Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CeSzpa 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-BasicOnboardCeszpa-csar.csar
2022-04-18T04:16:32.375Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCeszpa-csar.csar
2022-04-18T04:16:32.376Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||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-BasicOnboardCeszpa-csar.csar
2022-04-18T04:16:32.376Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||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-BasicOnboardCeszpa-csar.csar
2022-04-18T04:16:32.376Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-18T04:16:32.388Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:32.391Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:16:32.400Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is matching search criteria
2022-04-18T04:16:32.401Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-18T04:16:32.403Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeSzpa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:16:32.407Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:32.407Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:16:32.407Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is matching search criteria
2022-04-18T04:16:32.408Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-18T04:16:32.408Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeSzpa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:16:32.409Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:32.409Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:16:32.415Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:32.416Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is not matching search criteria
2022-04-18T04:16:32.417Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-18T04:16:32.417Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-18T04:16:32.417Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-18T04:16:32.418Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-18T04:16:32.418Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-18T04:16:32.419Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:32.419Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T04:16:32.422Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:32.422Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is matching search criteria
2022-04-18T04:16:32.422Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeSzpa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:16:32.423Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:32.424Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is matching search criteria
2022-04-18T04:16:32.424Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeSzpa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:16:32.424Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:32.425Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is matching search criteria
2022-04-18T04:16:32.425Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeSzpa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:16:32.426Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:32.426Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is not matching search criteria
2022-04-18T04:16:32.426Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-18T04:16:32.427Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-18T04:16:32.427Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=368e1f06-3fc2-4ecc-aa17-dd6dac675e09
2022-04-18T04:16:32.427Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:32.428Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:16:32.428Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:32.429Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:16:32.429Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:32.429Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:16:32.430Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:32.430Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:16:32.430Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_CeSzpa
Description:service
Model UUID:20150e07-7fa2-4a7c-8e81-11bb9011c6f9
Model Version:NULL
Model InvariantUuid:4ed60116-675e-4f99-93d2-5ec164863233
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_CeSzpa
Model UUID:0e74511f-f00f-4bd4-8458-3634a4abe26d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:74f6439b-84bb-4417-8c91-efa6c41c6b61
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ce275a92-289d-409e-9eac-3e44908c5bc1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9a97dde2-85aa-4a19-b218-7da128dbd5db
ModelName:BasicOnboardCeszpa..base_ubuntu18..module-0
ModelUuid:922bd783-343b-45eb-b307-c6629e0d20c4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:368e1f06-3fc2-4ecc-aa17-dd6dac675e09
ModelInvariantUuid:2ad0870a-81db-45e6-acfb-e1931e12aafd
ModelName:basic_onboard_CeSzpa-nodes.ubuntu18Cvfc
ModelUuid:ffaefde2-2cd6-42a6-b40b-6a70750dd9c2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:c9e0a54d-c1c6-47f4-b742-464b67879924
ModelInvariantUuid:51b2fc41-b32b-4d47-929e-2f4a54ae9aef
ModelName:BasicOnboardCeszpa.compute.nodes.heat.ubuntu18
ModelUuid:ed263f9b-ad01-42dc-8b78-dd460260454b
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-04-18T04:16:32.445Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4fe03434-4eaf-463e-9dfe-923fe6f745e6
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-04-18T04:16:32.606Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||basic_onboard_CeSzpa 0
2022-04-18T04:16:32.617Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4fe03434-4eaf-463e-9dfe-923fe6f745e6
2022-04-18T04:16:32.617Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 275bc482-4c4b-4dfb-ac0c-71990642bec1 from URL: /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json
2022-04-18T04:16:32.617Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-18T04:16:32.618Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json
2022-04-18T04:16:33.195Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-18T04:16:33.195Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json 275bc482-4c4b-4dfb-ac0c-71990642bec1 798
2022-04-18T04:16:33.196Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json ASDC sendASDCNotification
2022-04-18T04:16:33.196Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json
2022-04-18T04:16:33.196Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:16:33.197Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:16:33.201Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:16:33.201Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255393196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:16:33.301Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:16:33.302Z||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-04-18T04:16:33.302Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:16:33.315Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:16:33.315Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:16:34.204Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCeszpa..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9a97dde2-85aa-4a19-b218-7da128dbd5db",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "922bd783-343b-45eb-b307-c6629e0d20c4",
"vfModuleModelCustomizationUUID": "0ad0616b-192b-428d-b230-810760426b8f",
"isBase": true,
"artifacts": [
"2a89d8e2-7810-4a0b-b6e9-2de1b921d96e",
"af84aa61-b6b1-41fe-8da9-1e3408e0ff68"
],
"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-04-18T04:16:34.226Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCeszpa..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:922bd783-343b-45eb-b307-c6629e0d20c4
VfModuleModelInvariantUUID:9a97dde2-85aa-4a19-b218-7da128dbd5db
VfModuleModelDescription:NULL
Artifacts UUID List:{
2a89d8e2-7810-4a0b-b6e9-2de1b921d96e
,
af84aa61-b6b1-41fe-8da9-1e3408e0ff68
}
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-04-18T04:16:34.230Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCeszpa..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9a97dde2-85aa-4a19-b218-7da128dbd5db",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "922bd783-343b-45eb-b307-c6629e0d20c4",
"vfModuleModelCustomizationUUID": "0ad0616b-192b-428d-b230-810760426b8f",
"isBase": true,
"artifacts": [
"2a89d8e2-7810-4a0b-b6e9-2de1b921d96e",
"af84aa61-b6b1-41fe-8da9-1e3408e0ff68"
],
"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-04-18T04:16:34.231Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCeszpa..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:922bd783-343b-45eb-b307-c6629e0d20c4
VfModuleModelInvariantUUID:9a97dde2-85aa-4a19-b218-7da128dbd5db
VfModuleModelDescription:NULL
Artifacts UUID List:{
2a89d8e2-7810-4a0b-b6e9-2de1b921d96e
,
af84aa61-b6b1-41fe-8da9-1e3408e0ff68
}
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-04-18T04:16:34.231Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2a89d8e2-7810-4a0b-b6e9-2de1b921d96e from URL: /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml
2022-04-18T04:16:34.231Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-18T04:16:34.231Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml
2022-04-18T04:16:34.487Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-18T04:16:34.488Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml 2a89d8e2-7810-4a0b-b6e9-2de1b921d96e 5033
2022-04-18T04:16:34.488Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-18T04:16:34.488Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml
2022-04-18T04:16:34.489Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:16:34.489Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:16:34.491Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:16:34.491Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255394488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:16:34.592Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:16:34.593Z||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-04-18T04:16:34.595Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:16:34.610Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:16:34.611Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:16:35.492Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: af84aa61-b6b1-41fe-8da9-1e3408e0ff68 from URL: /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env
2022-04-18T04:16:35.492Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-18T04:16:35.493Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env
2022-04-18T04:16:35.981Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-18T04:16:35.982Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env af84aa61-b6b1-41fe-8da9-1e3408e0ff68 909
2022-04-18T04:16:35.982Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-18T04:16:35.982Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env
2022-04-18T04:16:35.983Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:16:35.983Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:16:35.986Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:16:35.986Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255395982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:16:36.093Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-04-18T04:16:36.098Z||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-04-18T04:16:36.099Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:16:36.124Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:16:36.126Z||pool-13-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:16:36.988Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 20150e07-7fa2-4a7c-8e81-11bb9011c6f9
2022-04-18T04:16:36.989Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CeSzpa 0 4fe03434-4eaf-463e-9dfe-923fe6f745e6 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-04-18T04:16:37.036Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@570b64dd, org.onap.sdc.toscaparser.api.parameters.Input@3e9eea6c, org.onap.sdc.toscaparser.api.parameters.Input@51966b93, org.onap.sdc.toscaparser.api.parameters.Input@350ee5a3, org.onap.sdc.toscaparser.api.parameters.Input@392f5253]
2022-04-18T04:16:37.042Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:37.044Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:16:37.044Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-04-18T04:16:37.044Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= ce275a92-289d-409e-9eac-3e44908c5bc1
2022-04-18T04:16:37.045Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce275a92-289d-409e-9eac-3e44908c5bc1 matches Tosca VF Customization UUID: ce275a92-289d-409e-9eac-3e44908c5bc1
2022-04-18T04:16:37.045Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: ce275a92-289d-409e-9eac-3e44908c5bc1 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-04-18T04:16:37.061Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:37.061Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:16:37.064Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id ce275a92-289d-409e-9eac-3e44908c5bc1: {\"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-04-18T04:16:37.064Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ebabc9f
2022-04-18T04:16:37.065Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:37.065Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T04:16:37.066Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0ad0616b-192b-428d-b230-810760426b8f
2022-04-18T04:16:37.070Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0ad0616b-192b-428d-b230-810760426b8f
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-04-18T04:16:37.081Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:37.082Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is matching search criteria
2022-04-18T04:16:37.082Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeSzpa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:16:37.083Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:37.083Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is matching search criteria
2022-04-18T04:16:37.084Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeSzpa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:16:37.084Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:37.084Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is not matching search criteria
2022-04-18T04:16:37.085Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-18T04:16:37.085Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-18T04:16:37.085Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=368e1f06-3fc2-4ecc-aa17-dd6dac675e09
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-04-18T04:16:37.098Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:37.099Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is matching search criteria
2022-04-18T04:16:37.099Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeSzpa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:16:37.100Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:37.101Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_CeSzpa 0 is matching search criteria
2022-04-18T04:16:37.101Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_CeSzpa 0] matching following query criteria: sdcType=VF, customizationUUID=ce275a92-289d-409e-9eac-3e44908c5bc1
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-04-18T04:16:37.105Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:37.106Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:16:37.107Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 20150e07-7fa2-4a7c-8e81-11bb9011c6f9: basic_onboard_CeSzpa
2022-04-18T04:16:37.107Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:37.107Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:16:37.108Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:37.108Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:16:37.108Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:37.109Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:16:37.109Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:37.109Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:16:37.110Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:16:37.110Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_CeSzpa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:16:37.110Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_CeSzpa
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-04-18T04:16:37.346Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CeSzpa 4fe03434-4eaf-463e-9dfe-923fe6f745e6 1 ASDC deployResourceStructure
2022-04-18T04:16:37.347Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json ASDC sendASDCNotification
2022-04-18T04:16:37.347Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json
2022-04-18T04:16:37.347Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:16:37.348Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:16:37.350Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:16:37.350Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255397347,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-18T04:16:37.456Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-04-18T04:16:37.457Z||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-04-18T04:16:37.457Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:16:37.468Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:16:37.469Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:16:38.351Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-18T04:16:38.352Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml
2022-04-18T04:16:38.352Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:16:38.357Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:16:38.359Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:16:38.360Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255398351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-18T04:16:38.469Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-04-18T04:16:38.471Z||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-04-18T04:16:38.472Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:16:38.500Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:16:38.500Z||pool-15-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-04-18T04:16:39.363Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-18T04:16:39.363Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env
2022-04-18T04:16:39.363Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:16:39.364Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:16:39.366Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:16:39.366Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255399363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-18T04:16:39.469Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-18T04:16:39.471Z||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-04-18T04:16:39.471Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:16:39.482Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:16:39.483Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:16:40.368Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar ASDC sendASDCNotification
2022-04-18T04:16:40.368Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar
2022-04-18T04:16:40.369Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:16:40.369Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:16:40.372Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:16:40.372Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255400368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T04:16:40.472Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:16:40.474Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-18T04:16:40.474Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:16:40.488Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:16:40.489Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:16:41.373Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1
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-04-18T04:16:41.400Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1
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-04-18T04:16:41.404Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:16:41.404Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:16:41.404Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:17:11.405Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1
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-04-18T04:17:11.427Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1
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-04-18T04:17:11.433Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:17:11.433Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:17:11.433Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:17:18.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:17:18.788Z||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-04-18T04:17:18.789Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:17:18.832Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:17:18.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:17:18.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "policy-id",
"timestamp": 1650255378509,
"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-04-18T04:17:18.842Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1
2022-04-18T04:17:18.843Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 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-04-18T04:17:41.437Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1
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-04-18T04:17:41.461Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1
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-04-18T04:17:41.470Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:17:41.470Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:17:41.470Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:18:11.471Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1
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-04-18T04:18:11.488Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1
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-04-18T04:18:11.492Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:18:11.492Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-18T04:18:11.493Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-18T04:18:18.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:18:18.789Z||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-04-18T04:18:18.789Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:18:19.328Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:18:19.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255378846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:18:19.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json",
"status": "NOTIFIED"
}
2022-04-18T04:18:19.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255380146,
"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-04-18T04:18:19.351Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1
2022-04-18T04:18:19.351Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 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-04-18T04:18:19.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-18T04:18:19.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "policy-id",
"timestamp": 1650255380985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "clamp",
"timestamp": 1650255381751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:18:19.368Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "cds",
"timestamp": 1650255381101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255381166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-18T04:18:19.368Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "policy-id",
"timestamp": 1650255380985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "cds",
"timestamp": 1650255381101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-18T04:18:19.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "policy-id",
"timestamp": 1650255380985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-18T04:18:19.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "clamp",
"timestamp": 1650255383765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T04:18:19.371Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "cds",
"timestamp": 1650255381101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "policy-id",
"timestamp": 1650255380985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "clamp",
"timestamp": 1650255384771,
"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-04-18T04:18:19.388Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1
2022-04-18T04:18:19.389Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 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-04-18T04:18:19.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255384083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T04:18:19.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "cds",
"timestamp": 1650255381101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:18:19.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "policy-id",
"timestamp": 1650255380985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "dcae-sch",
"timestamp": 1650255385347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255385102,
"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-04-18T04:18:19.426Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1
2022-04-18T04:18:19.426Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 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-04-18T04:18:19.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "cds",
"timestamp": 1650255381101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "policy-id",
"timestamp": 1650255380985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "dcae-sch",
"timestamp": 1650255385347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255387059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:18:19.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "cds",
"timestamp": 1650255381101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "policy-id",
"timestamp": 1650255380985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:18:19.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "dcae-sch",
"timestamp": 1650255385347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "cds",
"timestamp": 1650255381101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:18:19.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "dcae-sch",
"timestamp": 1650255385347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "policy-id",
"timestamp": 1650255388812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:18:19.448Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "ves-openapi-manager",
"timestamp": 1650255387742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.449Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "cds",
"timestamp": 1650255389045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:18:19.449Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255388057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "dcae-sch",
"timestamp": 1650255385347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "policy-id",
"timestamp": 1650255389823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T04:18:19.452Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "ves-openapi-manager",
"timestamp": 1650255387742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "cds",
"timestamp": 1650255390057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-18T04:18:19.487Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 34e16c19-756e-4619-b00d-f3caf3bb8534
2022-04-18T04:18:19.488Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e16c19-756e-4619-b00d-f3caf3bb8534 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-04-18T04:18:19.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255388057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json",
"status": "NOTIFIED"
}
2022-04-18T04:18:19.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "dcae-sch",
"timestamp": 1650255385347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "policy-id",
"timestamp": 1650255390827,
"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-04-18T04:18:19.508Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34e16c19-756e-4619-b00d-f3caf3bb8534
2022-04-18T04:18:19.508Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e16c19-756e-4619-b00d-f3caf3bb8534 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-04-18T04:18:19.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "ves-openapi-manager",
"timestamp": 1650255387742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255388057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-18T04:18:19.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "dcae-sch",
"timestamp": 1650255385347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "ves-openapi-manager",
"timestamp": 1650255387742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255388057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255393196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:18:19.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "aai-ml",
"timestamp": 1650255392998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T04:18:19.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "ves-openapi-manager",
"timestamp": 1650255387742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "clamp",
"timestamp": 1650255392678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255388057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-18T04:18:19.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "aai-ml",
"timestamp": 1650255394005,
"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-04-18T04:18:19.528Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1
2022-04-18T04:18:19.528Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 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-04-18T04:18:19.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "ves-openapi-manager",
"timestamp": 1650255387742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255394488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:18:19.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "clamp",
"timestamp": 1650255392678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json",
"status": "NOTIFIED"
}
2022-04-18T04:18:19.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255388057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "ves-openapi-manager",
"timestamp": 1650255387742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "clamp",
"timestamp": 1650255392678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255388057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:18:19.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255395982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:18:19.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "clamp",
"timestamp": 1650255392678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255395977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:18:19.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255397347,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/basic_onboard_ceszpa0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-18T04:18:19.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "aai-ml",
"timestamp": 1650255396580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "clamp",
"timestamp": 1650255392678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255398351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-18T04:18:19.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255396417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "aai-ml",
"timestamp": 1650255396580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255397403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:18:19.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "clamp",
"timestamp": 1650255392678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255396417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255399363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/resourceInstances/basic_onboard_ceszpa0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-18T04:18:19.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "aai-ml",
"timestamp": 1650255396580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "clamp",
"timestamp": 1650255392678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:18:19.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255398660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:18:19.548Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255400368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCeszpa/1.0/artifacts/service-BasicOnboardCeszpa-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T04:18:19.548Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255396417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "aai-ml",
"timestamp": 1650255396580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255399717,
"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-04-18T04:18:19.555Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34e16c19-756e-4619-b00d-f3caf3bb8534
2022-04-18T04:18:19.556Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e16c19-756e-4619-b00d-f3caf3bb8534 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-04-18T04:18:19.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255396417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "aai-ml",
"timestamp": 1650255396580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255400726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-18T04:18:19.565Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255396417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "aai-ml",
"timestamp": 1650255396580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255396417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:18:19.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "aai-ml",
"timestamp": 1650255396580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:18:19.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255396417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:18:19.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:18:19.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "aai-ml",
"timestamp": 1650255404461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:18:19.567Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255404666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:18:19.567Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255412567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T04:18:19.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255413576,
"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-04-18T04:18:19.580Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 34e16c19-756e-4619-b00d-f3caf3bb8534
2022-04-18T04:18:19.580Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e16c19-756e-4619-b00d-f3caf3bb8534 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-04-18T04:18:19.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "clamp",
"timestamp": 1650255414744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:18:19.598Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "clamp",
"timestamp": 1650255415772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T04:18:19.598Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "clamp",
"timestamp": 1650255416780,
"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-04-18T04:18:19.607Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 34e16c19-756e-4619-b00d-f3caf3bb8534
2022-04-18T04:18:19.608Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e16c19-756e-4619-b00d-f3caf3bb8534 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-04-18T04:18:19.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "aai-ml",
"timestamp": 1650255418088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T04:18:19.621Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-18T04:18:19.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:18:19.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "aai-ml",
"timestamp": 1650255419095,
"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-04-18T04:18:19.628Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 34e16c19-756e-4619-b00d-f3caf3bb8534
2022-04-18T04:18:19.628Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e16c19-756e-4619-b00d-f3caf3bb8534 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-04-18T04:18:41.493Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1
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-04-18T04:18:41.517Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1
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-04-18T04:18:41.521Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:18:41.524Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-18T04:18:41.524Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-18T04:18:41.524Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-18T04:18:41.524Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:18:41.525Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:18:41.525Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:18:41.525Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:18:41.525Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:18:41.525Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:18:41.525Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||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-04-18T04:18:41.538Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-18T04:19:11.539Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 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-04-18T04:19:11.558Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 and serviceModelVersionId: 20150e07-7fa2-4a7c-8e81-11bb9011c6f9
2022-04-18T04:19:11.561Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4ed60116-675e-4f99-93d2-5ec164863233
2022-04-18T04:19:18.786Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:19:18.787Z||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-04-18T04:19:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:19:19.254Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:19:19.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "ves-openapi-manager",
"timestamp": 1650255547742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255548060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "aai-ml",
"timestamp": 1650255546580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "dcae-sch",
"timestamp": 1650255545347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "cds",
"timestamp": 1650255546102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255546415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "ves-openapi-manager",
"timestamp": 1650255547742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "aai-ml",
"timestamp": 1650255546580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "cds",
"timestamp": 1650255546102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "dcae-sch",
"timestamp": 1650255545347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255548060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json",
"status": "NOTIFIED"
}
2022-04-18T04:19:19.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255546415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "ves-openapi-manager",
"timestamp": 1650255547742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "aai-ml",
"timestamp": 1650255546580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "cds",
"timestamp": 1650255546102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "dcae-sch",
"timestamp": 1650255545347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255548060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-18T04:19:19.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255546415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "ves-openapi-manager",
"timestamp": 1650255547742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "cds",
"timestamp": 1650255546102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "aai-ml",
"timestamp": 1650255546580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "dcae-sch",
"timestamp": 1650255545347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650255548060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:19.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-18T04:19:19.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650255546415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:19.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-18T04:19:32.077Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4ed60116-675e-4f99-93d2-5ec164863233/model-vers/model-ver/20150e07-7fa2-4a7c-8e81-11bb9011c6f9?depth=0
2022-04-18T04:19:32.225Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-18T04:19:32.937Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ed60116-675e-4f99-93d2-5ec164863233/model-vers/model-ver/20150e07-7fa2-4a7c-8e81-11bb9011c6f9?depth=0|INFO|500||Invoke
2022-04-18T04:19:32.945Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ed60116-675e-4f99-93d2-5ec164863233/model-vers/model-ver/20150e07-7fa2-4a7c-8e81-11bb9011c6f9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ed60116-675e-4f99-93d2-5ec164863233/model-vers/model-ver/20150e07-7fa2-4a7c-8e81-11bb9011c6f9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fd35d698-e13c-4c64-9bde-f28cee1b9d10], X-ECOMP-RequestID=[a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1], X-TransactionId=[], X-ONAP-RequestID=[a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1], Content-Type=[application/merge-patch+json]}
2022-04-18T04:19:33.094Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ed60116-675e-4f99-93d2-5ec164863233/model-vers/model-ver/20150e07-7fa2-4a7c-8e81-11bb9011c6f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-18T04:19:33.816Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ed60116-675e-4f99-93d2-5ec164863233/model-vers/model-ver/20150e07-7fa2-4a7c-8e81-11bb9011c6f9?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/4ed60116-675e-4f99-93d2-5ec164863233/model-vers/model-ver/20150e07-7fa2-4a7c-8e81-11bb9011c6f9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220418-04:19:32:367-41367], vertex-id=[196832], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:19:32 GMT], Content-Type=[application/json]}
2022-04-18T04:19:33.819Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ed60116-675e-4f99-93d2-5ec164863233/model-vers/model-ver/20150e07-7fa2-4a7c-8e81-11bb9011c6f9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-18T04:19:33.821Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ed60116-675e-4f99-93d2-5ec164863233/model-vers/model-ver/20150e07-7fa2-4a7c-8e81-11bb9011c6f9?depth=0|INFO|500||InvokeReturn
2022-04-18T04:19:33.827Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-18T04:19:33.827Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||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-04-18T04:19:33.839Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||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-04-18T04:19:33.842Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-18T04:19:33.844Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-18T04:19:33.845Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:19:33.849Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:19:33.850Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255573842,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:19:33.949Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T04:19:33.951Z||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-04-18T04:19:33.951Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:19:33.969Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:19:33.970Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-18T04:19:34.874Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-18T04:19:34.875Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"34e16c19-756e-4619-b00d-f3caf3bb8534","serviceName":"vFW 2022-04-18 04-13-05","serviceVersion":"1.0","serviceUUID":"290e44bd-c430-4d51-879e-78a547ae8091","serviceDescription":"catalog service description","serviceInvariantUUID":"238ce2a1-13a1-42ed-a310-b47826a13729","resources":[{"resourceInstanceName":"vFW 222f5cd4-4a8d 0","resourceName":"vFW 222f5cd4-4a8d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8995416e-e318-4ee8-8e07-875763a9d77b","resourceInvariantUUID":"75d4ba53-65cc-4b08-8cc0-734596182465","resourceCustomizationUUID":"97128fdd-a172-4aa6-a7dd-d389ee74e533","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml","artifactChecksum":"YzQ3M2U5NWQyZjFiY2YxMzAyMzhkNGRiNjk0OTIyZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3764c03a-e719-4c4c-9b56-0a3369701b28","artifactVersion":"1"},{"artifactName":"vfw222f5cd44a8d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json","artifactChecksum":"OWQ4MmFmZmY1MzRiYjY1YjY3MTNjNzdmYTVjYjkyYWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"afc69d5f-9d86-45b4-b891-a43552bfbc04","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e6eb3d00-7e13-4482-9326-75b1473b2108","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml","artifactChecksum":"MjJiMDc3NDQ3ZTVlYThkM2ZjMjkwMjhkOGI3NDk3NGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"545da33c-075d-4c63-8a8a-9b8b1b4a8759","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b1b254ce-ad6e-4cfd-9825-36f175563a04","artifactVersion":"2","generatedFromUUID":"e6eb3d00-7e13-4482-9326-75b1473b2108"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220418041305-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml","artifactChecksum":"MTYxZGU4YzhlYWNlMzVmOWEwZGIwMDUxOGFhZDM3M2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ac58a05-5c1b-413a-a9ce-5003e1fd948e","artifactVersion":"1"},{"artifactName":"service-Vfw20220418041305-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar","artifactChecksum":"ODJhNzNiNTdiN2FhZjkzOGY1MTdkMDkxZmZlNjVjOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a07268e8-33cd-4698-94af-a558235f9552","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-18T04:19:34.876Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:19:34.876Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:19:34.880Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:19:34.880Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:34.981Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-18T04:19:34.983Z||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-04-18T04:19:34.983Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:19:34.996Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:19:34.997Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:19:35.881Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:19:35.882Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:19:35.884Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:19:35.885Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json",
"status": "NOTIFIED"
}
2022-04-18T04:19:35.985Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:19:35.986Z||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-04-18T04:19:35.986Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:19:35.998Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:19:35.999Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:19:36.886Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:19:36.887Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:19:36.913Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:19:36.914Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-18T04:19:36.991Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2022-04-18T04:19:36.992Z||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-04-18T04:19:36.993Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:19:37.009Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:19:37.010Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:19:37.916Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:19:37.917Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:19:37.935Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:19:37.936Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:38.025Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-04-18T04:19:38.026Z||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-04-18T04:19:38.026Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:19:38.047Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:19:38.047Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:19:38.937Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:19:38.938Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:19:38.941Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:19:38.942Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-18T04:19:39.041Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T04:19:39.042Z||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-04-18T04:19:39.043Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:19:39.052Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:19:39.053Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:19:39.943Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:19:39.944Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:19:39.947Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:19:39.947Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:19:40.047Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:19:40.048Z||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-04-18T04:19:40.048Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:19:40.059Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:19:40.060Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:19:40.948Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:19:40.956Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:19:40.959Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:19:40.959Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255378782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:19:41.060Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:19:41.061Z||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-04-18T04:19:41.061Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:19:41.072Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:19:41.073Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:19:41.960Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"serviceName": "vFW 2022-04-18 04-13-05",
"serviceVersion": "1.0",
"serviceUUID": "290e44bd-c430-4d51-879e-78a547ae8091",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "238ce2a1-13a1-42ed-a310-b47826a13729",
"resources": [
{
"resourceInstanceName": "vFW 222f5cd4-4a8d 0",
"resourceCustomizationUUID": "97128fdd-a172-4aa6-a7dd-d389ee74e533",
"resourceName": "vFW 222f5cd4-4a8d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8995416e-e318-4ee8-8e07-875763a9d77b",
"resourceInvariantUUID": "75d4ba53-65cc-4b08-8cc0-734596182465",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw222f5cd44a8d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json",
"artifactChecksum": "OWQ4MmFmZmY1MzRiYjY1YjY3MTNjNzdmYTVjYjkyYWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "afc69d5f-9d86-45b4-b891-a43552bfbc04",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e6eb3d00-7e13-4482-9326-75b1473b2108",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b1b254ce-ad6e-4cfd-9825-36f175563a04",
"generatedFromUUID": "e6eb3d00-7e13-4482-9326-75b1473b2108"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b1b254ce-ad6e-4cfd-9825-36f175563a04",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220418041305-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"artifactChecksum": "ODJhNzNiNTdiN2FhZjkzOGY1MTdkMDkxZmZlNjVjOWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a07268e8-33cd-4698-94af-a558235f9552"
}
],
"workloadContext": "Production"
}
2022-04-18T04:19:41.961Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-18T04:19:41.961Z|a656c2d7-77d1-4bb3-9caa-6cd0bc7c1cd1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 290e44bd-c430-4d51-879e-78a547ae8091 ASDC
2022-04-18T04:19:41.966Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:34e16c19-756e-4619-b00d-f3caf3bb8534
ServiceName:vFW 2022-04-18 04-13-05
ServiceVersion:1.0
ServiceUUID:290e44bd-c430-4d51-879e-78a547ae8091
ServiceInvariantUUID:238ce2a1-13a1-42ed-a310-b47826a13729
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220418041305-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar
ArtifactUUID:a07268e8-33cd-4698-94af-a558235f9552
ArtifactChecksum:ODJhNzNiNTdiN2FhZjkzOGY1MTdkMDkxZmZlNjVjOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 222f5cd4-4a8d 0
ResourceCustomizationUUID:97128fdd-a172-4aa6-a7dd-d389ee74e533
ResourceInvariantUUID:75d4ba53-65cc-4b08-8cc0-734596182465
ResourceName:vFW 222f5cd4-4a8d
ResourceType:VF
ResourceUUID:8995416e-e318-4ee8-8e07-875763a9d77b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw222f5cd44a8d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json
ArtifactUUID:afc69d5f-9d86-45b4-b891-a43552bfbc04
ArtifactChecksum:OWQ4MmFmZmY1MzRiYjY1YjY3MTNjNzdmYTVjYjkyYWQ=
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/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml
ArtifactUUID:e6eb3d00-7e13-4482-9326-75b1473b2108
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/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env
ArtifactUUID:b1b254ce-ad6e-4cfd-9825-36f175563a04
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/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env
ArtifactUUID:b1b254ce-ad6e-4cfd-9825-36f175563a04
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-18T04:19:41.967Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 290e44bd-c430-4d51-879e-78a547ae8091 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-04-18T04:19:42.013Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:19:42.015Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-18T04:19:42.015Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-18T04:19:42.015Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a07268e8-33cd-4698-94af-a558235f9552 from URL: /sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar
2022-04-18T04:19:42.016Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-18T04:19:42.016Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar
2022-04-18T04:19:42.979Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-18T04:19:42.986Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar a07268e8-33cd-4698-94af-a558235f9552 98897
2022-04-18T04:19:42.986Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar ASDC sendASDCNotification
2022-04-18T04:19:42.986Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar
2022-04-18T04:19:42.986Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:19:42.986Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:19:42.988Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:19:42.989Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255582986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:19:43.089Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:19:43.091Z||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-04-18T04:19:43.091Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:19:43.103Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:19:43.104Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:19:43.989Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:19:43.991Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-18T04:19:43.992Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a07268e8-33cd-4698-94af-a558235f9552, URL: /sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar to file: /app/ASDC/1/service-Vfw20220418041305-csar.csar
2022-04-18T04:19:43.993Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220418041305-csar.csar
2022-04-18T04:19:43.994Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220418041305-csar.csar
2022-04-18T04:19:43.994Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220418041305-csar.csar
2022-04-18T04:19:44.295Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13314474739947944947/Definitions/service-Vfw20220418041305-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_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
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
2022-04-18T04:19:47.791Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-18T04:19:47.793Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-18T04:19:47.793Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220418041305-csar.csar
2022-04-18T04:19:47.794Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-18T04:19:47.794Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||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-Vfw20220418041305-csar.csar
2022-04-18T04:19:47.794Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||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-Vfw20220418041305-csar.csar
2022-04-18T04:19:47.795Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||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-Vfw20220418041305-csar.csar
2022-04-18T04:19:47.795Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418041305-csar.csar
2022-04-18T04:19:47.796Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418041305-csar.csar
2022-04-18T04:19:47.796Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||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-Vfw20220418041305-csar.csar
2022-04-18T04:19:47.797Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||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-Vfw20220418041305-csar.csar
2022-04-18T04:19:47.797Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||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-Vfw20220418041305-csar.csar
2022-04-18T04:19:47.798Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220418041305-csar.csar
2022-04-18T04:19:47.798Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||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-Vfw20220418041305-csar.csar
2022-04-18T04:19:47.799Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418041305-csar.csar
2022-04-18T04:19:47.799Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 222f5cd4-4a8d 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-Vfw20220418041305-csar.csar
2022-04-18T04:19:47.799Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||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-Vfw20220418041305-csar.csar
2022-04-18T04:19:47.800Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-18T04:19:47.801Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:47.801Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:19:47.802Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria
2022-04-18T04:19:47.803Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-18T04:19:47.803Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:19:47.804Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:47.805Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:19:47.805Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria
2022-04-18T04:19:47.806Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-18T04:19:47.807Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:19:47.807Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:47.807Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:19:47.808Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:47.808Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is not matching search criteria
2022-04-18T04:19:47.810Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:19:47.810Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:19:47.810Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T04:19:47.811Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T04:19:47.811Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:19:47.811Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:19:47.812Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T04:19:47.812Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T04:19:47.812Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T04:19:47.813Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:19:47.813Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T04:19:47.814Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T04:19:47.814Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T04:19:47.815Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T04:19:47.815Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:19:47.816Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-18T04:19:47.817Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:47.817Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T04:19:47.818Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:47.818Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria
2022-04-18T04:19:47.819Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:19:47.820Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:47.820Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria
2022-04-18T04:19:47.821Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:19:47.822Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:47.822Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria
2022-04-18T04:19:47.823Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:19:47.823Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:47.824Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is not matching search criteria
2022-04-18T04:19:47.824Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:19:47.824Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:19:47.824Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-18T04:19:47.825Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T04:19:47.825Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T04:19:47.825Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:19:47.825Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T04:19:47.825Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T04:19:47.826Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T04:19:47.826Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T04:19:47.826Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:19:47.826Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=07aa45a1-527b-4e7d-9b5d-848011e8239b
2022-04-18T04:19:47.827Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:47.827Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is not matching search criteria
2022-04-18T04:19:47.827Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:19:47.828Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:19:47.828Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T04:19:47.828Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T04:19:47.828Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:19:47.828Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:19:47.829Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T04:19:47.829Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-18T04:19:47.829Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T04:19:47.829Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T04:19:47.829Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T04:19:47.830Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:19:47.830Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=62da7c7b-0e19-46b6-98cc-cbcfa2e063f8
2022-04-18T04:19:47.830Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:47.830Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is not matching search criteria
2022-04-18T04:19:47.831Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:19:47.831Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:19:47.831Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T04:19:47.831Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T04:19:47.832Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:19:47.832Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:19:47.832Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T04:19:47.832Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T04:19:47.833Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T04:19:47.833Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:19:47.833Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T04:19:47.833Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-18T04:19:47.833Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=37cd4c70-8b30-467b-b304-734f952fe871
2022-04-18T04:19:47.834Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:47.834Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:19:47.834Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:47.835Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:19:47.835Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:47.835Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:19:47.835Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:47.836Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:19:47.836Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-18 04-13-05
Description:catalog service description
Model UUID:290e44bd-c430-4d51-879e-78a547ae8091
Model Version:NULL
Model InvariantUuid:238ce2a1-13a1-42ed-a310-b47826a13729
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 222f5cd4-4a8d
Model UUID:0d49a437-821d-4f6d-9f0d-25263c7ed5d5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:75d4ba53-65cc-4b08-8cc0-734596182465
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:97128fdd-a172-4aa6-a7dd-d389ee74e533
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:925100a1-95c0-45e3-b95c-2148966c9606
ModelName:Vfw222f5cd44a8d..base_vfw..module-0
ModelUuid:2b806692-2a31-45eb-959f-d9f820d97121
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:07aa45a1-527b-4e7d-9b5d-848011e8239b
ModelInvariantUuid:9cc40fe4-a844-4af7-9a6c-ffac09f09a58
ModelName:vFW 222f5cd4-4a8d-nodes.vfwCvfc
ModelUuid:062d99b9-f866-4562-99eb-305217951376
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f65a6657-e9a2-4d5a-838a-efd616f42a77
ModelInvariantUuid:1d0a5e78-b300-480a-a920-63231a2d27ca
ModelName:Vfw222f5cd44a8d.compute.nodes.heat.vfw
ModelUuid:ee2ea19b-ed8b-43e7-b797-45ec9c39fe97
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:62da7c7b-0e19-46b6-98cc-cbcfa2e063f8
ModelInvariantUuid:d2cd956b-a6a5-4da2-9ca3-9a313d39edcc
ModelName:vFW 222f5cd4-4a8d-nodes.vsnCvfc
ModelUuid:3bfaab61-a582-4f63-a8e2-991ee8373f45
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:db33ce36-176a-4ca9-8465-6f4f7cb89cc9
ModelInvariantUuid:a02ec023-81c5-4d0d-8747-d40b95a5f41f
ModelName:Vfw222f5cd44a8d.compute.nodes.heat.vsn
ModelUuid:13b03a27-8444-4414-bcf5-ffd7ee5f8781
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:37cd4c70-8b30-467b-b304-734f952fe871
ModelInvariantUuid:c8169981-72ef-468b-866f-7ab20b8dbdb2
ModelName:vFW 222f5cd4-4a8d-nodes.vpgCvfc
ModelUuid:414b20e4-20b4-4f37-9ef3-3938f95ab528
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:4b440c27-da27-4dd0-9c9d-d769fe531f7b
ModelInvariantUuid:1d175a2e-64f5-4da9-b3bf-aa9f0cf20531
ModelName:Vfw222f5cd44a8d.compute.nodes.heat.vpg
ModelUuid:5d49ebf5-320c-463c-8054-748c7e140d7c
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-04-18T04:19:47.849Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 8995416e-e318-4ee8-8e07-875763a9d77b
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-04-18T04:19:47.867Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||vFW 222f5cd4-4a8d 0
2022-04-18T04:19:47.869Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8995416e-e318-4ee8-8e07-875763a9d77b
2022-04-18T04:19:47.869Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: afc69d5f-9d86-45b4-b891-a43552bfbc04 from URL: /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json
2022-04-18T04:19:47.870Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-18T04:19:47.870Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json
2022-04-18T04:19:48.159Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-18T04:19:48.159Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json afc69d5f-9d86-45b4-b891-a43552bfbc04 785
2022-04-18T04:19:48.165Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json ASDC sendASDCNotification
2022-04-18T04:19:48.166Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json
2022-04-18T04:19:48.166Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:19:48.166Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:19:48.169Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:19:48.169Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255588165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:19:48.270Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:19:48.271Z||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-04-18T04:19:48.271Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:19:48.284Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:19:48.284Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:19:49.173Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw222f5cd44a8d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "925100a1-95c0-45e3-b95c-2148966c9606",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2b806692-2a31-45eb-959f-d9f820d97121",
"vfModuleModelCustomizationUUID": "8c8d9026-3f1e-4fc7-8d66-f05c2d47d24c",
"isBase": true,
"artifacts": [
"e6eb3d00-7e13-4482-9326-75b1473b2108",
"b1b254ce-ad6e-4cfd-9825-36f175563a04"
],
"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-04-18T04:19:49.198Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw222f5cd44a8d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2b806692-2a31-45eb-959f-d9f820d97121
VfModuleModelInvariantUUID:925100a1-95c0-45e3-b95c-2148966c9606
VfModuleModelDescription:NULL
Artifacts UUID List:{
e6eb3d00-7e13-4482-9326-75b1473b2108
,
b1b254ce-ad6e-4cfd-9825-36f175563a04
}
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-04-18T04:19:49.204Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw222f5cd44a8d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "925100a1-95c0-45e3-b95c-2148966c9606",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2b806692-2a31-45eb-959f-d9f820d97121",
"vfModuleModelCustomizationUUID": "8c8d9026-3f1e-4fc7-8d66-f05c2d47d24c",
"isBase": true,
"artifacts": [
"e6eb3d00-7e13-4482-9326-75b1473b2108",
"b1b254ce-ad6e-4cfd-9825-36f175563a04"
],
"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-04-18T04:19:49.205Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw222f5cd44a8d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2b806692-2a31-45eb-959f-d9f820d97121
VfModuleModelInvariantUUID:925100a1-95c0-45e3-b95c-2148966c9606
VfModuleModelDescription:NULL
Artifacts UUID List:{
e6eb3d00-7e13-4482-9326-75b1473b2108
,
b1b254ce-ad6e-4cfd-9825-36f175563a04
}
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-04-18T04:19:49.205Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e6eb3d00-7e13-4482-9326-75b1473b2108 from URL: /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml
2022-04-18T04:19:49.205Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-18T04:19:49.206Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml
2022-04-18T04:19:49.568Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-18T04:19:49.570Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml e6eb3d00-7e13-4482-9326-75b1473b2108 20368
2022-04-18T04:19:49.570Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-18T04:19:49.570Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml
2022-04-18T04:19:49.571Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:19:49.571Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:19:49.574Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:19:49.574Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255589570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:19:49.675Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-18T04:19:49.677Z||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-04-18T04:19:49.677Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:19:49.699Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:19:49.700Z||pool-28-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:19:50.575Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b1b254ce-ad6e-4cfd-9825-36f175563a04 from URL: /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env
2022-04-18T04:19:50.575Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-18T04:19:50.576Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env
2022-04-18T04:19:50.958Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-18T04:19:50.958Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env b1b254ce-ad6e-4cfd-9825-36f175563a04 2098
2022-04-18T04:19:50.959Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-18T04:19:50.959Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env
2022-04-18T04:19:50.959Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:19:50.959Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:19:50.964Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:19:50.964Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255590959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:19:51.065Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-18T04:19:51.066Z||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-04-18T04:19:51.066Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:19:51.077Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:19:51.077Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-18T04:19:51.964Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 290e44bd-c430-4d51-879e-78a547ae8091
2022-04-18T04:19:51.973Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 222f5cd4-4a8d 0 8995416e-e318-4ee8-8e07-875763a9d77b 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-04-18T04:19:52.003Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1014b74a, org.onap.sdc.toscaparser.api.parameters.Input@3cced7f1, org.onap.sdc.toscaparser.api.parameters.Input@5cb8cafb, org.onap.sdc.toscaparser.api.parameters.Input@140dc40, org.onap.sdc.toscaparser.api.parameters.Input@34db85c5]
2022-04-18T04:19:52.006Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:52.007Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:19:52.007Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-04-18T04:19:52.008Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 97128fdd-a172-4aa6-a7dd-d389ee74e533
2022-04-18T04:19:52.008Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 97128fdd-a172-4aa6-a7dd-d389ee74e533 matches Tosca VF Customization UUID: 97128fdd-a172-4aa6-a7dd-d389ee74e533
2022-04-18T04:19:52.008Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 97128fdd-a172-4aa6-a7dd-d389ee74e533 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-04-18T04:19:52.018Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:52.018Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:19:52.020Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 97128fdd-a172-4aa6-a7dd-d389ee74e533: {\"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-04-18T04:19:52.020Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63303ddb
2022-04-18T04:19:52.020Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:52.021Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T04:19:52.021Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8c8d9026-3f1e-4fc7-8d66-f05c2d47d24c
2022-04-18T04:19:52.021Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8c8d9026-3f1e-4fc7-8d66-f05c2d47d24c
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-04-18T04:19:52.026Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:52.026Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria
2022-04-18T04:19:52.026Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:19:52.027Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:52.027Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria
2022-04-18T04:19:52.027Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:19:52.027Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:52.028Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is not matching search criteria
2022-04-18T04:19:52.028Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:19:52.028Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:19:52.028Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-18T04:19:52.028Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T04:19:52.029Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T04:19:52.029Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:19:52.029Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T04:19:52.029Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T04:19:52.030Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T04:19:52.030Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T04:19:52.030Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:19:52.030Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=07aa45a1-527b-4e7d-9b5d-848011e8239b
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-04-18T04:19:52.034Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:52.034Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria
2022-04-18T04:19:52.035Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:19:52.035Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:52.035Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is not matching search criteria
2022-04-18T04:19:52.035Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:19:52.035Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:19:52.036Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T04:19:52.036Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T04:19:52.036Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:19:52.036Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:19:52.036Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T04:19:52.037Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-18T04:19:52.037Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T04:19:52.037Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T04:19:52.037Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T04:19:52.038Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:19:52.038Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=62da7c7b-0e19-46b6-98cc-cbcfa2e063f8
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-04-18T04:19:52.042Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:52.042Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria
2022-04-18T04:19:52.042Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:19:52.048Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:52.048Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is not matching search criteria
2022-04-18T04:19:52.049Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:19:52.049Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:19:52.049Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T04:19:52.050Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T04:19:52.050Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:19:52.050Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:19:52.050Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T04:19:52.051Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T04:19:52.051Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T04:19:52.051Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:19:52.051Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T04:19:52.052Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-18T04:19:52.052Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=37cd4c70-8b30-467b-b304-734f952fe871
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-04-18T04:19:52.057Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:52.058Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria
2022-04-18T04:19:52.058Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:19:52.058Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:52.058Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Node template vFW 222f5cd4-4a8d 0 is matching search criteria
2022-04-18T04:19:52.058Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 222f5cd4-4a8d 0] matching following query criteria: sdcType=VF, customizationUUID=97128fdd-a172-4aa6-a7dd-d389ee74e533
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-04-18T04:19:52.062Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:52.063Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:19:52.063Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 290e44bd-c430-4d51-879e-78a547ae8091: vFW 222f5cd4-4a8d
2022-04-18T04:19:52.063Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:52.063Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:19:52.064Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:52.064Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:19:52.064Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:52.064Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:19:52.065Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:52.065Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:19:52.065Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:19:52.065Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-18 04-13-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:19:52.066Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-04-18 04-13-05
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-04-18T04:19:52.495Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 222f5cd4-4a8d 8995416e-e318-4ee8-8e07-875763a9d77b 1 ASDC deployResourceStructure
2022-04-18T04:19:52.495Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json ASDC sendASDCNotification
2022-04-18T04:19:52.496Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json
2022-04-18T04:19:52.496Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:19:52.499Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:19:52.503Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:19:52.503Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255592495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/vfw222f5cd44a8d0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-18T04:19:52.603Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:19:52.604Z||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-04-18T04:19:52.604Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:19:52.618Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:19:52.619Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-18T04:19:53.504Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-18T04:19:53.505Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml
2022-04-18T04:19:53.505Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:19:53.505Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:19:53.509Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:19:53.509Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255593504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-18T04:19:53.609Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:19:53.610Z||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-04-18T04:19:53.611Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:19:53.621Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:19:53.621Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:19:54.510Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-18T04:19:54.510Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env
2022-04-18T04:19:54.510Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:19:54.513Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:19:54.516Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:19:54.516Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255594510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/resourceInstances/vfw222f5cd44a8d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-18T04:19:54.616Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:19:54.618Z||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-04-18T04:19:54.618Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:19:54.647Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:19:54.648Z||pool-32-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-04-18T04:19:55.517Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar ASDC sendASDCNotification
2022-04-18T04:19:55.518Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar
2022-04-18T04:19:55.518Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-18T04:19:55.518Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:19:55.520Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:19:55.521Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255595517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041305/1.0/artifacts/service-Vfw20220418041305-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-18T04:19:55.622Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-18T04:19:55.623Z||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-04-18T04:19:55.623Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:19:55.635Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:19:55.636Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-18T04:19:56.522Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34e16c19-756e-4619-b00d-f3caf3bb8534
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-04-18T04:19:56.534Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34e16c19-756e-4619-b00d-f3caf3bb8534
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-04-18T04:19:56.539Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-18T04:19:56.539Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-18T04:19:56.539Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-18T04:19:56.539Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-18T04:19:56.539Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:19:56.540Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:19:56.540Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:19:56.540Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:19:56.540Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:19:56.540Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-18T04:19:56.540Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||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-04-18T04:19:56.546Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-18T04:20:18.786Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:20:18.787Z||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-04-18T04:20:18.787Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:20:18.809Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:20:18.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-18T04:20:18.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "ves-openapi-manager",
"timestamp": 1650255547742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:20:18.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-18T04:20:26.546Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34e16c19-756e-4619-b00d-f3caf3bb8534 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-04-18T04:20:26.554Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34e16c19-756e-4619-b00d-f3caf3bb8534 and serviceModelVersionId: 290e44bd-c430-4d51-879e-78a547ae8091
2022-04-18T04:20:26.555Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 238ce2a1-13a1-42ed-a310-b47826a13729
2022-04-18T04:20:26.556Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/238ce2a1-13a1-42ed-a310-b47826a13729/model-vers/model-ver/290e44bd-c430-4d51-879e-78a547ae8091?depth=0
2022-04-18T04:20:26.562Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-18T04:20:26.642Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/238ce2a1-13a1-42ed-a310-b47826a13729/model-vers/model-ver/290e44bd-c430-4d51-879e-78a547ae8091?depth=0|INFO|500||Invoke
2022-04-18T04:20:26.643Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/238ce2a1-13a1-42ed-a310-b47826a13729/model-vers/model-ver/290e44bd-c430-4d51-879e-78a547ae8091?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/238ce2a1-13a1-42ed-a310-b47826a13729/model-vers/model-ver/290e44bd-c430-4d51-879e-78a547ae8091?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34e16c19-756e-4619-b00d-f3caf3bb8534], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d4abc30a-4b4e-4a53-8f60-3dad14e6c23a], X-ECOMP-RequestID=[34e16c19-756e-4619-b00d-f3caf3bb8534], X-TransactionId=[], X-ONAP-RequestID=[34e16c19-756e-4619-b00d-f3caf3bb8534], Content-Type=[application/merge-patch+json]}
2022-04-18T04:20:26.697Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/238ce2a1-13a1-42ed-a310-b47826a13729/model-vers/model-ver/290e44bd-c430-4d51-879e-78a547ae8091?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-18T04:20:27.060Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/238ce2a1-13a1-42ed-a310-b47826a13729/model-vers/model-ver/290e44bd-c430-4d51-879e-78a547ae8091?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/238ce2a1-13a1-42ed-a310-b47826a13729/model-vers/model-ver/290e44bd-c430-4d51-879e-78a547ae8091?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220418-04:20:25:957-91837], vertex-id=[204872], Content-Length=[0], Date=[Mon, 18 Apr 2022 04:20:25 GMT], Content-Type=[application/json]}
2022-04-18T04:20:27.060Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/238ce2a1-13a1-42ed-a310-b47826a13729/model-vers/model-ver/290e44bd-c430-4d51-879e-78a547ae8091?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-18T04:20:27.061Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/238ce2a1-13a1-42ed-a310-b47826a13729/model-vers/model-ver/290e44bd-c430-4d51-879e-78a547ae8091?depth=0|INFO|500||InvokeReturn
2022-04-18T04:20:27.062Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-18T04:20:27.062Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||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-04-18T04:20:27.073Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||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-04-18T04:20:27.073Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34e16c19-756e-4619-b00d-f3caf3bb8534 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-18T04:20:27.074Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-18T04:20:27.074Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:20:27.077Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:20:27.077Z|34e16c19-756e-4619-b00d-f3caf3bb8534|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "34e16c19-756e-4619-b00d-f3caf3bb8534",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255627074,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-18T04:20:27.177Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:20:27.179Z||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-04-18T04:20:27.179Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:20:27.202Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:20:27.203Z||pool-34-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-18T04:20:28.094Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-18T04:20:28.095Z||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-04-18T04:20:28.095Z||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 LwqS7zOPVWJPpr9k) ...
2022-04-18T04:20:32.512Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:20:32.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-18T04:20:32.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"29140ad9-9460-4528-b4d1-c83b10eb1425","serviceName":"vFW 2022-04-18 04-16-26","serviceVersion":"1.0","serviceUUID":"692187c9-658c-4c07-88c3-64b8641614f9","serviceDescription":"catalog service description","serviceInvariantUUID":"0996e75e-8ba9-49d3-ac29-b229fbb2a85f","resources":[{"resourceInstanceName":"vFW d386b9aa-58e9 0","resourceName":"vFW d386b9aa-58e9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"10674aab-6cd0-4339-aa99-6bda8f4f2b8c","resourceInvariantUUID":"b95fabee-a767-4dd4-aeab-a97a5dbe7049","resourceCustomizationUUID":"8632b753-fb78-4838-b8b2-fca81c992940","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vf-license-model.xml","artifactChecksum":"MTRiNjQ3MmUwZmI1YzlhZDVhMzkzZWNmMDQwNmM0NDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6297143d-acb4-4da7-b92b-01be323743ed","artifactVersion":"1"},{"artifactName":"vfwd386b9aa58e90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json","artifactChecksum":"ZjM2NDhiY2QwNDAxOThhOTAyNzE5M2ZiNTIxZGU1NmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87bbdba1-a9ae-4528-87c9-f8ff4c26aca9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c6cd8074-2966-4d8a-8083-0748c88a30a4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vendor-license-model.xml","artifactChecksum":"MjczNWM1OGJiM2NkNDU1OGM4NmZiZjMzY2Q5YTViM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ccf9a065-0cb0-4446-8a55-d30065955aca","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c9f6901-2681-4e13-8005-68394ac6e09b","artifactVersion":"2","generatedFromUUID":"c6cd8074-2966-4d8a-8083-0748c88a30a4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220418041626-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-template.yml","artifactChecksum":"ZmJmNTk3MDMxOGMxYTg3ZTMwMTdlMzdmOGIzNjI3NTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd31f3df-3d1f-48c9-918f-f8bd11b0d0b6","artifactVersion":"1"},{"artifactName":"service-Vfw20220418041626-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar","artifactChecksum":"ZTU0Y2JhNDcwMmU4OWU4OGFmYzUxZTgyMmY3ZmI4MmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"786eafe9-3090-4813-843c-bc958c1fcd7c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-18T04:20:32.518Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:20:32.518Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:20:32.521Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:20:32.522Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255628094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:20:32.622Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:20:32.623Z||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-04-18T04:20:32.624Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:20:32.638Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:20:32.639Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:20:33.523Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:20:33.524Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:20:33.526Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:20:33.527Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255628094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json",
"status": "NOTIFIED"
}
2022-04-18T04:20:33.627Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:20:33.628Z||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-04-18T04:20:33.628Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:20:33.641Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:20:33.642Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:20:34.527Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:20:34.529Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:20:34.531Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:20:34.531Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255628094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-18T04:20:34.631Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:20:34.633Z||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-04-18T04:20:34.633Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:20:34.645Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:20:34.646Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:20:35.532Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:20:35.534Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:20:35.537Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:20:35.538Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255628094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:20:35.638Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T04:20:35.639Z||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-04-18T04:20:35.639Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:20:35.653Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:20:35.654Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:20:36.538Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:20:36.540Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:20:36.543Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:20:36.543Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255628094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-18T04:20:36.643Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:20:36.645Z||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-04-18T04:20:36.645Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:20:36.658Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:20:36.659Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:20:37.543Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:20:37.545Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:20:37.547Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:20:37.547Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255628094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-18T04:20:37.647Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-18T04:20:37.649Z||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-04-18T04:20:37.649Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:20:37.665Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:20:37.666Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:20:38.548Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-18T04:20:38.549Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:20:38.557Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:20:38.561Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255628094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar",
"status": "NOTIFIED"
}
2022-04-18T04:20:38.653Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-04-18T04:20:38.654Z||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-04-18T04:20:38.654Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:20:38.667Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:20:38.668Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-18T04:20:39.567Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"serviceName": "vFW 2022-04-18 04-16-26",
"serviceVersion": "1.0",
"serviceUUID": "692187c9-658c-4c07-88c3-64b8641614f9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "0996e75e-8ba9-49d3-ac29-b229fbb2a85f",
"resources": [
{
"resourceInstanceName": "vFW d386b9aa-58e9 0",
"resourceCustomizationUUID": "8632b753-fb78-4838-b8b2-fca81c992940",
"resourceName": "vFW d386b9aa-58e9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "10674aab-6cd0-4339-aa99-6bda8f4f2b8c",
"resourceInvariantUUID": "b95fabee-a767-4dd4-aeab-a97a5dbe7049",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd386b9aa58e90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json",
"artifactChecksum": "ZjM2NDhiY2QwNDAxOThhOTAyNzE5M2ZiNTIxZGU1NmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "87bbdba1-a9ae-4528-87c9-f8ff4c26aca9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c6cd8074-2966-4d8a-8083-0748c88a30a4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9c9f6901-2681-4e13-8005-68394ac6e09b",
"generatedFromUUID": "c6cd8074-2966-4d8a-8083-0748c88a30a4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9c9f6901-2681-4e13-8005-68394ac6e09b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220418041626-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar",
"artifactChecksum": "ZTU0Y2JhNDcwMmU4OWU4OGFmYzUxZTgyMmY3ZmI4MmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "786eafe9-3090-4813-843c-bc958c1fcd7c"
}
],
"workloadContext": "Production"
}
2022-04-18T04:20:39.568Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-18T04:20:39.568Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 692187c9-658c-4c07-88c3-64b8641614f9 ASDC
2022-04-18T04:20:39.569Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:29140ad9-9460-4528-b4d1-c83b10eb1425
ServiceName:vFW 2022-04-18 04-16-26
ServiceVersion:1.0
ServiceUUID:692187c9-658c-4c07-88c3-64b8641614f9
ServiceInvariantUUID:0996e75e-8ba9-49d3-ac29-b229fbb2a85f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220418041626-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar
ArtifactUUID:786eafe9-3090-4813-843c-bc958c1fcd7c
ArtifactChecksum:ZTU0Y2JhNDcwMmU4OWU4OGFmYzUxZTgyMmY3ZmI4MmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d386b9aa-58e9 0
ResourceCustomizationUUID:8632b753-fb78-4838-b8b2-fca81c992940
ResourceInvariantUUID:b95fabee-a767-4dd4-aeab-a97a5dbe7049
ResourceName:vFW d386b9aa-58e9
ResourceType:VF
ResourceUUID:10674aab-6cd0-4339-aa99-6bda8f4f2b8c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd386b9aa58e90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json
ArtifactUUID:87bbdba1-a9ae-4528-87c9-f8ff4c26aca9
ArtifactChecksum:ZjM2NDhiY2QwNDAxOThhOTAyNzE5M2ZiNTIxZGU1NmI=
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/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml
ArtifactUUID:c6cd8074-2966-4d8a-8083-0748c88a30a4
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/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env
ArtifactUUID:9c9f6901-2681-4e13-8005-68394ac6e09b
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/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env
ArtifactUUID:9c9f6901-2681-4e13-8005-68394ac6e09b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-18T04:20:39.571Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 692187c9-658c-4c07-88c3-64b8641614f9 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-04-18T04:20:39.635Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:20:39.636Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:20:39.636Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:20:39.637Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 786eafe9-3090-4813-843c-bc958c1fcd7c from URL: /sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar
2022-04-18T04:20:39.637Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:20:39.637Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar
2022-04-18T04:20:40.170Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:20:40.174Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar 786eafe9-3090-4813-843c-bc958c1fcd7c 98917
2022-04-18T04:20:40.175Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar ASDC sendASDCNotification
2022-04-18T04:20:40.175Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar
2022-04-18T04:20:40.176Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:20:40.176Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:20:40.178Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:20:40.178Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255640175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:20:40.279Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:20:40.281Z||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-04-18T04:20:40.281Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:20:40.294Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:20:40.295Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:20:41.179Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-18T04:20:41.180Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-18T04:20:41.181Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 786eafe9-3090-4813-843c-bc958c1fcd7c, URL: /sdc/v1/catalog/services/Vfw20220418041626/1.0/artifacts/service-Vfw20220418041626-csar.csar to file: /app/ASDC/1/service-Vfw20220418041626-csar.csar
2022-04-18T04:20:41.181Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220418041626-csar.csar
2022-04-18T04:20:41.182Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220418041626-csar.csar
2022-04-18T04:20:41.182Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220418041626-csar.csar
2022-04-18T04:20:41.461Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13903684124227751690/Definitions/service-Vfw20220418041626-template.yml
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
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
2022-04-18T04:20:44.437Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-18T04:20:44.439Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T04:20:44.439Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar
2022-04-18T04:20:44.439Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-18T04:20:44.439Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar
2022-04-18T04:20:44.440Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar
2022-04-18T04:20:44.440Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar
2022-04-18T04:20:44.440Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar
2022-04-18T04:20:44.441Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar
2022-04-18T04:20:44.441Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar
2022-04-18T04:20:44.441Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d386b9aa-58e9 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-Vfw20220418041626-csar.csar
2022-04-18T04:20:44.441Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar
2022-04-18T04:20:44.442Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar
2022-04-18T04:20:44.442Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar
2022-04-18T04:20:44.442Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar
2022-04-18T04:20:44.442Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar
2022-04-18T04:20:44.443Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220418041626-csar.csar
2022-04-18T04:20:44.443Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-18T04:20:44.443Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:44.444Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:20:44.444Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is matching search criteria
2022-04-18T04:20:44.445Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T04:20:44.445Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d386b9aa-58e9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:20:44.446Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:44.446Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:20:44.446Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is matching search criteria
2022-04-18T04:20:44.447Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-18T04:20:44.447Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d386b9aa-58e9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-18T04:20:44.447Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:44.448Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:20:44.448Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:44.449Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is not matching search criteria
2022-04-18T04:20:44.449Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:20:44.449Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T04:20:44.450Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:20:44.450Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T04:20:44.450Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:20:44.451Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T04:20:44.451Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:20:44.451Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T04:20:44.451Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T04:20:44.451Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:20:44.452Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T04:20:44.452Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T04:20:44.452Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T04:20:44.453Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T04:20:44.453Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:20:44.453Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-18T04:20:44.454Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:44.454Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T04:20:44.454Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:44.455Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is matching search criteria
2022-04-18T04:20:44.455Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d386b9aa-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:20:44.456Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:44.456Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is matching search criteria
2022-04-18T04:20:44.456Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d386b9aa-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:20:44.457Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:44.457Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is matching search criteria
2022-04-18T04:20:44.457Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d386b9aa-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:20:44.457Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:44.458Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is not matching search criteria
2022-04-18T04:20:44.458Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:20:44.458Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-18T04:20:44.459Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:20:44.459Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T04:20:44.459Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T04:20:44.459Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:20:44.460Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T04:20:44.460Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T04:20:44.460Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T04:20:44.461Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T04:20:44.461Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:20:44.461Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5d362017-8539-423a-a122-17ea6391462a
2022-04-18T04:20:44.462Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:44.462Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is not matching search criteria
2022-04-18T04:20:44.463Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:20:44.463Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T04:20:44.463Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:20:44.463Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T04:20:44.464Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:20:44.464Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T04:20:44.464Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:20:44.465Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-18T04:20:44.465Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T04:20:44.466Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T04:20:44.466Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T04:20:44.466Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:20:44.466Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0c563419-3ce4-49c1-8efd-46724c3a8dae
2022-04-18T04:20:44.467Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:44.467Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is not matching search criteria
2022-04-18T04:20:44.468Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:20:44.468Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-18T04:20:44.468Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:20:44.469Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-18T04:20:44.469Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:20:44.469Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-18T04:20:44.470Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:20:44.470Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T04:20:44.470Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T04:20:44.471Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:20:44.471Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T04:20:44.471Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-18T04:20:44.472Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d67a7f54-75b5-41bd-9fa2-99bd180a511c
2022-04-18T04:20:44.472Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:44.473Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:20:44.473Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:44.473Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:20:44.474Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:44.474Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:20:44.475Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:44.475Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:20:44.475Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-18 04-16-26
Description:catalog service description
Model UUID:692187c9-658c-4c07-88c3-64b8641614f9
Model Version:NULL
Model InvariantUuid:0996e75e-8ba9-49d3-ac29-b229fbb2a85f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d386b9aa-58e9
Model UUID:41814d81-9e98-46d3-8272-afd3596bef3e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b95fabee-a767-4dd4-aeab-a97a5dbe7049
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8632b753-fb78-4838-b8b2-fca81c992940
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e25f2032-3f26-45de-b7c1-6541da96a0e2
ModelName:VfwD386b9aa58e9..base_vfw..module-0
ModelUuid:4e46ba0d-bf00-440d-89d4-fae87c1bbecf
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5d362017-8539-423a-a122-17ea6391462a
ModelInvariantUuid:6c0ca5fe-adfa-4a9e-b47e-eb33fbae5735
ModelName:vFW d386b9aa-58e9-nodes.vfwCvfc
ModelUuid:09a6b926-7d71-4d70-8c16-3b23e8f4b906
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0c3c8e6b-06ca-4f79-abd2-e2f7b6d3b2d7
ModelInvariantUuid:82b3262f-baa5-4271-83bd-37288879c5c1
ModelName:VfwD386b9aa58e9.compute.nodes.heat.vfw
ModelUuid:56f9aa7b-25ed-46bd-a849-acf53b788af6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0c563419-3ce4-49c1-8efd-46724c3a8dae
ModelInvariantUuid:33b5d7cb-9a2f-4aef-b887-2813971a3ed2
ModelName:vFW d386b9aa-58e9-nodes.vsnCvfc
ModelUuid:889d2be2-dfa8-47f5-85fa-e2c02ec45dde
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e82c5185-363d-4252-9af7-9975f2608920
ModelInvariantUuid:b8cdf777-27b6-4ca3-a916-cae09b29976d
ModelName:VfwD386b9aa58e9.compute.nodes.heat.vsn
ModelUuid:61477c48-3e01-4969-ba0a-2ff3294f77d9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d67a7f54-75b5-41bd-9fa2-99bd180a511c
ModelInvariantUuid:2fd7f663-b01a-49b5-b3aa-52029ec408f8
ModelName:vFW d386b9aa-58e9-nodes.vpgCvfc
ModelUuid:e7ac52c5-ac4e-438e-aaeb-0a37203c5d24
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:383a3233-b948-429a-88fc-6a9c9060c3a3
ModelInvariantUuid:3c880cc8-bcac-4a59-8167-dd195b853cf5
ModelName:VfwD386b9aa58e9.compute.nodes.heat.vpg
ModelUuid:6132b021-cd0d-4282-b47c-fab2e290573d
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-04-18T04:20:44.484Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 10674aab-6cd0-4339-aa99-6bda8f4f2b8c
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-04-18T04:20:44.490Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||vFW d386b9aa-58e9 0
2022-04-18T04:20:44.490Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 10674aab-6cd0-4339-aa99-6bda8f4f2b8c
2022-04-18T04:20:44.490Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 87bbdba1-a9ae-4528-87c9-f8ff4c26aca9 from URL: /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json
2022-04-18T04:20:44.490Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:20:44.491Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json
2022-04-18T04:20:44.658Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:20:44.660Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json 87bbdba1-a9ae-4528-87c9-f8ff4c26aca9 785
2022-04-18T04:20:44.663Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json ASDC sendASDCNotification
2022-04-18T04:20:44.664Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json
2022-04-18T04:20:44.664Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:20:44.665Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:20:44.668Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:20:44.668Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255644663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/vfwd386b9aa58e90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:20:44.768Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:20:44.769Z||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-04-18T04:20:44.769Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:20:44.780Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:20:44.781Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:20:45.669Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD386b9aa58e9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e25f2032-3f26-45de-b7c1-6541da96a0e2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4e46ba0d-bf00-440d-89d4-fae87c1bbecf",
"vfModuleModelCustomizationUUID": "98a95336-223e-4399-bdec-7d07ee65af06",
"isBase": true,
"artifacts": [
"c6cd8074-2966-4d8a-8083-0748c88a30a4",
"9c9f6901-2681-4e13-8005-68394ac6e09b"
],
"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-04-18T04:20:45.674Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD386b9aa58e9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e46ba0d-bf00-440d-89d4-fae87c1bbecf
VfModuleModelInvariantUUID:e25f2032-3f26-45de-b7c1-6541da96a0e2
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6cd8074-2966-4d8a-8083-0748c88a30a4
,
9c9f6901-2681-4e13-8005-68394ac6e09b
}
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-04-18T04:20:45.678Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD386b9aa58e9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e25f2032-3f26-45de-b7c1-6541da96a0e2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4e46ba0d-bf00-440d-89d4-fae87c1bbecf",
"vfModuleModelCustomizationUUID": "98a95336-223e-4399-bdec-7d07ee65af06",
"isBase": true,
"artifacts": [
"c6cd8074-2966-4d8a-8083-0748c88a30a4",
"9c9f6901-2681-4e13-8005-68394ac6e09b"
],
"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-04-18T04:20:45.678Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD386b9aa58e9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e46ba0d-bf00-440d-89d4-fae87c1bbecf
VfModuleModelInvariantUUID:e25f2032-3f26-45de-b7c1-6541da96a0e2
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6cd8074-2966-4d8a-8083-0748c88a30a4
,
9c9f6901-2681-4e13-8005-68394ac6e09b
}
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-04-18T04:20:45.678Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c6cd8074-2966-4d8a-8083-0748c88a30a4 from URL: /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml
2022-04-18T04:20:45.678Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:20:45.679Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml
2022-04-18T04:20:45.964Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:20:45.965Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml c6cd8074-2966-4d8a-8083-0748c88a30a4 20368
2022-04-18T04:20:45.966Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-18T04:20:45.966Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml
2022-04-18T04:20:45.966Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:20:45.968Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:20:45.971Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:20:45.972Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255645966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:20:46.070Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-18T04:20:46.071Z||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-04-18T04:20:46.071Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:20:46.083Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:20:46.084Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:20:46.973Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9c9f6901-2681-4e13-8005-68394ac6e09b from URL: /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env
2022-04-18T04:20:46.975Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-18T04:20:46.976Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env
2022-04-18T04:20:47.166Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-18T04:20:47.166Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env 9c9f6901-2681-4e13-8005-68394ac6e09b 2098
2022-04-18T04:20:47.167Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-18T04:20:47.167Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env
2022-04-18T04:20:47.167Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-18T04:20:47.167Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-18T04:20:47.170Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-18T04:20:47.170Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "29140ad9-9460-4528-b4d1-c83b10eb1425",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650255647167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220418041626/1.0/resourceInstances/vfwd386b9aa58e90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-18T04:20:47.271Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-18T04:20:47.272Z||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-04-18T04:20:47.272Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LwqS7zOPVWJPpr9k) ...
2022-04-18T04:20:47.285Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-18T04:20:47.286Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-18T04:20:48.171Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 692187c9-658c-4c07-88c3-64b8641614f9
2022-04-18T04:20:48.171Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d386b9aa-58e9 0 10674aab-6cd0-4339-aa99-6bda8f4f2b8c 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-04-18T04:20:48.215Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cace126, org.onap.sdc.toscaparser.api.parameters.Input@74fbfd80, org.onap.sdc.toscaparser.api.parameters.Input@6749a6c6, org.onap.sdc.toscaparser.api.parameters.Input@681fe715, org.onap.sdc.toscaparser.api.parameters.Input@63b18ee1]
2022-04-18T04:20:48.220Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:48.221Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:20:48.221Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-04-18T04:20:48.221Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8632b753-fb78-4838-b8b2-fca81c992940
2022-04-18T04:20:48.222Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8632b753-fb78-4838-b8b2-fca81c992940 matches Tosca VF Customization UUID: 8632b753-fb78-4838-b8b2-fca81c992940
2022-04-18T04:20:48.222Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8632b753-fb78-4838-b8b2-fca81c992940 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-04-18T04:20:48.231Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:48.231Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-18T04:20:48.233Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8632b753-fb78-4838-b8b2-fca81c992940: {\"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-04-18T04:20:48.234Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75e8fcaa
2022-04-18T04:20:48.234Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:48.234Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-18 04-16-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-18T04:20:48.235Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 98a95336-223e-4399-bdec-7d07ee65af06
2022-04-18T04:20:48.235Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 98a95336-223e-4399-bdec-7d07ee65af06
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-04-18T04:20:48.240Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:48.240Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is matching search criteria
2022-04-18T04:20:48.241Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d386b9aa-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:20:48.241Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:48.242Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is matching search criteria
2022-04-18T04:20:48.242Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d386b9aa-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:20:48.242Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:48.242Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is not matching search criteria
2022-04-18T04:20:48.243Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-18T04:20:48.243Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-18T04:20:48.243Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-18T04:20:48.243Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-18T04:20:48.244Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-18T04:20:48.244Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-18T04:20:48.244Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-18T04:20:48.244Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-18T04:20:48.245Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-18T04:20:48.245Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-18T04:20:48.245Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-18T04:20:48.246Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5d362017-8539-423a-a122-17ea6391462a
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-04-18T04:20:48.252Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-18T04:20:48.252Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Node template vFW d386b9aa-58e9 0 is matching search criteria
2022-04-18T04:20:48.252Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d386b9aa-58e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-18T04:20:48.253Z|29140ad9-9460-4528-b4d1-c83b10eb1425|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery