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)
2021-12-02T02:48:03.132Z||main|||||INFO|500||The following profiles are active: basic
2021-12-02T02:48:12.156Z||main|||||INFO|500||Starting service [Tomcat]
2021-12-02T02:48:12.157Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-12-02T02:48:12.232Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-12-02T02:48:14.345Z||main|||||INFO|500||catdb-pool - Starting...
2021-12-02T02:48:14.505Z||main|||||INFO|500||catdb-pool - Start completed.
2021-12-02T02:48:14.912Z||main|||||INFO|500||reqdb-pool - Starting...
2021-12-02T02:48:14.919Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-12-02T02:48:15.002Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-12-02T02:48:15.126Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-12-02T02:48:15.522Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-12-02T02:48:16.343Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-02T02:48:18.302Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-02T02:48:18.347Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-12-02T02:48:18.838Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-02T02:48:18.992Z||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.
2021-12-02T02:48:20.091Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-02T02:48:21.031Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-12-02T02:48:21.047Z||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$$7bc8cbc6.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)
2021-12-02T02:48:21.047Z||main|||||WARN|500||The sdc end point is not alive
2021-12-02T02:48:23.635Z||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
2021-12-02T02:48:26.130Z||main|||||WARN|500||---
2021-12-02T02:48:26.130Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-12-02T02:48:26.130Z||main|||||WARN|500||---
2021-12-02T02:48:26.511Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-12-02T02:48:30.932Z||main|||||INFO|500||Started Application in 31.627 seconds (JVM running for 32.73)
2021-12-02T02:48:30.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-02T02:48:30.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-02T02:48:30.958Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-02T02:48:31.005Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-02T02:48:31.047Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e6f74383-7244-433d-b38c-b9202619ba4c url= /sdc/v1/artifactTypes
2021-12-02T02:48:31.048Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-02T02:48:31.328Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-02T02:48:31.350Z||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
2021-12-02T02:48:31.370Z||scheduling-1|||||DEBUG|500||create keys
2021-12-02T02:48:31.378Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-12-02T02:48:31.453Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:48:31.468Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ef523bd5-6465-40d2-bdee-43a4fc055719 url= /sdc/v1/registerForDistribution
2021-12-02T02:48:31.983Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ef523bd5-6465-40d2-bdee-43a4fc055719 url= /sdc/v1/registerForDistribution
2021-12-02T02:48:31.983Z||scheduling-1|||||INFO|500||start DistributionClient
2021-12-02T02:48:31.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:48:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:48:31.996Z||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.
2021-12-02T02:48:31.996Z||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.
2021-12-02T02:48:31.996Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:48:31.996Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:48:31.996Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-12-02T02:48:43.988Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:48:44.037Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:49:31.990Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:49:31.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:49:31.993Z||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.
2021-12-02T02:49:31.993Z||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.
2021-12-02T02:49:31.994Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:49:31.994Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:49:41.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:49:41.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:50:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:50:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:50:31.992Z||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.
2021-12-02T02:50:31.992Z||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.
2021-12-02T02:50:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:50:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:50:41.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:50:41.545Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:51:31.990Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:51:31.991Z||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.
2021-12-02T02:51:31.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:51:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:51:31.992Z||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.
2021-12-02T02:51:31.993Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:51:41.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:51:41.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:52:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:52:31.991Z||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.
2021-12-02T02:52:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:52:31.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:52:31.992Z||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.
2021-12-02T02:52:31.993Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:52:41.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:52:41.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:53:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:53:31.991Z||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.
2021-12-02T02:53:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:53:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:53:31.992Z||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.
2021-12-02T02:53:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:53:41.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:53:41.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:54:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:54:31.990Z||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.
2021-12-02T02:54:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:54:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:54:31.992Z||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.
2021-12-02T02:54:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:54:41.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:54:41.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:55:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:55:31.990Z||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.
2021-12-02T02:55:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:55:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:55:31.993Z||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.
2021-12-02T02:55:31.993Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:55:41.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:55:41.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:56:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:56:31.990Z||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.
2021-12-02T02:56:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:56:31.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:56:31.992Z||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.
2021-12-02T02:56:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:56:41.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:56:41.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:57:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:57:31.990Z||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.
2021-12-02T02:57:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:57:31.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:57:31.992Z||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.
2021-12-02T02:57:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:57:41.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:57:41.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:58:27.147Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-12-02T02:58:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:58:31.990Z||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.
2021-12-02T02:58:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:58:31.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:58:31.992Z||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.
2021-12-02T02:58:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:58:41.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:58:41.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:59:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:59:31.991Z||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.
2021-12-02T02:59:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:59:31.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:59:31.992Z||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.
2021-12-02T02:59:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T02:59:41.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T02:59:41.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:00:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:00:31.991Z||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.
2021-12-02T03:00:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:00:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:00:31.992Z||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.
2021-12-02T03:00:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:00:41.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:00:41.550Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:01:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:01:31.991Z||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.
2021-12-02T03:01:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:01:31.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:01:31.992Z||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.
2021-12-02T03:01:31.993Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:01:41.541Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:01:41.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:02:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:02:31.990Z||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.
2021-12-02T03:02:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:02:31.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:02:31.992Z||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.
2021-12-02T03:02:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:02:41.543Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:02:41.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:03:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:03:31.990Z||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.
2021-12-02T03:03:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:03:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:03:31.992Z||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.
2021-12-02T03:03:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:03:41.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:03:41.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:04:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:04:31.990Z||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.
2021-12-02T03:04:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:04:31.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:04:31.992Z||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.
2021-12-02T03:04:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:04:41.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:04:41.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:05:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:05:31.990Z||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.
2021-12-02T03:05:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:05:31.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:05:31.992Z||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.
2021-12-02T03:05:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:05:41.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:05:41.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:06:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:06:31.991Z||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.
2021-12-02T03:06:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:06:31.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:06:31.992Z||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.
2021-12-02T03:06:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:06:41.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:06:41.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:07:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:07:31.990Z||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.
2021-12-02T03:07:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:07:31.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:07:31.992Z||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.
2021-12-02T03:07:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:07:41.535Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:07:41.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:08:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:08:31.990Z||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.
2021-12-02T03:08:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:08:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:08:31.992Z||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.
2021-12-02T03:08:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:08:41.539Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:08:41.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:09:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:09:31.990Z||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.
2021-12-02T03:09:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:09:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:09:31.992Z||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.
2021-12-02T03:09:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:09:41.572Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:09:41.573Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:10:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:10:31.990Z||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.
2021-12-02T03:10:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:10:31.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:10:31.992Z||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.
2021-12-02T03:10:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:10:41.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:10:41.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:11:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:11:31.990Z||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.
2021-12-02T03:11:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:11:31.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:11:31.992Z||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.
2021-12-02T03:11:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:11:41.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:11:41.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:12:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:12:31.990Z||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.
2021-12-02T03:12:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:12:31.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:12:31.992Z||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.
2021-12-02T03:12:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:12:41.535Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:12:41.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:13:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:13:31.990Z||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.
2021-12-02T03:13:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:13:31.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:13:31.992Z||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.
2021-12-02T03:13:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:13:41.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:13:41.539Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:14:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:14:31.990Z||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.
2021-12-02T03:14:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:14:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:14:31.992Z||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.
2021-12-02T03:14:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:14:41.533Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:14:41.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:15:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:15:31.990Z||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.
2021-12-02T03:15:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:15:31.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:15:31.992Z||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.
2021-12-02T03:15:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:15:41.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:15:41.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:16:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:16:31.990Z||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.
2021-12-02T03:16:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:16:31.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:16:31.992Z||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.
2021-12-02T03:16:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:16:41.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:16:41.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:17:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:17:31.990Z||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.
2021-12-02T03:17:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:17:31.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:17:31.992Z||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.
2021-12-02T03:17:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:17:41.537Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:17:41.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:18:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:18:31.990Z||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.
2021-12-02T03:18:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:18:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:18:31.992Z||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.
2021-12-02T03:18:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:18:41.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:18:41.536Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:19:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:19:31.990Z||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.
2021-12-02T03:19:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:19:31.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:19:31.992Z||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.
2021-12-02T03:19:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:19:41.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:19:41.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:20:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:20:31.990Z||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.
2021-12-02T03:20:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:20:31.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:20:31.992Z||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.
2021-12-02T03:20:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:20:41.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:20:41.544Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:21:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:21:31.990Z||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.
2021-12-02T03:21:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:21:31.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:21:31.992Z||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.
2021-12-02T03:21:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:21:41.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:21:41.541Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:22:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:22:31.990Z||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.
2021-12-02T03:22:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:22:31.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:22:31.992Z||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.
2021-12-02T03:22:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:22:41.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:22:41.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:23:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:23:31.990Z||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.
2021-12-02T03:23:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:23:31.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:23:31.992Z||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.
2021-12-02T03:23:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:23:41.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:23:41.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:24:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:24:31.990Z||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.
2021-12-02T03:24:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:24:31.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:24:31.992Z||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.
2021-12-02T03:24:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:24:41.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:24:41.536Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:25:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:25:31.990Z||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.
2021-12-02T03:25:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:25:31.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:25:31.992Z||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.
2021-12-02T03:25:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:25:41.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:25:41.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:26:31.990Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:26:31.990Z||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.
2021-12-02T03:26:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:26:31.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:26:31.992Z||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.
2021-12-02T03:26:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:26:41.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:26:41.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:27:31.989Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:27:31.990Z||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.
2021-12-02T03:27:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:27:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:27:31.992Z||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.
2021-12-02T03:27:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:27:41.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:27:41.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:28:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:28:31.990Z||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.
2021-12-02T03:28:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:28:31.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:28:31.992Z||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.
2021-12-02T03:28:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:28:41.537Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:28:41.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:29:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:29:31.990Z||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.
2021-12-02T03:29:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:29:31.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:29:31.991Z||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.
2021-12-02T03:29:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:29:41.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:29:41.539Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:30:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:30:31.990Z||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.
2021-12-02T03:30:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:30:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:30:31.992Z||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.
2021-12-02T03:30:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:30:41.534Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:30:41.538Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:31:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:31:31.990Z||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.
2021-12-02T03:31:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:31:31.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:31:31.991Z||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.
2021-12-02T03:31:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:31:41.531Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:31:41.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:32:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:32:31.990Z||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.
2021-12-02T03:32:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:32:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:32:31.992Z||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.
2021-12-02T03:32:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:32:41.541Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:32:41.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:33:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:33:31.990Z||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.
2021-12-02T03:33:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:33:31.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:33:31.992Z||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.
2021-12-02T03:33:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:33:41.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:33:41.536Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:34:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:34:31.990Z||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.
2021-12-02T03:34:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:34:31.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:34:31.992Z||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.
2021-12-02T03:34:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:34:41.536Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:34:41.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:35:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:35:31.990Z||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.
2021-12-02T03:35:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:35:31.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:35:31.992Z||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.
2021-12-02T03:35:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:35:41.534Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:35:41.535Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:36:31.989Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:36:31.990Z||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.
2021-12-02T03:36:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:36:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:36:31.992Z||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.
2021-12-02T03:36:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:36:41.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:36:41.536Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:37:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:37:31.990Z||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.
2021-12-02T03:37:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:37:31.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:37:31.992Z||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.
2021-12-02T03:37:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:37:41.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:37:41.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:38:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:38:31.990Z||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.
2021-12-02T03:38:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:38:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:38:31.992Z||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.
2021-12-02T03:38:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:38:41.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:38:41.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:39:31.990Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:39:31.990Z||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.
2021-12-02T03:39:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:39:31.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:39:31.992Z||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.
2021-12-02T03:39:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:39:41.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:39:41.533Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:40:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:40:31.990Z||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.
2021-12-02T03:40:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:40:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:40:31.992Z||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.
2021-12-02T03:40:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:40:41.534Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:40:41.535Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:41:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:41:31.990Z||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.
2021-12-02T03:41:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:41:31.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:41:31.992Z||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.
2021-12-02T03:41:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:41:41.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:41:41.537Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:42:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:42:31.990Z||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.
2021-12-02T03:42:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:42:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:42:31.992Z||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.
2021-12-02T03:42:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:42:41.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:42:41.538Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:43:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:43:31.990Z||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.
2021-12-02T03:43:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:43:31.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:43:31.992Z||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.
2021-12-02T03:43:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:43:41.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:43:41.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:44:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:44:31.990Z||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.
2021-12-02T03:44:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:44:31.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:44:31.992Z||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.
2021-12-02T03:44:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:44:41.538Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:44:41.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:45:31.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:45:31.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:45:31.991Z||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.
2021-12-02T03:45:31.992Z||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.
2021-12-02T03:45:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:45:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:45:41.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:45:41.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:46:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:46:31.990Z||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.
2021-12-02T03:46:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:46:31.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:46:31.992Z||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.
2021-12-02T03:46:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:46:41.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:46:41.539Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:47:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:47:31.990Z||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.
2021-12-02T03:47:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:47:31.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:47:31.992Z||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.
2021-12-02T03:47:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:47:41.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:47:41.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:48:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:48:31.990Z||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.
2021-12-02T03:48:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:48:31.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:48:31.992Z||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.
2021-12-02T03:48:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:48:41.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:48:41.540Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:49:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:49:31.990Z||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.
2021-12-02T03:49:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:49:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:49:31.992Z||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.
2021-12-02T03:49:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:49:41.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:49:41.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:50:31.989Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:50:31.990Z||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.
2021-12-02T03:50:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:50:31.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:50:31.991Z||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.
2021-12-02T03:50:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:50:41.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:50:41.535Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:51:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:51:31.990Z||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.
2021-12-02T03:51:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:51:31.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:51:31.992Z||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.
2021-12-02T03:51:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:51:41.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:51:41.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:52:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:52:31.990Z||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.
2021-12-02T03:52:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:52:31.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:52:31.991Z||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.
2021-12-02T03:52:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:52:41.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:52:41.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:53:31.989Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:53:31.990Z||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.
2021-12-02T03:53:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:53:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:53:31.992Z||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.
2021-12-02T03:53:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:53:41.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:53:41.538Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:54:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:54:31.990Z||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.
2021-12-02T03:54:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:54:31.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:54:31.992Z||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.
2021-12-02T03:54:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:54:41.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:54:41.544Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:55:31.990Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:55:31.990Z||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.
2021-12-02T03:55:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:55:31.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:55:31.992Z||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.
2021-12-02T03:55:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:55:41.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:55:41.537Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:56:31.990Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:56:31.990Z||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.
2021-12-02T03:56:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:56:31.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:56:31.992Z||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.
2021-12-02T03:56:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:56:41.545Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:56:41.548Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:57:31.989Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:57:31.990Z||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.
2021-12-02T03:57:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:57:31.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:57:31.992Z||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.
2021-12-02T03:57:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:57:41.536Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:57:41.538Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:58:31.990Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:58:31.990Z||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.
2021-12-02T03:58:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:58:31.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:58:31.992Z||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.
2021-12-02T03:58:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:58:41.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:58:41.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:59:31.989Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:59:31.990Z||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.
2021-12-02T03:59:31.990Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:59:31.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:59:31.992Z||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.
2021-12-02T03:59:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T03:59:41.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T03:59:41.537Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:00:31.990Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:00:31.990Z||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.
2021-12-02T04:00:31.991Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:00:31.992Z||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.
2021-12-02T04:00:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:32.119Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:00:32.120Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "cds",
"timestamp": 1638417622035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:00:32.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:00:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417625191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:00:32.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:00:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "cds",
"timestamp": 1638417622035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:00:32.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:00:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417625191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:00:32.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:00:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "clamp",
"timestamp": 1638417629288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "cds",
"timestamp": 1638417622035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417625191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "clamp",
"timestamp": 1638417629288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
"status": "NOTIFIED"
}
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "cds",
"timestamp": 1638417622035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:00:32.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:00:32.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417625191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:00:32.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:00:32.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:00:32.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-02T04:00:32.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"71a60cb9-a6ee-451e-94a8-f8cd15a5dc60","serviceName":"basic_onboard_zmVMUC","serviceVersion":"1.0","serviceUUID":"e97dfda4-fd0f-4f07-a14d-c58a439de2da","serviceDescription":"service","serviceInvariantUUID":"9adeda4b-1cb9-4ae2-bb6e-53bad6105772","resources":[{"resourceInstanceName":"basic_onboard_zmVMUC 0","resourceName":"basic_onboard_zmVMUC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7b587dd5-1ba2-4d32-8f81-e7eecf06a10f","resourceInvariantUUID":"6558e7f7-1e53-4817-b7b8-d84e35222b75","resourceCustomizationUUID":"a03ce1a6-b5d1-4c3a-84f2-8c22911e20b0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml","artifactChecksum":"MmJmYjk1NzQ0Yjk4Njk1MDdiNzRkNmMzOTRkYmMzZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"64ecf940-3d43-4702-becb-9c5ab1337472","artifactVersion":"1"},{"artifactName":"basic_onboard_zmvmuc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json","artifactChecksum":"MzYxMTdjNGYzYmI3ZTk3ODNlOGU3YjIwMzFkNDllYWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2381eac0-4240-4daf-bc0b-5b5bf791f28a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"65bdf7fd-ad74-4bf1-aa98-79a16aeca150","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cd23e8e6-c29a-45b8-9462-05afe3581093","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9eaebe4f-1e58-45b4-a039-bda5489dbc40","artifactVersion":"2","generatedFromUUID":"65bdf7fd-ad74-4bf1-aa98-79a16aeca150"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZmvmuc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml","artifactChecksum":"NTVlOTE0NDI4MTcwMDBhODNjNGRmYjg1YTA5YjMzOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2b14335-3ce8-43be-b061-5a8cce2dbc28","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZmvmuc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar","artifactChecksum":"Nzc2ZGIyZTFmYmVlNjgxZWE2NDhlMjhhODA5ZGYzMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d157f3e-dc45-48dd-9323-fd621394b768","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T04:00:32.626Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:00:32.631Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:32.638Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:32.638Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417631990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:00:32.739Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-12-02T04:00:32.742Z||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.
2021-12-02T04:00:32.742Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:32.755Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:00:32.756Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:33.644Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:00:33.644Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:33.645Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:33.645Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417631990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
"status": "NOTIFIED"
}
2021-12-02T04:00:33.746Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:33.746Z||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.
2021-12-02T04:00:33.746Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:33.761Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:00:33.761Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:34.646Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:00:34.647Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:34.648Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:34.648Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417631990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-12-02T04:00:34.748Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:34.749Z||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.
2021-12-02T04:00:34.749Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:34.766Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:00:34.767Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:35.649Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:00:35.649Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:35.651Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:35.651Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417631990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:00:35.751Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:35.752Z||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.
2021-12-02T04:00:35.752Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:35.765Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:00:35.765Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:00:36.651Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:00:36.652Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:36.653Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:36.653Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417631990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-12-02T04:00:36.753Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:36.754Z||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.
2021-12-02T04:00:36.754Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:36.766Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:00:36.766Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:37.654Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:00:37.654Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:37.656Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:37.656Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417631990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:00:37.756Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:37.757Z||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.
2021-12-02T04:00:37.757Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:37.770Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:00:37.770Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:38.656Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:00:38.657Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:38.658Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:38.659Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417631990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T04:00:38.759Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:38.759Z||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.
2021-12-02T04:00:38.759Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:38.773Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:00:38.774Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:39.660Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"serviceName": "basic_onboard_zmVMUC",
"serviceVersion": "1.0",
"serviceUUID": "e97dfda4-fd0f-4f07-a14d-c58a439de2da",
"serviceDescription": "service",
"serviceInvariantUUID": "9adeda4b-1cb9-4ae2-bb6e-53bad6105772",
"resources": [
{
"resourceInstanceName": "basic_onboard_zmVMUC 0",
"resourceCustomizationUUID": "a03ce1a6-b5d1-4c3a-84f2-8c22911e20b0",
"resourceName": "basic_onboard_zmVMUC",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7b587dd5-1ba2-4d32-8f81-e7eecf06a10f",
"resourceInvariantUUID": "6558e7f7-1e53-4817-b7b8-d84e35222b75",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zmvmuc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
"artifactChecksum": "MzYxMTdjNGYzYmI3ZTk3ODNlOGU3YjIwMzFkNDllYWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2381eac0-4240-4daf-bc0b-5b5bf791f28a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "65bdf7fd-ad74-4bf1-aa98-79a16aeca150",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9eaebe4f-1e58-45b4-a039-bda5489dbc40",
"generatedFromUUID": "65bdf7fd-ad74-4bf1-aa98-79a16aeca150"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9eaebe4f-1e58-45b4-a039-bda5489dbc40",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZmvmuc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"artifactChecksum": "Nzc2ZGIyZTFmYmVlNjgxZWE2NDhlMjhhODA5ZGYzMjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4d157f3e-dc45-48dd-9323-fd621394b768"
}
],
"workloadContext": "Production"
}
2021-12-02T04:00:39.661Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T04:00:39.661Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e97dfda4-fd0f-4f07-a14d-c58a439de2da ASDC
2021-12-02T04:00:39.744Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
ServiceName:basic_onboard_zmVMUC
ServiceVersion:1.0
ServiceUUID:e97dfda4-fd0f-4f07-a14d-c58a439de2da
ServiceInvariantUUID:9adeda4b-1cb9-4ae2-bb6e-53bad6105772
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZmvmuc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar
ArtifactUUID:4d157f3e-dc45-48dd-9323-fd621394b768
ArtifactChecksum:Nzc2ZGIyZTFmYmVlNjgxZWE2NDhlMjhhODA5ZGYzMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zmVMUC 0
ResourceCustomizationUUID:a03ce1a6-b5d1-4c3a-84f2-8c22911e20b0
ResourceInvariantUUID:6558e7f7-1e53-4817-b7b8-d84e35222b75
ResourceName:basic_onboard_zmVMUC
ResourceType:VF
ResourceUUID:7b587dd5-1ba2-4d32-8f81-e7eecf06a10f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zmvmuc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json
ArtifactUUID:2381eac0-4240-4daf-bc0b-5b5bf791f28a
ArtifactChecksum:MzYxMTdjNGYzYmI3ZTk3ODNlOGU3YjIwMzFkNDllYWU=
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/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:65bdf7fd-ad74-4bf1-aa98-79a16aeca150
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/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env
ArtifactUUID:9eaebe4f-1e58-45b4-a039-bda5489dbc40
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/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env
ArtifactUUID:9eaebe4f-1e58-45b4-a039-bda5489dbc40
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-12-02T04:00:39.745Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e97dfda4-fd0f-4f07-a14d-c58a439de2da 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 (?, ?, ?, ?, ?)
2021-12-02T04:00:39.983Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:00:39.983Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:00:39.984Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:00:39.984Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4d157f3e-dc45-48dd-9323-fd621394b768 from URL: /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:39.984Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:00:39.985Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:40.277Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:00:40.290Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar 4d157f3e-dc45-48dd-9323-fd621394b768 71554
2021-12-02T04:00:40.291Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar ASDC sendASDCNotification
2021-12-02T04:00:40.291Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:40.292Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:00:40.292Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:40.294Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:40.294Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417640290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:00:40.394Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:40.395Z||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.
2021-12-02T04:00:40.395Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:40.408Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:00:40.408Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:41.294Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:00:41.295Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:00:41.296Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4d157f3e-dc45-48dd-9323-fd621394b768, URL: /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar to file: /app/ASDC/1/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:41.296Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:41.352Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:41.352Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:41.674Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6488618569792601459/Definitions/service-BasicOnboardZmvmuc-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
2021-12-02T04:00:43.207Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T04:00:43.211Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:00:43.211Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:43.211Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-02T04:00:43.211Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||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-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:43.211Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zmVMUC 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-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:43.211Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:43.211Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:43.211Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:43.211Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:43.212Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:43.212Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:43.212Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:43.212Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:00:43.217Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:43.218Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:43.221Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is matching search criteria
2021-12-02T04:00:43.221Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:00:43.222Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zmVMUC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:00:43.223Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:43.223Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:43.224Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is matching search criteria
2021-12-02T04:00:43.224Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:00:43.224Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zmVMUC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:00:43.224Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:43.224Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:43.227Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:43.227Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is not matching search criteria
2021-12-02T04:00:43.227Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-12-02T04:00:43.227Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-12-02T04:00:43.227Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-12-02T04:00:43.228Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-02T04:00:43.228Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-02T04:00:43.228Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:43.228Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T04:00:43.229Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:43.229Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is matching search criteria
2021-12-02T04:00:43.229Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zmVMUC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:00:43.229Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:43.229Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is matching search criteria
2021-12-02T04:00:43.229Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zmVMUC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:00:43.229Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:43.230Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is matching search criteria
2021-12-02T04:00:43.230Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zmVMUC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:00:43.230Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:43.230Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is not matching search criteria
2021-12-02T04:00:43.230Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-02T04:00:43.230Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-02T04:00:43.230Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=108f659b-bf63-4ad7-ac86-fe4a53320788
2021-12-02T04:00:43.230Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:43.230Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:43.231Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:43.231Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:43.231Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:43.231Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:43.231Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:43.231Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:43.231Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_zmVMUC
Description:service
Model UUID:e97dfda4-fd0f-4f07-a14d-c58a439de2da
Model Version:NULL
Model InvariantUuid:9adeda4b-1cb9-4ae2-bb6e-53bad6105772
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_zmVMUC
Model UUID:c6a7a45f-9bd1-4d5e-9f96-bea941b72ba9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6558e7f7-1e53-4817-b7b8-d84e35222b75
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a03ce1a6-b5d1-4c3a-84f2-8c22911e20b0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e36fc4c4-de17-4ebb-b46a-70df3bf70259
ModelName:BasicOnboardZmvmuc..base_ubuntu18..module-0
ModelUuid:8c22cfc5-e2c1-44a5-a216-02db07e15988
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:108f659b-bf63-4ad7-ac86-fe4a53320788
ModelInvariantUuid:a29e225a-7465-4c61-8b04-9980a37138ce
ModelName:basic_onboard_zmVMUC-nodes.ubuntu18Cvfc
ModelUuid:82f7e49d-9f40-49fa-a410-0ca6e4c8da6a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:f90e7d07-b761-4e6c-9009-382c0f8ab2e5
ModelInvariantUuid:d3265b18-058f-4018-b3d1-a2aa9aa3de1f
ModelName:BasicOnboardZmvmuc.compute.nodes.heat.ubuntu18
ModelUuid:7314919a-6389-4d71-875c-596572589a11
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=?
2021-12-02T04:00:43.249Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 7b587dd5-1ba2-4d32-8f81-e7eecf06a10f
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=?
2021-12-02T04:00:43.333Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||basic_onboard_zmVMUC 0
2021-12-02T04:00:43.338Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7b587dd5-1ba2-4d32-8f81-e7eecf06a10f
2021-12-02T04:00:43.338Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2381eac0-4240-4daf-bc0b-5b5bf791f28a from URL: /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json
2021-12-02T04:00:43.338Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:00:43.338Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json
2021-12-02T04:00:43.655Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:00:43.656Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json 2381eac0-4240-4daf-bc0b-5b5bf791f28a 798
2021-12-02T04:00:43.656Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json ASDC sendASDCNotification
2021-12-02T04:00:43.656Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json
2021-12-02T04:00:43.656Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:00:43.656Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:43.658Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:43.658Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417643656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:00:43.758Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:43.759Z||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.
2021-12-02T04:00:43.759Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:43.774Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:00:43.775Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:44.659Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZmvmuc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e36fc4c4-de17-4ebb-b46a-70df3bf70259",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8c22cfc5-e2c1-44a5-a216-02db07e15988",
"vfModuleModelCustomizationUUID": "0f4b4e55-9ce3-4698-9d34-5511e57eb559",
"isBase": true,
"artifacts": [
"65bdf7fd-ad74-4bf1-aa98-79a16aeca150",
"9eaebe4f-1e58-45b4-a039-bda5489dbc40"
],
"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": ""
}
}
]
2021-12-02T04:00:44.671Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZmvmuc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c22cfc5-e2c1-44a5-a216-02db07e15988
VfModuleModelInvariantUUID:e36fc4c4-de17-4ebb-b46a-70df3bf70259
VfModuleModelDescription:NULL
Artifacts UUID List:{
65bdf7fd-ad74-4bf1-aa98-79a16aeca150
,
9eaebe4f-1e58-45b4-a039-bda5489dbc40
}
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
}
2021-12-02T04:00:44.673Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZmvmuc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e36fc4c4-de17-4ebb-b46a-70df3bf70259",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8c22cfc5-e2c1-44a5-a216-02db07e15988",
"vfModuleModelCustomizationUUID": "0f4b4e55-9ce3-4698-9d34-5511e57eb559",
"isBase": true,
"artifacts": [
"65bdf7fd-ad74-4bf1-aa98-79a16aeca150",
"9eaebe4f-1e58-45b4-a039-bda5489dbc40"
],
"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": ""
}
}
]
2021-12-02T04:00:44.673Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZmvmuc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c22cfc5-e2c1-44a5-a216-02db07e15988
VfModuleModelInvariantUUID:e36fc4c4-de17-4ebb-b46a-70df3bf70259
VfModuleModelDescription:NULL
Artifacts UUID List:{
65bdf7fd-ad74-4bf1-aa98-79a16aeca150
,
9eaebe4f-1e58-45b4-a039-bda5489dbc40
}
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
}
2021-12-02T04:00:44.673Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 65bdf7fd-ad74-4bf1-aa98-79a16aeca150 from URL: /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml
2021-12-02T04:00:44.673Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:00:44.673Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml
2021-12-02T04:00:44.981Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:00:44.981Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml 65bdf7fd-ad74-4bf1-aa98-79a16aeca150 5033
2021-12-02T04:00:44.981Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-02T04:00:44.982Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml
2021-12-02T04:00:44.982Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:00:44.982Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:44.983Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:44.983Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417644981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:00:45.084Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-02T04:00:45.084Z||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.
2021-12-02T04:00:45.084Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:45.096Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:00:45.097Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:45.984Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9eaebe4f-1e58-45b4-a039-bda5489dbc40 from URL: /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env
2021-12-02T04:00:45.984Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:00:45.985Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env
2021-12-02T04:00:46.278Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:00:46.278Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env 9eaebe4f-1e58-45b4-a039-bda5489dbc40 909
2021-12-02T04:00:46.279Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-02T04:00:46.279Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env
2021-12-02T04:00:46.279Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:00:46.279Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:46.281Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:46.282Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417646279,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:00:46.382Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:46.382Z||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.
2021-12-02T04:00:46.383Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:46.393Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:00:46.393Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:47.282Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: e97dfda4-fd0f-4f07-a14d-c58a439de2da
2021-12-02T04:00:47.283Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zmVMUC 0 7b587dd5-1ba2-4d32-8f81-e7eecf06a10f 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=?
2021-12-02T04:00:47.309Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@87d1799, org.onap.sdc.toscaparser.api.parameters.Input@78d82a4f, org.onap.sdc.toscaparser.api.parameters.Input@13584e46, org.onap.sdc.toscaparser.api.parameters.Input@44936475, org.onap.sdc.toscaparser.api.parameters.Input@243272a1]
2021-12-02T04:00:47.311Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:47.312Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:47.312Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-12-02T04:00:47.312Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= a03ce1a6-b5d1-4c3a-84f2-8c22911e20b0
2021-12-02T04:00:47.312Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a03ce1a6-b5d1-4c3a-84f2-8c22911e20b0 matches Tosca VF Customization UUID: a03ce1a6-b5d1-4c3a-84f2-8c22911e20b0
2021-12-02T04:00:47.312Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: a03ce1a6-b5d1-4c3a-84f2-8c22911e20b0 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=?
2021-12-02T04:00:47.318Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:47.318Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:47.319Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id a03ce1a6-b5d1-4c3a-84f2-8c22911e20b0: {\"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\"}
2021-12-02T04:00:47.319Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7823cfd7
2021-12-02T04:00:47.319Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:47.319Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T04:00:47.320Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f4b4e55-9ce3-4698-9d34-5511e57eb559
2021-12-02T04:00:47.321Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f4b4e55-9ce3-4698-9d34-5511e57eb559
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=?
2021-12-02T04:00:47.325Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:47.326Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is matching search criteria
2021-12-02T04:00:47.326Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zmVMUC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:00:47.326Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:47.327Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is matching search criteria
2021-12-02T04:00:47.327Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zmVMUC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:00:47.327Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:47.327Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is not matching search criteria
2021-12-02T04:00:47.327Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-02T04:00:47.327Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-02T04:00:47.327Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=108f659b-bf63-4ad7-ac86-fe4a53320788
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=?
2021-12-02T04:00:47.333Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:47.333Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is matching search criteria
2021-12-02T04:00:47.333Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zmVMUC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:00:47.333Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:47.333Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_zmVMUC 0 is matching search criteria
2021-12-02T04:00:47.333Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_zmVMUC 0] matching following query criteria: sdcType=VF, customizationUUID=a03ce1a6-b5d1-4c3a-84f2-8c22911e20b0
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=?
2021-12-02T04:00:47.335Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:47.335Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:47.335Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid e97dfda4-fd0f-4f07-a14d-c58a439de2da: basic_onboard_zmVMUC
2021-12-02T04:00:47.335Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:47.335Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:47.336Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:47.336Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:47.336Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:47.336Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:47.336Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:47.336Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:47.337Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:00:47.337Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_zmVMUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:00:47.337Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_zmVMUC
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 (?, ?, ?, ?, ?)
2021-12-02T04:00:47.488Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zmVMUC 7b587dd5-1ba2-4d32-8f81-e7eecf06a10f 1 ASDC deployResourceStructure
2021-12-02T04:00:47.488Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json ASDC sendASDCNotification
2021-12-02T04:00:47.488Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json
2021-12-02T04:00:47.488Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:00:47.488Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:47.490Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:47.490Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417647488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-02T04:00:47.590Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:47.591Z||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.
2021-12-02T04:00:47.591Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:47.602Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:00:47.602Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:48.490Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-02T04:00:48.491Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml
2021-12-02T04:00:48.491Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:00:48.491Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:48.493Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:48.493Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417648490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-12-02T04:00:48.593Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:48.593Z||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.
2021-12-02T04:00:48.594Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:48.607Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:00:48.607Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:49.494Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-02T04:00:49.494Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env
2021-12-02T04:00:49.494Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:00:49.494Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:49.496Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:49.496Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417649493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-12-02T04:00:49.596Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:49.597Z||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.
2021-12-02T04:00:49.597Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:49.611Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:00:49.612Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:50.497Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar ASDC sendASDCNotification
2021-12-02T04:00:50.497Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar
2021-12-02T04:00:50.497Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:00:50.498Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:00:50.499Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:00:50.499Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417650497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T04:00:50.599Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:00:50.600Z||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.
2021-12-02T04:00:50.600Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:00:50.615Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:00:50.615Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:00:51.500Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
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=?
2021-12-02T04:00:51.523Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
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=?
2021-12-02T04:00:51.525Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:00:51.525Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:00:51.525Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:01:21.525Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
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=?
2021-12-02T04:01:21.536Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
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=?
2021-12-02T04:01:21.538Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:01:21.538Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:01:21.538Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:01:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:01:31.992Z||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.
2021-12-02T04:01:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:01:32.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:01:32.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:01:32.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "clamp",
"timestamp": 1638417629288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:01:32.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:01:51.539Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
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=?
2021-12-02T04:01:51.547Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
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=?
2021-12-02T04:01:51.549Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:01:51.549Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:01:51.549Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:02:21.549Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
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=?
2021-12-02T04:02:21.557Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
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=?
2021-12-02T04:02:21.559Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:02:21.559Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:02:21.559Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:02:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:02:31.993Z||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.
2021-12-02T04:02:31.993Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:02:32.019Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:02:32.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:02:32.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "dcae-sch",
"timestamp": 1638417631641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:02:32.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:02:51.559Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
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=?
2021-12-02T04:02:51.568Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
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=?
2021-12-02T04:02:51.570Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:02:51.570Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:02:51.570Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:03:21.570Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
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=?
2021-12-02T04:03:21.581Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
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=?
2021-12-02T04:03:21.583Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:03:21.583Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T04:03:21.583Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T04:03:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:03:31.992Z||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.
2021-12-02T04:03:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:03:32.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:03:32.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417631990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "cds",
"timestamp": 1638417622035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417625191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "clamp",
"timestamp": 1638417629288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "dcae-sch",
"timestamp": 1638417631641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417631990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
"status": "NOTIFIED"
}
2021-12-02T04:03:32.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "cds",
"timestamp": 1638417622035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417625191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "clamp",
"timestamp": 1638417629288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "dcae-sch",
"timestamp": 1638417631641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417631990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-12-02T04:03:32.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "cds",
"timestamp": 1638417622035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T04:03:32.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417625191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "clamp",
"timestamp": 1638417629288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "dcae-sch",
"timestamp": 1638417631641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417634870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417631990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "clamp",
"timestamp": 1638417629288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T04:03:32.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638417635516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "dcae-sch",
"timestamp": 1638417631641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "cds",
"timestamp": 1638417636342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417634870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
"status": "NOTIFIED"
}
2021-12-02T04:03:32.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417631990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-12-02T04:03:32.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638417635516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "dcae-sch",
"timestamp": 1638417631641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "cds",
"timestamp": 1638417637353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-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=?
2021-12-02T04:03:32.046Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
2021-12-02T04:03:32.046Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60 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 (?, ?, ?, ?, ?)
2021-12-02T04:03:32.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417634870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-12-02T04:03:32.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417631990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638417635516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "dcae-sch",
"timestamp": 1638417631641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "policy-id",
"timestamp": 1638417637746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417634870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417631990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "aai-ml",
"timestamp": 1638417638032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638417635516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "policy-id",
"timestamp": 1638417637746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417634870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-12-02T04:03:32.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "aai-ml",
"timestamp": 1638417638032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638417635516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417640290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.058Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "policy-id",
"timestamp": 1638417637746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-12-02T04:03:32.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417634870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "aai-ml",
"timestamp": 1638417638032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638417635516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "policy-id",
"timestamp": 1638417637746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417634870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T04:03:32.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "aai-ml",
"timestamp": 1638417638032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638417635516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T04:03:32.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "policy-id",
"timestamp": 1638417637746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "aai-ml",
"timestamp": 1638417638032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417643261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "policy-id",
"timestamp": 1638417637746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417643656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "aai-ml",
"timestamp": 1638417638032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:03:32.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638417643874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "policy-id",
"timestamp": 1638417637746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T04:03:32.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "aai-ml",
"timestamp": 1638417638032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T04:03:32.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:03:32.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417644759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417644981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "policy-id",
"timestamp": 1638417645897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417645988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "aai-ml",
"timestamp": 1638417646005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417646279,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "policy-id",
"timestamp": 1638417646904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T04:03:32.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "clamp",
"timestamp": 1638417646973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:03:32.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417647488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-02T04:03:32.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417647524,
"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=?
2021-12-02T04:03:32.071Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
2021-12-02T04:03:32.071Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60 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 (?, ?, ?, ?, ?)
2021-12-02T04:03:32.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638417647820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T04:03:32.078Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "policy-id",
"timestamp": 1638417647908,
"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=?
2021-12-02T04:03:32.084Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
2021-12-02T04:03:32.084Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60 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=?
2021-12-02T04:03:32.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417648490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-12-02T04:03:32.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417648528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/basic_onboard_zmvmuc0_modules.json",
"status": "DEPLOY_OK"
}
2021-12-02T04:03:32.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638417648825,
"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=?
2021-12-02T04:03:32.095Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
2021-12-02T04:03:32.095Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60 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 (?, ?, ?, ?, ?)
2021-12-02T04:03:32.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "clamp",
"timestamp": 1638417648985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T04:03:32.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417649493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/resourceInstances/basic_onboard_zmvmuc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-12-02T04:03:32.108Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "clamp",
"timestamp": 1638417649988,
"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=?
2021-12-02T04:03:32.111Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
2021-12-02T04:03:32.112Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60 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 (?, ?, ?, ?, ?)
2021-12-02T04:03:32.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417650497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T04:03:32.118Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "aai-ml",
"timestamp": 1638417656143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmvmuc/1.0/artifacts/service-BasicOnboardZmvmuc-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T04:03:32.118Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:03:32.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:03:32.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "aai-ml",
"timestamp": 1638417657148,
"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=?
2021-12-02T04:03:32.122Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
2021-12-02T04:03:32.123Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60 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 (?, ?, ?, ?, ?)
2021-12-02T04:03:51.583Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
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=?
2021-12-02T04:03:51.598Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60
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=?
2021-12-02T04:03:51.603Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:03:51.603Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T04:03:51.603Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T04:03:51.604Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T04:03:51.604Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T04:03:51.604Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T04:03:51.604Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T04:03:51.604Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T04:03:51.604Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T04:03:51.605Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T04:03:51.605Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T04:03:51.612Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T04:04:21.613Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60 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=?
2021-12-02T04:04:21.619Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60 and serviceModelVersionId: e97dfda4-fd0f-4f07-a14d-c58a439de2da
2021-12-02T04:04:21.619Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9adeda4b-1cb9-4ae2-bb6e-53bad6105772
2021-12-02T04:04:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:04:31.992Z||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.
2021-12-02T04:04:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:32.522Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:04:32.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "cds",
"timestamp": 1638417772035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417765191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "dcae-sch",
"timestamp": 1638417771641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417774870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "cds",
"timestamp": 1638417772035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417765191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "dcae-sch",
"timestamp": 1638417771641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417774870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
"status": "NOTIFIED"
}
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "cds",
"timestamp": 1638417772035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417765191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "dcae-sch",
"timestamp": 1638417771641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417774870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "cds",
"timestamp": 1638417772035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417765191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "dcae-sch",
"timestamp": 1638417771641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "policy-id",
"timestamp": 1638417777746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417774870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "cds",
"timestamp": 1638417772035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "dcae-sch",
"timestamp": 1638417771641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417765191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "policy-id",
"timestamp": 1638417777746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417774870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "cds",
"timestamp": 1638417772035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417765191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "dcae-sch",
"timestamp": 1638417771641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "clamp",
"timestamp": 1638417779288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "policy-id",
"timestamp": 1638417777746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417774870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "cds",
"timestamp": 1638417772035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "dcae-sch",
"timestamp": 1638417771641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417765191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "clamp",
"timestamp": 1638417779288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
"status": "NOTIFIED"
}
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "policy-id",
"timestamp": 1638417777746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417774870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "clamp",
"timestamp": 1638417779288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "policy-id",
"timestamp": 1638417777746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "cds",
"timestamp": 1638417782578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "clamp",
"timestamp": 1638417779288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "policy-id",
"timestamp": 1638417777746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "cds",
"timestamp": 1638417783583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-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 (?, ?, ?, ?, ?)
2021-12-02T04:04:32.549Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1721f281-1c0a-458a-a55e-9176b5170761
2021-12-02T04:04:32.549Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1721f281-1c0a-458a-a55e-9176b5170761 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 (?, ?, ?, ?, ?)
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417783656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "clamp",
"timestamp": 1638417779288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "policy-id",
"timestamp": 1638417777746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "clamp",
"timestamp": 1638417779288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417785268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "clamp",
"timestamp": 1638417779288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "policy-id",
"timestamp": 1638417786089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638417785516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417786489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:04:32.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "policy-id",
"timestamp": 1638417787094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T04:04:32.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638417785516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417787524,
"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=?
2021-12-02T04:04:32.563Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1721f281-1c0a-458a-a55e-9176b5170761
2021-12-02T04:04:32.563Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1721f281-1c0a-458a-a55e-9176b5170761 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 (?, ?, ?, ?, ?)
2021-12-02T04:04:32.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "policy-id",
"timestamp": 1638417788097,
"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=?
2021-12-02T04:04:32.575Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1721f281-1c0a-458a-a55e-9176b5170761
2021-12-02T04:04:32.575Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1721f281-1c0a-458a-a55e-9176b5170761 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=?
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638417785516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417788529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
"status": "DEPLOY_OK"
}
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "aai-ml",
"timestamp": 1638417788032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638417785516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "aai-ml",
"timestamp": 1638417788032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638417785516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "aai-ml",
"timestamp": 1638417788032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638417785516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "aai-ml",
"timestamp": 1638417788032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "clamp",
"timestamp": 1638417791990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638417785516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "aai-ml",
"timestamp": 1638417788032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638417793343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "aai-ml",
"timestamp": 1638417788032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "clamp",
"timestamp": 1638417793998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T04:04:32.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "aai-ml",
"timestamp": 1638417788032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T04:04:32.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:04:32.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "clamp",
"timestamp": 1638417795000,
"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=?
2021-12-02T04:04:32.588Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1721f281-1c0a-458a-a55e-9176b5170761
2021-12-02T04:04:32.588Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1721f281-1c0a-458a-a55e-9176b5170761 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 (?, ?, ?, ?, ?)
2021-12-02T04:04:32.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "aai-ml",
"timestamp": 1638417795955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:04:32.596Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638417796307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T04:04:32.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638417797312,
"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=?
2021-12-02T04:04:32.602Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1721f281-1c0a-458a-a55e-9176b5170761
2021-12-02T04:04:32.602Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1721f281-1c0a-458a-a55e-9176b5170761 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 (?, ?, ?, ?, ?)
2021-12-02T04:04:32.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "aai-ml",
"timestamp": 1638417806182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T04:04:32.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:04:32.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:04:32.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "aai-ml",
"timestamp": 1638417807185,
"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=?
2021-12-02T04:04:32.616Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1721f281-1c0a-458a-a55e-9176b5170761
2021-12-02T04:04:32.616Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1721f281-1c0a-458a-a55e-9176b5170761 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 (?, ?, ?, ?, ?)
2021-12-02T04:04:33.479Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9adeda4b-1cb9-4ae2-bb6e-53bad6105772/model-vers/model-ver/e97dfda4-fd0f-4f07-a14d-c58a439de2da?depth=0
2021-12-02T04:04:33.566Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T04:04:34.027Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9adeda4b-1cb9-4ae2-bb6e-53bad6105772/model-vers/model-ver/e97dfda4-fd0f-4f07-a14d-c58a439de2da?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-12-02T04:04:34.031Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9adeda4b-1cb9-4ae2-bb6e-53bad6105772/model-vers/model-ver/e97dfda4-fd0f-4f07-a14d-c58a439de2da?depth=0|INFO|500||Invoke
2021-12-02T04:04:34.194Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9adeda4b-1cb9-4ae2-bb6e-53bad6105772/model-vers/model-ver/e97dfda4-fd0f-4f07-a14d-c58a439de2da?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-12-02T04:04:34.635Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9adeda4b-1cb9-4ae2-bb6e-53bad6105772/model-vers/model-ver/e97dfda4-fd0f-4f07-a14d-c58a439de2da?depth=0|INFO|500||InvokeReturn
2021-12-02T04:04:34.636Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9adeda4b-1cb9-4ae2-bb6e-53bad6105772/model-vers/model-ver/e97dfda4-fd0f-4f07-a14d-c58a439de2da?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211202-04:04:34:202-2416], vertex-id=[143480], Content-Length=[0], Date=[Thu, 02 Dec 2021 04:04:34 GMT], Content-Type=[application/json]}
2021-12-02T04:04:34.636Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-12-02T04:04:34.639Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T04:04:34.639Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:04:34.643Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-12-02T04:04:34.644Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 71a60cb9-a6ee-451e-94a8-f8cd15a5dc60 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T04:04:34.645Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T04:04:34.645Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:34.647Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:34.647Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417874644,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T04:04:34.748Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-02T04:04:34.749Z||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.
2021-12-02T04:04:34.749Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:34.762Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:04:34.762Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-12-02T04:04:35.658Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:04:35.659Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|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.
2021-12-02T04:04:35.659Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:40.709Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:04:40.709Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-02T04:04:40.710Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1721f281-1c0a-458a-a55e-9176b5170761","serviceName":"vFW 2021-12-02 04-00-31","serviceVersion":"1.0","serviceUUID":"dd0f6974-9150-4cba-999b-94689df3f5ce","serviceDescription":"catalog service description","serviceInvariantUUID":"00a54559-8e39-49cf-82fc-d8011899946e","resources":[{"resourceInstanceName":"vFW b5179387-30f4 0","resourceName":"vFW b5179387-30f4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"93a8cc3c-2f87-477d-b378-766df4561fcf","resourceInvariantUUID":"a7b0ec41-3514-4a62-895a-17a030b55d70","resourceCustomizationUUID":"fb1c17de-2d61-4240-bf69-d7c15e7c9438","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml","artifactChecksum":"NDFkN2JmYmJlNWYzNjYzMzYwZTc4YWQ5MmEzZGRlN2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4bb6ebc-d1e8-417f-a8e8-a09fd4ca4941","artifactVersion":"1"},{"artifactName":"vfwb517938730f40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json","artifactChecksum":"MmVjZTkwMWE2NzRiNWIxNjZiMDNjYWZhOGI1Zjk4OWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3e17767-cb6d-4921-bb5e-c51b6856ea3c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"666488c6-decd-4698-b2ad-68d84e14444a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml","artifactChecksum":"MzUzMjkyNDE5OGU1NzhmNmNlNDQ4YzE5NjkxOWQ4MDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a8ce2684-6599-4846-b018-a883d81b6de6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"42e64aa5-e746-4697-91ab-50339a76d325","artifactVersion":"2","generatedFromUUID":"666488c6-decd-4698-b2ad-68d84e14444a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211202040031-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml","artifactChecksum":"ZGE0YzFlZGY1MDJlZTU5MDdkM2Y2YjQ4OGVhMGJlMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"642597b1-a4a7-4f25-bfd3-7281609e3c3f","artifactVersion":"1"},{"artifactName":"service-Vfw20211202040031-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar","artifactChecksum":"NTk4YTMxOGQ5NTYwY2QzZGU3Y2E3NDRiMWZiM2I2Yzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4038f19e-7b40-4911-935b-0131a3fcedfb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T04:04:40.712Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:04:40.712Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:40.713Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:40.714Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417875658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:40.814Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:40.815Z||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.
2021-12-02T04:04:40.815Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:40.828Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:04:40.828Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:41.714Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:04:41.715Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:41.716Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:41.716Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417875658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
"status": "NOTIFIED"
}
2021-12-02T04:04:41.817Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T04:04:41.818Z||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.
2021-12-02T04:04:41.818Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:41.833Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:04:41.834Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:04:42.717Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:04:42.718Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:42.720Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:42.720Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417875658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-02T04:04:42.820Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:42.821Z||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.
2021-12-02T04:04:42.821Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:42.835Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:04:42.835Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:43.720Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:04:43.722Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:43.723Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:43.723Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417875658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:43.824Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T04:04:43.824Z||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.
2021-12-02T04:04:43.824Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:43.838Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:04:43.838Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:44.724Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:04:44.725Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:44.726Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:44.726Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417875658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-12-02T04:04:44.826Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:44.827Z||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.
2021-12-02T04:04:44.827Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:44.840Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:04:44.840Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:04:45.727Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:04:45.728Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:45.729Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:45.729Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417875658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:04:45.829Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:45.830Z||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.
2021-12-02T04:04:45.830Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:45.844Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:04:45.844Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:46.730Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:04:46.731Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:46.733Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:46.733Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417875658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T04:04:46.833Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:46.834Z||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.
2021-12-02T04:04:46.834Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:46.847Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:04:46.848Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:47.735Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"serviceName": "vFW 2021-12-02 04-00-31",
"serviceVersion": "1.0",
"serviceUUID": "dd0f6974-9150-4cba-999b-94689df3f5ce",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "00a54559-8e39-49cf-82fc-d8011899946e",
"resources": [
{
"resourceInstanceName": "vFW b5179387-30f4 0",
"resourceCustomizationUUID": "fb1c17de-2d61-4240-bf69-d7c15e7c9438",
"resourceName": "vFW b5179387-30f4",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "93a8cc3c-2f87-477d-b378-766df4561fcf",
"resourceInvariantUUID": "a7b0ec41-3514-4a62-895a-17a030b55d70",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb517938730f40_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
"artifactChecksum": "MmVjZTkwMWE2NzRiNWIxNjZiMDNjYWZhOGI1Zjk4OWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a3e17767-cb6d-4921-bb5e-c51b6856ea3c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "666488c6-decd-4698-b2ad-68d84e14444a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "42e64aa5-e746-4697-91ab-50339a76d325",
"generatedFromUUID": "666488c6-decd-4698-b2ad-68d84e14444a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "42e64aa5-e746-4697-91ab-50339a76d325",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211202040031-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"artifactChecksum": "NTk4YTMxOGQ5NTYwY2QzZGU3Y2E3NDRiMWZiM2I2Yzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4038f19e-7b40-4911-935b-0131a3fcedfb"
}
],
"workloadContext": "Production"
}
2021-12-02T04:04:47.735Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T04:04:47.735Z|71a60cb9-a6ee-451e-94a8-f8cd15a5dc60|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dd0f6974-9150-4cba-999b-94689df3f5ce ASDC
2021-12-02T04:04:47.736Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1721f281-1c0a-458a-a55e-9176b5170761
ServiceName:vFW 2021-12-02 04-00-31
ServiceVersion:1.0
ServiceUUID:dd0f6974-9150-4cba-999b-94689df3f5ce
ServiceInvariantUUID:00a54559-8e39-49cf-82fc-d8011899946e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211202040031-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar
ArtifactUUID:4038f19e-7b40-4911-935b-0131a3fcedfb
ArtifactChecksum:NTk4YTMxOGQ5NTYwY2QzZGU3Y2E3NDRiMWZiM2I2Yzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b5179387-30f4 0
ResourceCustomizationUUID:fb1c17de-2d61-4240-bf69-d7c15e7c9438
ResourceInvariantUUID:a7b0ec41-3514-4a62-895a-17a030b55d70
ResourceName:vFW b5179387-30f4
ResourceType:VF
ResourceUUID:93a8cc3c-2f87-477d-b378-766df4561fcf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb517938730f40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json
ArtifactUUID:a3e17767-cb6d-4921-bb5e-c51b6856ea3c
ArtifactChecksum:MmVjZTkwMWE2NzRiNWIxNjZiMDNjYWZhOGI1Zjk4OWU=
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/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml
ArtifactUUID:666488c6-decd-4698-b2ad-68d84e14444a
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/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env
ArtifactUUID:42e64aa5-e746-4697-91ab-50339a76d325
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/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env
ArtifactUUID:42e64aa5-e746-4697-91ab-50339a76d325
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-12-02T04:04:47.736Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dd0f6974-9150-4cba-999b-94689df3f5ce 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=?
2021-12-02T04:04:47.771Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:04:47.772Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:04:47.772Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:04:47.772Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4038f19e-7b40-4911-935b-0131a3fcedfb from URL: /sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:47.772Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:04:47.773Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:47.991Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:04:47.995Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar 4038f19e-7b40-4911-935b-0131a3fcedfb 98976
2021-12-02T04:04:47.995Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar ASDC sendASDCNotification
2021-12-02T04:04:47.996Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:47.996Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:04:47.996Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:47.997Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:47.998Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417887995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:04:48.098Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:48.098Z||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.
2021-12-02T04:04:48.098Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:48.113Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:04:48.113Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:48.998Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:04:48.999Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:04:48.999Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4038f19e-7b40-4911-935b-0131a3fcedfb, URL: /sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar to file: /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:49.000Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211202040031-csar.csar
2021-12-02T04:04:49.000Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:49.000Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:49.156Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14037957511428602035/Definitions/service-Vfw20211202040031-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
2021-12-02T04:04:51.020Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T04:04:51.021Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:04:51.021Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.021Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-12-02T04:04:51.021Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b5179387-30f4 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-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:51.022Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:04:51.023Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:51.023Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:51.023Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:51.023Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:04:51.023Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:04:51.024Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:51.024Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:51.024Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:51.024Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:04:51.024Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:04:51.025Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:51.025Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:51.025Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:51.025Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is not matching search criteria
2021-12-02T04:04:51.026Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:04:51.026Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T04:04:51.026Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.026Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:51.026Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T04:04:51.026Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.027Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:04:51.027Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T04:04:51.027Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T04:04:51.027Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.027Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:51.027Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T04:04:51.028Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:51.028Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T04:04:51.028Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.028Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-02T04:04:51.028Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:51.028Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T04:04:51.028Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:51.028Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:51.028Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:04:51.029Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:51.029Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:51.029Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:04:51.029Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:51.029Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:51.030Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:04:51.030Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:51.030Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is not matching search criteria
2021-12-02T04:04:51.030Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:04:51.030Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-02T04:04:51.030Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:04:51.031Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T04:04:51.031Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T04:04:51.031Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.031Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:51.031Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T04:04:51.031Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:51.032Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T04:04:51.032Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.032Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1f321c32-a4ee-41ba-aafe-b7428529c4ca
2021-12-02T04:04:51.032Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:51.032Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is not matching search criteria
2021-12-02T04:04:51.032Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:04:51.033Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T04:04:51.033Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.033Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:51.033Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T04:04:51.033Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.033Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:04:51.033Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-02T04:04:51.034Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T04:04:51.034Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:51.034Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T04:04:51.034Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.034Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=322a0e79-a4b5-4858-b7a9-36af5939459b
2021-12-02T04:04:51.035Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:51.035Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is not matching search criteria
2021-12-02T04:04:51.035Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:04:51.035Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T04:04:51.035Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.035Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:51.036Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T04:04:51.036Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.036Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:04:51.036Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T04:04:51.036Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T04:04:51.036Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:04:51.037Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:51.037Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-02T04:04:51.037Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c74ab99c-c64b-4db0-8179-8dd81eb9e877
2021-12-02T04:04:51.037Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:51.037Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:51.038Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:51.038Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:51.038Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:51.038Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:51.038Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:51.038Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:51.038Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-12-02 04-00-31
Description:catalog service description
Model UUID:dd0f6974-9150-4cba-999b-94689df3f5ce
Model Version:NULL
Model InvariantUuid:00a54559-8e39-49cf-82fc-d8011899946e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b5179387-30f4
Model UUID:d54a2e95-0e11-4be7-a391-6cca0eb23fb7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a7b0ec41-3514-4a62-895a-17a030b55d70
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fb1c17de-2d61-4240-bf69-d7c15e7c9438
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:56fc84ad-4212-4a1a-8545-1dda05ce47d6
ModelName:VfwB517938730f4..base_vfw..module-0
ModelUuid:b8a1ba7c-76b1-48ad-af63-1129588c147c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1f321c32-a4ee-41ba-aafe-b7428529c4ca
ModelInvariantUuid:45f4f20f-249f-4169-adfc-4e2b23e5c78b
ModelName:vFW b5179387-30f4-nodes.vfwCvfc
ModelUuid:0be59025-bcc3-4e37-b0e3-77be477c6742
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0666e4da-ac4a-42c9-b289-4c6d8f320efa
ModelInvariantUuid:f3c1628c-91f4-4e6a-bf69-70037124e837
ModelName:VfwB517938730f4.compute.nodes.heat.vfw
ModelUuid:a43920c5-efde-4e22-9e1e-a74bf961a758
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:322a0e79-a4b5-4858-b7a9-36af5939459b
ModelInvariantUuid:54d0e374-b691-4376-8516-fe89f65a4b0d
ModelName:vFW b5179387-30f4-nodes.vsnCvfc
ModelUuid:3936013a-0091-4279-bd81-79ae70878756
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:cc697442-d1a2-4c47-ae7e-2cd2b81a18fa
ModelInvariantUuid:e2d9b3d6-1b48-41c7-85ed-233dd5a0b486
ModelName:VfwB517938730f4.compute.nodes.heat.vsn
ModelUuid:7887ae64-d64e-42fd-9f56-3ff5365fde23
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c74ab99c-c64b-4db0-8179-8dd81eb9e877
ModelInvariantUuid:d3accda5-091f-42c6-975c-1892509721e6
ModelName:vFW b5179387-30f4-nodes.vpgCvfc
ModelUuid:8a4817af-57bb-4494-9a2b-6f61e8833e89
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:4d08c18a-3662-4666-a01e-e94d854df913
ModelInvariantUuid:ff63035a-7189-4dde-9d55-cb6718a700e7
ModelName:VfwB517938730f4.compute.nodes.heat.vpg
ModelUuid:c352744a-ffc0-4c85-b08f-55b712f808ba
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=?
2021-12-02T04:04:51.043Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 93a8cc3c-2f87-477d-b378-766df4561fcf
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=?
2021-12-02T04:04:51.045Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||vFW b5179387-30f4 0
2021-12-02T04:04:51.045Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 93a8cc3c-2f87-477d-b378-766df4561fcf
2021-12-02T04:04:51.045Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a3e17767-cb6d-4921-bb5e-c51b6856ea3c from URL: /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json
2021-12-02T04:04:51.045Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:04:51.046Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json
2021-12-02T04:04:51.153Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:04:51.153Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json a3e17767-cb6d-4921-bb5e-c51b6856ea3c 785
2021-12-02T04:04:51.154Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json ASDC sendASDCNotification
2021-12-02T04:04:51.154Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json
2021-12-02T04:04:51.154Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:04:51.154Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:51.155Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:51.156Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417891154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:04:51.256Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:51.256Z||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.
2021-12-02T04:04:51.257Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:51.271Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:04:51.272Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:04:52.156Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB517938730f4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "56fc84ad-4212-4a1a-8545-1dda05ce47d6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b8a1ba7c-76b1-48ad-af63-1129588c147c",
"vfModuleModelCustomizationUUID": "10965156-4887-44e9-b0eb-40055f8e387d",
"isBase": true,
"artifacts": [
"666488c6-decd-4698-b2ad-68d84e14444a",
"42e64aa5-e746-4697-91ab-50339a76d325"
],
"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": ""
}
}
]
2021-12-02T04:04:52.159Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB517938730f4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b8a1ba7c-76b1-48ad-af63-1129588c147c
VfModuleModelInvariantUUID:56fc84ad-4212-4a1a-8545-1dda05ce47d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
666488c6-decd-4698-b2ad-68d84e14444a
,
42e64aa5-e746-4697-91ab-50339a76d325
}
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
}
2021-12-02T04:04:52.161Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB517938730f4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "56fc84ad-4212-4a1a-8545-1dda05ce47d6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b8a1ba7c-76b1-48ad-af63-1129588c147c",
"vfModuleModelCustomizationUUID": "10965156-4887-44e9-b0eb-40055f8e387d",
"isBase": true,
"artifacts": [
"666488c6-decd-4698-b2ad-68d84e14444a",
"42e64aa5-e746-4697-91ab-50339a76d325"
],
"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": ""
}
}
]
2021-12-02T04:04:52.161Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB517938730f4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b8a1ba7c-76b1-48ad-af63-1129588c147c
VfModuleModelInvariantUUID:56fc84ad-4212-4a1a-8545-1dda05ce47d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
666488c6-decd-4698-b2ad-68d84e14444a
,
42e64aa5-e746-4697-91ab-50339a76d325
}
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
}
2021-12-02T04:04:52.161Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 666488c6-decd-4698-b2ad-68d84e14444a from URL: /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml
2021-12-02T04:04:52.161Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:04:52.161Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml
2021-12-02T04:04:52.334Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:04:52.335Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml 666488c6-decd-4698-b2ad-68d84e14444a 20368
2021-12-02T04:04:52.335Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-02T04:04:52.335Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml
2021-12-02T04:04:52.335Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:04:52.335Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:52.337Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:52.337Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417892335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:04:52.437Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:52.437Z||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.
2021-12-02T04:04:52.438Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:52.452Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:04:52.452Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:53.338Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 42e64aa5-e746-4697-91ab-50339a76d325 from URL: /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env
2021-12-02T04:04:53.338Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:04:53.338Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env
2021-12-02T04:04:53.628Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:04:53.629Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env 42e64aa5-e746-4697-91ab-50339a76d325 2098
2021-12-02T04:04:53.629Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-02T04:04:53.629Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env
2021-12-02T04:04:53.629Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:04:53.629Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:53.631Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:53.631Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417893629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:04:53.731Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:53.732Z||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.
2021-12-02T04:04:53.732Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:53.745Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:04:53.745Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:54.631Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: dd0f6974-9150-4cba-999b-94689df3f5ce
2021-12-02T04:04:54.632Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b5179387-30f4 0 93a8cc3c-2f87-477d-b378-766df4561fcf 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=?
2021-12-02T04:04:54.647Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52222578, org.onap.sdc.toscaparser.api.parameters.Input@2b8a265d, org.onap.sdc.toscaparser.api.parameters.Input@6bd368ef, org.onap.sdc.toscaparser.api.parameters.Input@148527f8, org.onap.sdc.toscaparser.api.parameters.Input@57cfd9f5]
2021-12-02T04:04:54.648Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:54.649Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:54.649Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-12-02T04:04:54.649Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= fb1c17de-2d61-4240-bf69-d7c15e7c9438
2021-12-02T04:04:54.649Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fb1c17de-2d61-4240-bf69-d7c15e7c9438 matches Tosca VF Customization UUID: fb1c17de-2d61-4240-bf69-d7c15e7c9438
2021-12-02T04:04:54.649Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: fb1c17de-2d61-4240-bf69-d7c15e7c9438 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=?
2021-12-02T04:04:54.651Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:54.651Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:54.652Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id fb1c17de-2d61-4240-bf69-d7c15e7c9438: {\"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\"}
2021-12-02T04:04:54.652Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@606e6263
2021-12-02T04:04:54.652Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:54.652Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T04:04:54.652Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 10965156-4887-44e9-b0eb-40055f8e387d
2021-12-02T04:04:54.653Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 10965156-4887-44e9-b0eb-40055f8e387d
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=?
2021-12-02T04:04:54.654Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:54.655Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:54.655Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:04:54.655Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:54.655Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:54.655Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:04:54.655Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:54.655Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is not matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T04:04:54.656Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:04:54.657Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1f321c32-a4ee-41ba-aafe-b7428529c4ca
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=?
2021-12-02T04:04:54.658Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:54.658Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:54.659Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:04:54.659Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:54.659Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is not matching search criteria
2021-12-02T04:04:54.659Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:04:54.659Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T04:04:54.659Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:04:54.659Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:54.659Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T04:04:54.659Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:04:54.660Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:04:54.660Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-02T04:04:54.660Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T04:04:54.660Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:54.660Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T04:04:54.660Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:04:54.660Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=322a0e79-a4b5-4858-b7a9-36af5939459b
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=?
2021-12-02T04:04:54.662Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:54.662Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:54.662Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:04:54.664Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:54.665Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is not matching search criteria
2021-12-02T04:04:54.665Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:04:54.665Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T04:04:54.665Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:04:54.665Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:54.665Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T04:04:54.665Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:04:54.665Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:04:54.665Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T04:04:54.665Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T04:04:54.666Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:04:54.666Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T04:04:54.666Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-02T04:04:54.666Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c74ab99c-c64b-4db0-8179-8dd81eb9e877
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=?
2021-12-02T04:04:54.668Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:54.668Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:54.668Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:04:54.668Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:54.668Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Node template vFW b5179387-30f4 0 is matching search criteria
2021-12-02T04:04:54.668Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b5179387-30f4 0] matching following query criteria: sdcType=VF, customizationUUID=fb1c17de-2d61-4240-bf69-d7c15e7c9438
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=?
2021-12-02T04:04:54.670Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:54.670Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:54.670Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid dd0f6974-9150-4cba-999b-94689df3f5ce: vFW b5179387-30f4
2021-12-02T04:04:54.670Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:54.670Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:54.670Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:54.671Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:54.671Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:54.671Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:54.671Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:54.671Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:54.671Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:04:54.671Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-00-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:04:54.671Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-12-02 04-00-31
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 (?, ?, ?, ?, ?)
2021-12-02T04:04:54.802Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b5179387-30f4 93a8cc3c-2f87-477d-b378-766df4561fcf 1 ASDC deployResourceStructure
2021-12-02T04:04:54.802Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json ASDC sendASDCNotification
2021-12-02T04:04:54.802Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json
2021-12-02T04:04:54.802Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:04:54.803Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:54.804Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:54.804Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417894802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
"status": "DEPLOY_OK"
}
2021-12-02T04:04:54.904Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:54.905Z||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.
2021-12-02T04:04:54.905Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:54.919Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:04:54.920Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:55.805Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-02T04:04:55.806Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml
2021-12-02T04:04:55.806Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:04:55.806Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:55.808Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:55.808Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417895805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-12-02T04:04:55.908Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:55.909Z||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.
2021-12-02T04:04:55.909Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:55.923Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:04:55.924Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:04:56.809Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-02T04:04:56.809Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env
2021-12-02T04:04:56.809Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:04:56.810Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:56.811Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:56.811Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417896809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-12-02T04:04:56.911Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:56.912Z||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.
2021-12-02T04:04:56.912Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:56.959Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:04:56.959Z||pool-32-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:57.812Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar ASDC sendASDCNotification
2021-12-02T04:04:57.812Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar
2021-12-02T04:04:57.812Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T04:04:57.813Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:04:57.814Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:04:57.814Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417897812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T04:04:57.914Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:04:57.915Z||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.
2021-12-02T04:04:57.915Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:04:57.929Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:04:57.929Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:04:58.815Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1721f281-1c0a-458a-a55e-9176b5170761
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=?
2021-12-02T04:04:58.826Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1721f281-1c0a-458a-a55e-9176b5170761
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=?
2021-12-02T04:04:58.829Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T04:04:58.829Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T04:04:58.829Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T04:04:58.829Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T04:04:58.829Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T04:04:58.829Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T04:04:58.829Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T04:04:58.830Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T04:04:58.830Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T04:04:58.830Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-12-02T04:04:58.830Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T04:04:58.835Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T04:05:28.835Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1721f281-1c0a-458a-a55e-9176b5170761 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=?
2021-12-02T04:05:28.841Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1721f281-1c0a-458a-a55e-9176b5170761 and serviceModelVersionId: dd0f6974-9150-4cba-999b-94689df3f5ce
2021-12-02T04:05:28.841Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 00a54559-8e39-49cf-82fc-d8011899946e
2021-12-02T04:05:28.842Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/00a54559-8e39-49cf-82fc-d8011899946e/model-vers/model-ver/dd0f6974-9150-4cba-999b-94689df3f5ce?depth=0
2021-12-02T04:05:28.846Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T04:05:28.881Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00a54559-8e39-49cf-82fc-d8011899946e/model-vers/model-ver/dd0f6974-9150-4cba-999b-94689df3f5ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-12-02T04:05:28.882Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00a54559-8e39-49cf-82fc-d8011899946e/model-vers/model-ver/dd0f6974-9150-4cba-999b-94689df3f5ce?depth=0|INFO|500||Invoke
2021-12-02T04:05:28.907Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00a54559-8e39-49cf-82fc-d8011899946e/model-vers/model-ver/dd0f6974-9150-4cba-999b-94689df3f5ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-12-02T04:05:29.074Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00a54559-8e39-49cf-82fc-d8011899946e/model-vers/model-ver/dd0f6974-9150-4cba-999b-94689df3f5ce?depth=0|INFO|500||InvokeReturn
2021-12-02T04:05:29.074Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00a54559-8e39-49cf-82fc-d8011899946e/model-vers/model-ver/dd0f6974-9150-4cba-999b-94689df3f5ce?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211202-04:05:28:913-28129], vertex-id=[159864], Content-Length=[0], Date=[Thu, 02 Dec 2021 04:05:28 GMT], Content-Type=[application/json]}
2021-12-02T04:05:29.075Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-12-02T04:05:29.075Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T04:05:29.075Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T04:05:29.079Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-12-02T04:05:29.079Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1721f281-1c0a-458a-a55e-9176b5170761 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T04:05:29.079Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T04:05:29.079Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:29.081Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:29.081Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417929079,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T04:05:29.181Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:05:29.182Z||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.
2021-12-02T04:05:29.182Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:29.200Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:05:29.200Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 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=?
2021-12-02T04:05:30.092Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:05:30.093Z|1721f281-1c0a-458a-a55e-9176b5170761|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.
2021-12-02T04:05:30.093Z|1721f281-1c0a-458a-a55e-9176b5170761|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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:30.716Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:05:30.716Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-12-02T04:05:30.716Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ecc2c42-0ba2-4c40-bb95-01bef84443ef","serviceName":"vFW 2021-12-02 04-02-55","serviceVersion":"1.0","serviceUUID":"c2a97acb-5baf-414c-b730-9880936dc037","serviceDescription":"catalog service description","serviceInvariantUUID":"b973407a-4410-409c-af8e-ad5563966267","resources":[{"resourceInstanceName":"vFW 226c843e-18b1 0","resourceName":"vFW 226c843e-18b1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7794900e-5728-4320-b06d-7e5f8ba1f300","resourceInvariantUUID":"0ad008f5-13f0-4718-a1a8-f928ac98d0cc","resourceCustomizationUUID":"f99aa7ec-019a-48fe-b5c8-aee634c82a22","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vf-license-model.xml","artifactChecksum":"YTI2ZDg4MWJjM2Y4Y2I1M2M2MzhlNjM5NjMwZWMxNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bccaaa07-0426-4901-bc61-2fc2fe8d5ad0","artifactVersion":"1"},{"artifactName":"vfw226c843e18b10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json","artifactChecksum":"ZmZlOWFkYWQwNzk2ZTUzYmJhMTJmMjMyNTM3ZWEwYmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6ccfe68-a49e-4ef4-99f5-1bea50090d68","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0acbaaee-c9b2-4619-8849-bd8441db8734","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vendor-license-model.xml","artifactChecksum":"NDZkODExMTY4Nzk4ZmU3MDIxNGJiYzJjYTQ3YzIyNmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"200bd469-648c-4ead-8774-82f488c444b7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"20638f64-09d5-400b-9211-6cd4e9774952","artifactVersion":"3","generatedFromUUID":"0acbaaee-c9b2-4619-8849-bd8441db8734"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211202040255-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-template.yml","artifactChecksum":"NGFmYzE2ZDViNGNkNzMwNTg1NzcwMDYyOGI5YzkyODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75483609-e14a-4209-b098-f985add5cf7d","artifactVersion":"1"},{"artifactName":"service-Vfw20211202040255-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar","artifactChecksum":"YmMwZjY5N2I1NjgxOTVmMTdlMDE0ZTM5NWM4MmVmYTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6a7c2166-d7ac-412f-8448-9c9a04d49928","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T04:05:30.718Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:05:30.718Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:30.719Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:30.720Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417930092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:30.820Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:05:30.820Z||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.
2021-12-02T04:05:30.820Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:30.832Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:05:30.832Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:05:31.720Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:05:31.721Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:31.722Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:31.722Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417930092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
"status": "NOTIFIED"
}
2021-12-02T04:05:31.823Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T04:05:31.823Z||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.
2021-12-02T04:05:31.823Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:31.837Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:05:31.837Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:05:31.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T04:05:31.992Z||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.
2021-12-02T04:05:31.992Z||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 MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:32.123Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:05:32.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "71a60cb9-a6ee-451e-94a8-f8cd15a5dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417874644,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T04:05:32.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417875658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417875658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
"status": "NOTIFIED"
}
2021-12-02T04:05:32.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417875658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-02T04:05:32.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417875658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417875658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417875658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417875658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T04:05:32.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417887995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:05:32.129Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417891154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:05:32.129Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417892335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417893629,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417894802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/vfwb517938730f40_modules.json",
"status": "DEPLOY_OK"
}
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417895805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417896809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/resourceInstances/vfwb517938730f40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-12-02T04:05:32.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417897812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040031/1.0/artifacts/service-Vfw20211202040031-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T04:05:32.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417914870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "policy-id",
"timestamp": 1638417917746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "cds",
"timestamp": 1638417922035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417914870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
"status": "NOTIFIED"
}
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "policy-id",
"timestamp": 1638417917746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "cds",
"timestamp": 1638417922035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417914870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-02T04:05:32.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "policy-id",
"timestamp": 1638417917746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-02T04:05:32.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "cds",
"timestamp": 1638417922035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417914870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "policy-id",
"timestamp": 1638417917746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "cds",
"timestamp": 1638417922035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417925190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417914870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "policy-id",
"timestamp": 1638417917746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "cds",
"timestamp": 1638417922035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417925190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417914870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "policy-id",
"timestamp": 1638417917746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "cds",
"timestamp": 1638417922035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417925190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417914870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "policy-id",
"timestamp": 1638417917746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T04:05:32.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "cds",
"timestamp": 1638417922035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T04:05:32.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417925190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1721f281-1c0a-458a-a55e-9176b5170761",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417929079,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T04:05:32.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417929602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:05:32.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "policy-id",
"timestamp": 1638417929654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:05:32.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "cds",
"timestamp": 1638417929756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:05:32.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417925190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "clamp",
"timestamp": 1638417929288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "policy-id",
"timestamp": 1638417930657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
"status": "DEPLOY_OK"
}
2021-12-02T04:05:32.140Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417930092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417930732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:05:32.141Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "cds",
"timestamp": 1638417930760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-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 (?, ?, ?, ?, ?)
2021-12-02T04:05:32.155Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
2021-12-02T04:05:32.155Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ecc2c42-0ba2-4c40-bb95-01bef84443ef 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 (?, ?, ?, ?, ?)
2021-12-02T04:05:32.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417925190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "clamp",
"timestamp": 1638417929288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
"status": "NOTIFIED"
}
2021-12-02T04:05:32.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "policy-id",
"timestamp": 1638417931658,
"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=?
2021-12-02T04:05:32.168Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ecc2c42-0ba2-4c40-bb95-01bef84443ef
2021-12-02T04:05:32.169Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ecc2c42-0ba2-4c40-bb95-01bef84443ef 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 (?, ?, ?, ?, ?)
2021-12-02T04:05:32.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417930092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
"status": "NOTIFIED"
}
2021-12-02T04:05:32.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638417931834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:05:32.179Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T04:05:32.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T04:05:32.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1638417925190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:32.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-12-02T04:05:32.723Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:05:32.723Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:32.725Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:32.725Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417930092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-12-02T04:05:32.826Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T04:05:32.826Z||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.
2021-12-02T04:05:32.826Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:32.840Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:05:32.840Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:05:33.725Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:05:33.726Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:33.728Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:33.728Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417930092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:33.828Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:05:33.828Z||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.
2021-12-02T04:05:33.829Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:33.841Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:05:33.842Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:05:34.728Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:05:34.729Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:34.730Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:34.730Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417930092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-12-02T04:05:34.830Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:05:34.831Z||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.
2021-12-02T04:05:34.831Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:34.848Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:05:34.849Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:05:35.731Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:05:35.732Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:35.733Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:35.733Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417930092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-template.yml",
"status": "NOT_NOTIFIED"
}
2021-12-02T04:05:35.833Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-02T04:05:35.834Z||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.
2021-12-02T04:05:35.834Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:35.847Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:05:35.847Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:05:36.734Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T04:05:36.735Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:36.736Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:36.736Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417930092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
"status": "NOTIFIED"
}
2021-12-02T04:05:36.836Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:05:36.837Z||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.
2021-12-02T04:05:36.837Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:36.850Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:05:36.851Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:05:37.738Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"serviceName": "vFW 2021-12-02 04-02-55",
"serviceVersion": "1.0",
"serviceUUID": "c2a97acb-5baf-414c-b730-9880936dc037",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b973407a-4410-409c-af8e-ad5563966267",
"resources": [
{
"resourceInstanceName": "vFW 226c843e-18b1 0",
"resourceCustomizationUUID": "f99aa7ec-019a-48fe-b5c8-aee634c82a22",
"resourceName": "vFW 226c843e-18b1",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7794900e-5728-4320-b06d-7e5f8ba1f300",
"resourceInvariantUUID": "0ad008f5-13f0-4718-a1a8-f928ac98d0cc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw226c843e18b10_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
"artifactChecksum": "ZmZlOWFkYWQwNzk2ZTUzYmJhMTJmMjMyNTM3ZWEwYmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d6ccfe68-a49e-4ef4-99f5-1bea50090d68",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0acbaaee-c9b2-4619-8849-bd8441db8734",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "20638f64-09d5-400b-9211-6cd4e9774952",
"generatedFromUUID": "0acbaaee-c9b2-4619-8849-bd8441db8734"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "20638f64-09d5-400b-9211-6cd4e9774952",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211202040255-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
"artifactChecksum": "YmMwZjY5N2I1NjgxOTVmMTdlMDE0ZTM5NWM4MmVmYTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6a7c2166-d7ac-412f-8448-9c9a04d49928"
}
],
"workloadContext": "Production"
}
2021-12-02T04:05:37.738Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T04:05:37.738Z|1721f281-1c0a-458a-a55e-9176b5170761|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c2a97acb-5baf-414c-b730-9880936dc037 ASDC
2021-12-02T04:05:37.738Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1ecc2c42-0ba2-4c40-bb95-01bef84443ef
ServiceName:vFW 2021-12-02 04-02-55
ServiceVersion:1.0
ServiceUUID:c2a97acb-5baf-414c-b730-9880936dc037
ServiceInvariantUUID:b973407a-4410-409c-af8e-ad5563966267
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211202040255-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar
ArtifactUUID:6a7c2166-d7ac-412f-8448-9c9a04d49928
ArtifactChecksum:YmMwZjY5N2I1NjgxOTVmMTdlMDE0ZTM5NWM4MmVmYTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 226c843e-18b1 0
ResourceCustomizationUUID:f99aa7ec-019a-48fe-b5c8-aee634c82a22
ResourceInvariantUUID:0ad008f5-13f0-4718-a1a8-f928ac98d0cc
ResourceName:vFW 226c843e-18b1
ResourceType:VF
ResourceUUID:7794900e-5728-4320-b06d-7e5f8ba1f300
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw226c843e18b10_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json
ArtifactUUID:d6ccfe68-a49e-4ef4-99f5-1bea50090d68
ArtifactChecksum:ZmZlOWFkYWQwNzk2ZTUzYmJhMTJmMjMyNTM3ZWEwYmQ=
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/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml
ArtifactUUID:0acbaaee-c9b2-4619-8849-bd8441db8734
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env
ArtifactUUID:20638f64-09d5-400b-9211-6cd4e9774952
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env
ArtifactUUID:20638f64-09d5-400b-9211-6cd4e9774952
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-12-02T04:05:37.738Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c2a97acb-5baf-414c-b730-9880936dc037 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=?
2021-12-02T04:05:37.765Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:05:37.765Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:05:37.766Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:05:37.766Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6a7c2166-d7ac-412f-8448-9c9a04d49928 from URL: /sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:37.766Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:05:37.766Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:37.829Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:05:37.833Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar 6a7c2166-d7ac-412f-8448-9c9a04d49928 98933
2021-12-02T04:05:37.833Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar ASDC sendASDCNotification
2021-12-02T04:05:37.833Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:37.833Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:05:37.833Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:37.834Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:37.835Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417937833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:05:37.935Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:05:37.935Z||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.
2021-12-02T04:05:37.935Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:37.950Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:05:37.950Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:05:38.835Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T04:05:38.836Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-12-02T04:05:38.836Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 6a7c2166-d7ac-412f-8448-9c9a04d49928, URL: /sdc/v1/catalog/services/Vfw20211202040255/1.0/artifacts/service-Vfw20211202040255-csar.csar to file: /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:38.837Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211202040255-csar.csar
2021-12-02T04:05:38.837Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:38.837Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:38.989Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14417898757570922013/Definitions/service-Vfw20211202040255-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_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
2021-12-02T04:05:40.512Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.513Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.514Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.514Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 226c843e-18b1 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-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.514Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211202040255-csar.csar
2021-12-02T04:05:40.514Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-12-02T04:05:40.514Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:40.514Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:40.514Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is matching search criteria
2021-12-02T04:05:40.514Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:05:40.514Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 226c843e-18b1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:05:40.514Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:40.515Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:40.515Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is matching search criteria
2021-12-02T04:05:40.515Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-12-02T04:05:40.515Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 226c843e-18b1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T04:05:40.515Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:40.515Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:40.515Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:40.515Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.516Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:40.517Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T04:05:40.517Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:40.517Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T04:05:40.517Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.517Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-02T04:05:40.517Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:40.517Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T04:05:40.517Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:40.517Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is matching search criteria
2021-12-02T04:05:40.518Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 226c843e-18b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:05:40.518Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:40.518Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is matching search criteria
2021-12-02T04:05:40.518Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 226c843e-18b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:05:40.518Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:40.518Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is matching search criteria
2021-12-02T04:05:40.518Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 226c843e-18b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is not matching search criteria
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T04:05:40.519Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:40.520Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T04:05:40.520Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.520Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ddab3e33-a938-41a9-8eca-8650f3eaf85f
2021-12-02T04:05:40.520Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:40.520Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is not matching search criteria
2021-12-02T04:05:40.520Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:05:40.520Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T04:05:40.520Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:40.520Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=81db27cc-d736-46e3-b6e3-76abd322ee3d
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:40.521Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:40.522Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-02T04:05:40.523Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f81ad3a4-add4-4377-8a05-8521eea2b932
2021-12-02T04:05:40.523Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:40.523Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:40.523Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:40.523Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:40.523Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:40.523Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:40.523Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:40.523Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:40.523Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-12-02 04-02-55
Description:catalog service description
Model UUID:c2a97acb-5baf-414c-b730-9880936dc037
Model Version:NULL
Model InvariantUuid:b973407a-4410-409c-af8e-ad5563966267
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 226c843e-18b1
Model UUID:611cb82f-685f-48de-9148-3f1dac661072
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0ad008f5-13f0-4718-a1a8-f928ac98d0cc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f99aa7ec-019a-48fe-b5c8-aee634c82a22
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:df0f1a9d-6d6f-42bb-bdde-d8fa29050277
ModelName:Vfw226c843e18b1..base_vfw..module-0
ModelUuid:39708fb6-c94a-4857-8677-261aee6d44dd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ddab3e33-a938-41a9-8eca-8650f3eaf85f
ModelInvariantUuid:dc5d1d0d-d7e3-4b04-8907-2cd2eb972e84
ModelName:vFW 226c843e-18b1-nodes.vfwCvfc
ModelUuid:ac310e05-6303-40e5-bc5e-93166a50bf7e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e1c8c14b-06f6-4e2f-9c17-0e2064938bbb
ModelInvariantUuid:568d88a6-4b16-4806-8f52-0bb8f99a7b39
ModelName:Vfw226c843e18b1.compute.nodes.heat.vfw
ModelUuid:2baea15d-4abf-43c3-9574-b5a19ed74f6f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:81db27cc-d736-46e3-b6e3-76abd322ee3d
ModelInvariantUuid:038969b6-bffc-4465-8ed1-0642f52e7d82
ModelName:vFW 226c843e-18b1-nodes.vsnCvfc
ModelUuid:cd270b51-671f-458e-b3aa-0b253b441f15
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:00ecf4f4-23c7-482e-9692-fcdfe2756454
ModelInvariantUuid:c3169158-1a9a-4c11-82c6-913e003b056e
ModelName:Vfw226c843e18b1.compute.nodes.heat.vsn
ModelUuid:88611a8b-38b2-4c23-a0c6-4c2d682342b1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f81ad3a4-add4-4377-8a05-8521eea2b932
ModelInvariantUuid:782fc0ff-88ca-4bcc-8a98-5feff4d99c91
ModelName:vFW 226c843e-18b1-nodes.vpgCvfc
ModelUuid:c62b1914-890e-41e2-890a-a614ceb6fa60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:eeb9ab97-cc06-4fee-84b7-2a5bcdf2da8c
ModelInvariantUuid:57817e32-5a00-4182-b648-83749375c97a
ModelName:Vfw226c843e18b1.compute.nodes.heat.vpg
ModelUuid:f96feee5-e2ea-4e5d-923a-3e7e8dc864e1
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=?
2021-12-02T04:05:40.529Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 7794900e-5728-4320-b06d-7e5f8ba1f300
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=?
2021-12-02T04:05:40.532Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||vFW 226c843e-18b1 0
2021-12-02T04:05:40.532Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7794900e-5728-4320-b06d-7e5f8ba1f300
2021-12-02T04:05:40.532Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d6ccfe68-a49e-4ef4-99f5-1bea50090d68 from URL: /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json
2021-12-02T04:05:40.532Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:05:40.532Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json
2021-12-02T04:05:40.677Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:05:40.678Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json d6ccfe68-a49e-4ef4-99f5-1bea50090d68 785
2021-12-02T04:05:40.678Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json ASDC sendASDCNotification
2021-12-02T04:05:40.678Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json
2021-12-02T04:05:40.678Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:05:40.678Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:40.680Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:40.680Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417940678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/vfw226c843e18b10_modules.json",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:05:40.780Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:05:40.781Z||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.
2021-12-02T04:05:40.781Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:40.793Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:05:40.794Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:05:41.681Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw226c843e18b1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "df0f1a9d-6d6f-42bb-bdde-d8fa29050277",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "39708fb6-c94a-4857-8677-261aee6d44dd",
"vfModuleModelCustomizationUUID": "7d002b85-a2dd-4b32-9d19-881b6b5de461",
"isBase": true,
"artifacts": [
"0acbaaee-c9b2-4619-8849-bd8441db8734",
"20638f64-09d5-400b-9211-6cd4e9774952"
],
"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": ""
}
}
]
2021-12-02T04:05:41.684Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw226c843e18b1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39708fb6-c94a-4857-8677-261aee6d44dd
VfModuleModelInvariantUUID:df0f1a9d-6d6f-42bb-bdde-d8fa29050277
VfModuleModelDescription:NULL
Artifacts UUID List:{
0acbaaee-c9b2-4619-8849-bd8441db8734
,
20638f64-09d5-400b-9211-6cd4e9774952
}
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
}
2021-12-02T04:05:41.686Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw226c843e18b1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "df0f1a9d-6d6f-42bb-bdde-d8fa29050277",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "39708fb6-c94a-4857-8677-261aee6d44dd",
"vfModuleModelCustomizationUUID": "7d002b85-a2dd-4b32-9d19-881b6b5de461",
"isBase": true,
"artifacts": [
"0acbaaee-c9b2-4619-8849-bd8441db8734",
"20638f64-09d5-400b-9211-6cd4e9774952"
],
"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": ""
}
}
]
2021-12-02T04:05:41.686Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw226c843e18b1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39708fb6-c94a-4857-8677-261aee6d44dd
VfModuleModelInvariantUUID:df0f1a9d-6d6f-42bb-bdde-d8fa29050277
VfModuleModelDescription:NULL
Artifacts UUID List:{
0acbaaee-c9b2-4619-8849-bd8441db8734
,
20638f64-09d5-400b-9211-6cd4e9774952
}
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
}
2021-12-02T04:05:41.686Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0acbaaee-c9b2-4619-8849-bd8441db8734 from URL: /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml
2021-12-02T04:05:41.686Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:05:41.686Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml
2021-12-02T04:05:42.073Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:05:42.074Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml 0acbaaee-c9b2-4619-8849-bd8441db8734 20368
2021-12-02T04:05:42.074Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-02T04:05:42.074Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml
2021-12-02T04:05:42.074Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:05:42.075Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:42.076Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:42.076Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417942074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:05:42.176Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-02T04:05:42.177Z||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.
2021-12-02T04:05:42.177Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:42.190Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:05:42.190Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T04:05:43.077Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 20638f64-09d5-400b-9211-6cd4e9774952 from URL: /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env
2021-12-02T04:05:43.078Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-12-02T04:05:43.078Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env
2021-12-02T04:05:43.375Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-12-02T04:05:43.375Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env 20638f64-09d5-400b-9211-6cd4e9774952 2098
2021-12-02T04:05:43.376Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-02T04:05:43.376Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env
2021-12-02T04:05:43.376Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T04:05:43.376Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-12-02T04:05:43.378Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T04:05:43.378Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ecc2c42-0ba2-4c40-bb95-01bef84443ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638417943375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211202040255/1.0/resourceInstances/vfw226c843e18b10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-12-02T04:05:43.478Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T04:05:43.478Z||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.
2021-12-02T04:05:43.478Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MEB52SvrzmLLVRgS) ...
2021-12-02T04:05:43.493Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-12-02T04:05:43.494Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-12-02T04:05:44.378Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c2a97acb-5baf-414c-b730-9880936dc037
2021-12-02T04:05:44.379Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 226c843e-18b1 0 7794900e-5728-4320-b06d-7e5f8ba1f300 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=?
2021-12-02T04:05:44.392Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c12f704, org.onap.sdc.toscaparser.api.parameters.Input@6deaadaf, org.onap.sdc.toscaparser.api.parameters.Input@502d2a5e, org.onap.sdc.toscaparser.api.parameters.Input@1e145e7c, org.onap.sdc.toscaparser.api.parameters.Input@6545306d]
2021-12-02T04:05:44.393Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:44.393Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:44.393Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-12-02T04:05:44.393Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f99aa7ec-019a-48fe-b5c8-aee634c82a22
2021-12-02T04:05:44.393Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f99aa7ec-019a-48fe-b5c8-aee634c82a22 matches Tosca VF Customization UUID: f99aa7ec-019a-48fe-b5c8-aee634c82a22
2021-12-02T04:05:44.394Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f99aa7ec-019a-48fe-b5c8-aee634c82a22 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=?
2021-12-02T04:05:44.395Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:44.395Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T04:05:44.396Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f99aa7ec-019a-48fe-b5c8-aee634c82a22: {\"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\"}
2021-12-02T04:05:44.396Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58e785c1
2021-12-02T04:05:44.396Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:44.396Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-12-02 04-02-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T04:05:44.397Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7d002b85-a2dd-4b32-9d19-881b6b5de461
2021-12-02T04:05:44.397Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7d002b85-a2dd-4b32-9d19-881b6b5de461
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=?
2021-12-02T04:05:44.398Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:44.399Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is matching search criteria
2021-12-02T04:05:44.399Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 226c843e-18b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:05:44.399Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:44.399Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is matching search criteria
2021-12-02T04:05:44.399Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 226c843e-18b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:05:44.399Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:44.400Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is not matching search criteria
2021-12-02T04:05:44.400Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T04:05:44.400Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-02T04:05:44.400Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T04:05:44.400Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T04:05:44.400Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T04:05:44.400Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T04:05:44.400Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:44.400Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T04:05:44.401Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T04:05:44.401Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T04:05:44.401Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T04:05:44.401Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ddab3e33-a938-41a9-8eca-8650f3eaf85f
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=?
2021-12-02T04:05:44.403Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-12-02T04:05:44.403Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Node template vFW 226c843e-18b1 0 is matching search criteria
2021-12-02T04:05:44.403Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 226c843e-18b1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T04:05:44.403Z|1ecc2c42-0ba2-4c40-bb95-01bef84443ef|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery