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-11-29T19:15:20.704Z||main|||||INFO|500||The following profiles are active: basic
2021-11-29T19:15:39.497Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-29T19:15:39.498Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-29T19:15:39.617Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-29T19:15:49.749Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-29T19:15:50.501Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-29T19:15:51.205Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-29T19:15:51.217Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-29T19:15:51.450Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-29T19:15:51.798Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-29T19:15:52.760Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-29T19:16:01.401Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-29T19:16:03.544Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-29T19:16:03.604Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-29T19:16:04.146Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-29T19:16:04.268Z||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-11-29T19:16:05.548Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-29T19:16:06.675Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-29T19:16:06.695Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$fa32a587.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-11-29T19:16:06.696Z||main|||||WARN|500||The sdc end point is not alive
2021-11-29T19:16:09.544Z||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-11-29T19:16:12.279Z||main|||||WARN|500||---
2021-11-29T19:16:12.280Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-29T19:16:12.280Z||main|||||WARN|500||---
2021-11-29T19:16:12.701Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-29T19:16:17.987Z||main|||||INFO|500||Started Application in 61.306 seconds (JVM running for 67.712)
2021-11-29T19:16:18.040Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-29T19:16:18.043Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-29T19:16:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-29T19:16:18.092Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-29T19:16:18.149Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 78c469d4-b353-43d7-9a20-a3a814eb2035 url= /sdc/v1/artifactTypes
2021-11-29T19:16:18.150Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-29T19:16:18.515Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-29T19:16:18.557Z||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-11-29T19:16:18.582Z||scheduling-1|||||DEBUG|500||create keys
2021-11-29T19:16:18.591Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-29T19:16:18.870Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:16:18.890Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c30d63b2-c70a-4808-a32e-30ce0f9451d1 url= /sdc/v1/registerForDistribution
2021-11-29T19:16:19.120Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c30d63b2-c70a-4808-a32e-30ce0f9451d1 url= /sdc/v1/registerForDistribution
2021-11-29T19:16:19.120Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-29T19:16:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:16:19.132Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:16:19.140Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-29T19:16:19.142Z||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-11-29T19:16:19.143Z||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-11-29T19:16:19.143Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:16:19.143Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:16:30.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:16:30.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:17:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:17:19.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:17:19.135Z||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-11-29T19:17:19.135Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:17:19.136Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:17:19.136Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T19:17:28.697Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:17:28.702Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:18:19.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:18:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:18:19.134Z||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-11-29T19:18:19.134Z||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-11-29T19:18:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:18:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:18:28.700Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:18:28.700Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:19:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:19:19.129Z||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-11-29T19:19:19.130Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:19:19.132Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:19:19.133Z||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-11-29T19:19:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:19:28.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:19:28.680Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:20:19.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:20:19.131Z||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-11-29T19:20:19.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:20:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:20:19.132Z||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-11-29T19:20:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:20:28.682Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:20:28.682Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:21:19.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:21:19.131Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:21:19.132Z||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-11-29T19:21:19.132Z||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-11-29T19:21:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:21:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:21:28.675Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:21:28.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:22:19.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:22:19.131Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:22:19.131Z||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-11-29T19:22:19.132Z||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-11-29T19:22:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:22:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:22:28.679Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:22:28.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:23:19.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:23:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:23:19.134Z||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-11-29T19:23:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:23:19.137Z||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-11-29T19:23:19.137Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:23:28.683Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:23:28.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:24:19.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:24:19.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:24:19.134Z||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-11-29T19:24:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:24:19.134Z||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-11-29T19:24:19.135Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:24:28.681Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:24:28.681Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:25:19.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:25:19.129Z||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-11-29T19:25:19.130Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:25:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:25:19.132Z||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-11-29T19:25:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:25:28.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:25:28.674Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:26:08.394Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-29T19:26:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:26:19.129Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:26:19.130Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T19:26:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:26:19.132Z||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-11-29T19:26:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:26:28.673Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:26:28.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:27:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:27:19.130Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:27:19.131Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T19:27:19.131Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:27:19.132Z||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-11-29T19:27:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:27:28.673Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:27:28.682Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:28:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:28:19.131Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:28:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:28:19.131Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T19:28:19.131Z||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-11-29T19:28:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:28:28.680Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:28:28.729Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:29:19.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:29:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:29:19.133Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:29:19.133Z||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-11-29T19:29:19.134Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T19:29:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:29:28.699Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:29:28.699Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:30:19.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:30:19.129Z||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-11-29T19:30:19.130Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:30:19.132Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:30:19.133Z||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-11-29T19:30:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:30:28.667Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:30:28.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:31:19.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:31:19.131Z||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-11-29T19:31:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:31:19.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:31:19.132Z||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-11-29T19:31:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:31:28.684Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:31:28.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:32:19.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:32:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:32:19.131Z||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-11-29T19:32:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:32:19.132Z||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-11-29T19:32:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:32:28.683Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:32:28.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:33:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:33:19.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:33:19.134Z||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-11-29T19:33:19.134Z||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-11-29T19:33:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:33:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:33:28.681Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:33:28.681Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:34:19.131Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:34:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:34:19.133Z||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-11-29T19:34:19.133Z||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-11-29T19:34:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:34:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:34:28.676Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:34:28.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:35:19.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:35:19.131Z||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-11-29T19:35:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:35:19.131Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:35:19.131Z||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-11-29T19:35:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:35:28.678Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:35:28.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:36:19.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:36:19.130Z||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-11-29T19:36:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:36:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:36:19.131Z||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-11-29T19:36:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:36:28.676Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:36:28.676Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:37:19.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:37:19.131Z||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-11-29T19:37:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:37:19.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:37:19.132Z||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-11-29T19:37:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:37:28.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:37:28.689Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:38:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:38:19.131Z||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-11-29T19:38:19.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:38:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:38:19.132Z||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-11-29T19:38:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:38:28.681Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:38:28.681Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:39:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:39:19.129Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:39:19.130Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T19:39:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:39:19.133Z||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-11-29T19:39:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:39:28.673Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:39:28.673Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:40:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:40:19.131Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:40:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:40:19.131Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T19:40:19.132Z||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-11-29T19:40:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:40:28.678Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:40:28.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:41:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:41:19.130Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:41:19.131Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T19:41:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:41:19.132Z||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-11-29T19:41:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:41:28.675Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:41:28.675Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:42:19.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:42:19.131Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:42:19.131Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:42:19.132Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T19:42:19.132Z||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-11-29T19:42:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:42:28.677Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:42:28.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:43:19.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:43:19.131Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:43:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:43:19.131Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T19:43:19.132Z||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-11-29T19:43:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:43:28.680Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:43:28.680Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:44:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:44:19.130Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:44:19.130Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T19:44:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:44:19.132Z||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-11-29T19:44:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:44:28.666Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:44:28.675Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:45:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:45:19.130Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:45:19.130Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T19:45:19.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:45:19.131Z||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-11-29T19:45:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:45:28.670Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:45:28.670Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:46:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:46:19.131Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:46:19.131Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:46:19.131Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T19:46:19.131Z||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-11-29T19:46:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:46:28.676Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:46:28.676Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:47:19.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:47:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:47:19.132Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:47:19.132Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T19:47:19.132Z||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-11-29T19:47:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:47:28.674Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:47:28.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:48:19.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:48:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:48:19.134Z||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-11-29T19:48:19.134Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:48:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:48:19.135Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T19:48:28.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:48:28.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:49:19.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:49:19.129Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:49:19.129Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T19:49:19.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:49:19.132Z||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-11-29T19:49:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:49:28.674Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:49:28.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:50:19.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:50:19.131Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:50:19.132Z||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-11-29T19:50:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:50:19.132Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:50:19.132Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T19:50:28.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:50:28.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:51:19.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:51:19.131Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:51:19.131Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T19:51:19.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:51:19.131Z||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-11-29T19:51:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:51:28.673Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:51:28.674Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:52:19.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:52:19.131Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T19:52:19.131Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T19:52:19.131Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:52:19.131Z||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-11-29T19:52:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:52:28.672Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:52:28.677Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:53:19.129Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:53:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:53:19.133Z||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-11-29T19:53:19.133Z||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-11-29T19:53:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:53:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:53:28.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:53:28.691Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:54:19.129Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:54:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:54:19.136Z||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-11-29T19:54:19.136Z||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-11-29T19:54:19.136Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:54:19.136Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:54:28.678Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:54:28.684Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:55:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:55:19.129Z||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-11-29T19:55:19.129Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:55:19.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:55:19.132Z||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-11-29T19:55:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:55:28.669Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:55:28.669Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:56:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:56:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:56:19.131Z||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-11-29T19:56:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:56:19.131Z||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-11-29T19:56:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:56:28.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:56:28.677Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:57:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:57:19.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:57:19.131Z||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-11-29T19:57:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:57:19.132Z||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-11-29T19:57:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:57:28.675Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:57:28.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:58:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:58:19.130Z||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-11-29T19:58:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:58:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:58:19.132Z||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-11-29T19:58:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:58:28.676Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:58:28.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:59:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:59:19.130Z||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-11-29T19:59:19.130Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:59:19.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T19:59:19.132Z||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-11-29T19:59:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T19:59:28.668Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T19:59:28.670Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:00:19.129Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:00:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:00:19.131Z||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-11-29T20:00:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:00:19.132Z||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-11-29T20:00:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:00:28.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:00:28.676Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:01:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:01:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:01:19.133Z||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-11-29T20:01:19.133Z||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-11-29T20:01:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:01:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:01:28.678Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:01:28.678Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:02:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:02:19.129Z||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-11-29T20:02:19.129Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:02:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:02:19.132Z||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-11-29T20:02:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:02:28.673Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:02:28.673Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:03:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:03:19.130Z||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-11-29T20:03:19.130Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:03:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:03:19.131Z||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-11-29T20:03:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:03:28.670Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:03:28.671Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:04:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:04:19.131Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:04:19.133Z||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-11-29T20:04:19.133Z||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-11-29T20:04:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:04:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:04:28.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:04:28.679Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:05:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:05:19.129Z||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-11-29T20:05:19.129Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:05:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:05:19.132Z||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-11-29T20:05:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:05:28.666Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:05:28.669Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:06:19.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:06:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:06:19.132Z||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-11-29T20:06:19.131Z||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-11-29T20:06:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:06:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:06:28.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:06:28.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:07:19.129Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:07:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:07:19.133Z||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-11-29T20:07:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:07:19.140Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:07:19.140Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:07:28.683Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:07:28.693Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:08:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:08:19.129Z||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-11-29T20:08:19.129Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:08:19.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:08:19.132Z||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-11-29T20:08:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:08:28.673Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:08:28.674Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:09:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:09:19.130Z||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-11-29T20:09:19.130Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:09:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:09:19.131Z||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-11-29T20:09:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:09:28.671Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:09:28.675Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:10:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:10:19.130Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:10:19.136Z||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-11-29T20:10:19.136Z||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-11-29T20:10:19.136Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:10:19.136Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:10:28.689Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:10:28.689Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:11:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:11:19.129Z||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-11-29T20:11:19.129Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:11:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:11:19.131Z||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-11-29T20:11:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:11:28.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:11:28.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:12:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:12:19.130Z||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-11-29T20:12:19.130Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:12:19.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:12:19.131Z||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-11-29T20:12:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:12:28.674Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:12:28.674Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:13:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:13:19.129Z||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-11-29T20:13:19.129Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:13:19.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:13:19.132Z||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-11-29T20:13:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:13:28.675Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:13:28.674Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:14:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:14:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:14:19.131Z||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-11-29T20:14:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:14:19.132Z||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-11-29T20:14:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:14:28.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:14:28.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:15:19.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:15:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:15:19.133Z||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-11-29T20:15:19.133Z||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-11-29T20:15:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:15:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:15:28.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:15:28.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:16:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:16:19.129Z||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-11-29T20:16:19.129Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:16:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:16:19.131Z||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-11-29T20:16:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:16:28.669Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:16:28.669Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:17:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:17:19.130Z||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-11-29T20:17:19.130Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:17:19.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:17:19.132Z||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-11-29T20:17:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:17:28.671Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:17:28.671Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:18:19.130Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:18:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:18:19.132Z||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-11-29T20:18:19.132Z||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-11-29T20:18:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:18:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:18:28.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:18:28.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:19:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:19:19.129Z||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-11-29T20:19:19.129Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:19:19.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:19:19.131Z||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-11-29T20:19:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:19:28.672Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:19:28.673Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:20:19.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:20:19.131Z||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-11-29T20:20:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:20:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:19.131Z||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-11-29T20:20:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:25.797Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:20:25.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-29T20:20:25.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ff150efc-7d9b-4b44-80af-fca215bf60a9","serviceName":"vFW 2021-11-29 20-17-31","serviceVersion":"1.0","serviceUUID":"47a6c351-a4d3-47ca-b7fb-37def0d3c377","serviceDescription":"catalog service description","serviceInvariantUUID":"d2527c43-bc94-46de-86bd-5da5af6ea452","resources":[{"resourceInstanceName":"vFW 324952dc-e183 0","resourceName":"vFW 324952dc-e183","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad78febe-3e16-4cee-b136-dc964f019261","resourceInvariantUUID":"dcbf2e42-b350-400f-9fa0-6a0b18a571e1","resourceCustomizationUUID":"d7b64762-035b-4cb1-bc65-acf07d4add2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml","artifactChecksum":"NTA2ZTQ4MzgxN2ZhYjY1ZDQ3ZjE5ZmM0MDZjMGIxNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3bc53144-fc80-4f22-a2f6-16b85bc7c9b9","artifactVersion":"1"},{"artifactName":"vfw324952dce1830_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json","artifactChecksum":"ZGYwYmI0YjVmZGNiYThiOWM4MTI3MTZiMmE0MDk5ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9bdd0d23-ddea-4f60-b61a-f858dfe0770f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d65c4315-018b-4ff2-b2ca-ca06d744ee06","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml","artifactChecksum":"OGFkM2ViMmY1ZTNjNmU3NDNkMWI5N2VmMDY5MGMzNjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ad2ff8da-fc3a-4bc6-abb4-bb62897712c5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"978fe532-2886-423b-aa8a-fbbaac250500","artifactVersion":"2","generatedFromUUID":"d65c4315-018b-4ff2-b2ca-ca06d744ee06"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211129201731-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml","artifactChecksum":"MzM2MGQ1MWI0MDg3ZmQ4YmRjOTQ2Njg3YzJmOTcyNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"627c1f99-1db2-4af5-88a3-2c5f16ae800a","artifactVersion":"1"},{"artifactName":"service-Vfw20211129201731-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar","artifactChecksum":"ZGFkZjhiYzg4OTRlNjRlZjkyZDA0Y2NjMjRhNTRjYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"64df60e4-efb5-4f31-96dd-17da4d3328b8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-29T20:20:25.828Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:20:25.838Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:25.862Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:25.863Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217219128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:20:25.957Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2021-11-29T20:20:25.963Z||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-11-29T20:20:25.963Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:25.974Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:20:25.975Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:26.004Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:20:26.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:20:26.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1638217223242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:20:26.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:20:26.871Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:20:26.872Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:26.874Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:26.874Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217219128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
"status": "NOTIFIED"
}
2021-11-29T20:20:26.975Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:20:26.976Z||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-11-29T20:20:26.977Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:26.986Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:20:26.987Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:27.875Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:20:27.876Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:27.878Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:27.878Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217219128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-29T20:20:27.980Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-29T20:20:27.981Z||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-11-29T20:20:27.981Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:27.992Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:20:27.993Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:28.879Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:20:28.880Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:28.881Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:28.882Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217219128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:20:28.982Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:20:28.983Z||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-11-29T20:20:28.983Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:28.994Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:20:28.995Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:29.883Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:20:29.884Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:29.886Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:29.886Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217219128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-29T20:20:29.986Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:20:29.987Z||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-11-29T20:20:29.987Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:30.002Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:20:30.002Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:30.887Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:20:30.888Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:30.890Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:30.890Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217219128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:20:30.990Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-29T20:20:30.992Z||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-11-29T20:20:30.992Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:31.007Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:20:31.007Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:31.891Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:20:31.892Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:31.894Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:31.894Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217219128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:20:31.994Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:20:31.995Z||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-11-29T20:20:31.995Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:32.006Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:20:32.007Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:32.896Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"serviceName": "vFW 2021-11-29 20-17-31",
"serviceVersion": "1.0",
"serviceUUID": "47a6c351-a4d3-47ca-b7fb-37def0d3c377",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d2527c43-bc94-46de-86bd-5da5af6ea452",
"resources": [
{
"resourceInstanceName": "vFW 324952dc-e183 0",
"resourceCustomizationUUID": "d7b64762-035b-4cb1-bc65-acf07d4add2b",
"resourceName": "vFW 324952dc-e183",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ad78febe-3e16-4cee-b136-dc964f019261",
"resourceInvariantUUID": "dcbf2e42-b350-400f-9fa0-6a0b18a571e1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw324952dce1830_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
"artifactChecksum": "ZGYwYmI0YjVmZGNiYThiOWM4MTI3MTZiMmE0MDk5ODc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9bdd0d23-ddea-4f60-b61a-f858dfe0770f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d65c4315-018b-4ff2-b2ca-ca06d744ee06",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "978fe532-2886-423b-aa8a-fbbaac250500",
"generatedFromUUID": "d65c4315-018b-4ff2-b2ca-ca06d744ee06"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "978fe532-2886-423b-aa8a-fbbaac250500",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211129201731-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"artifactChecksum": "ZGFkZjhiYzg4OTRlNjRlZjkyZDA0Y2NjMjRhNTRjYzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "64df60e4-efb5-4f31-96dd-17da4d3328b8"
}
],
"workloadContext": "Production"
}
2021-11-29T20:20:32.898Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-29T20:20:32.898Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 47a6c351-a4d3-47ca-b7fb-37def0d3c377 ASDC
2021-11-29T20:20:33.033Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ff150efc-7d9b-4b44-80af-fca215bf60a9
ServiceName:vFW 2021-11-29 20-17-31
ServiceVersion:1.0
ServiceUUID:47a6c351-a4d3-47ca-b7fb-37def0d3c377
ServiceInvariantUUID:d2527c43-bc94-46de-86bd-5da5af6ea452
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211129201731-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar
ArtifactUUID:64df60e4-efb5-4f31-96dd-17da4d3328b8
ArtifactChecksum:ZGFkZjhiYzg4OTRlNjRlZjkyZDA0Y2NjMjRhNTRjYzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 324952dc-e183 0
ResourceCustomizationUUID:d7b64762-035b-4cb1-bc65-acf07d4add2b
ResourceInvariantUUID:dcbf2e42-b350-400f-9fa0-6a0b18a571e1
ResourceName:vFW 324952dc-e183
ResourceType:VF
ResourceUUID:ad78febe-3e16-4cee-b136-dc964f019261
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw324952dce1830_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json
ArtifactUUID:9bdd0d23-ddea-4f60-b61a-f858dfe0770f
ArtifactChecksum:ZGYwYmI0YjVmZGNiYThiOWM4MTI3MTZiMmE0MDk5ODc=
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/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml
ArtifactUUID:d65c4315-018b-4ff2-b2ca-ca06d744ee06
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/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env
ArtifactUUID:978fe532-2886-423b-aa8a-fbbaac250500
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/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env
ArtifactUUID:978fe532-2886-423b-aa8a-fbbaac250500
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-29T20:20:33.033Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 47a6c351-a4d3-47ca-b7fb-37def0d3c377 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-11-29T20:20:33.283Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T20:20:33.285Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-29T20:20:33.286Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-29T20:20:33.286Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 64df60e4-efb5-4f31-96dd-17da4d3328b8 from URL: /sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:33.286Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:20:33.287Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:33.531Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:20:33.550Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar 64df60e4-efb5-4f31-96dd-17da4d3328b8 98924
2021-11-29T20:20:33.551Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar ASDC sendASDCNotification
2021-11-29T20:20:33.552Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:33.552Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:20:33.553Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:33.557Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:33.557Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217233550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:20:33.657Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:20:33.658Z||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-11-29T20:20:33.658Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:33.670Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:20:33.670Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:20:34.557Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T20:20:34.559Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-29T20:20:34.559Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 64df60e4-efb5-4f31-96dd-17da4d3328b8, URL: /sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar to file: /app/ASDC/1/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:34.560Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211129201731-csar.csar
2021-11-29T20:20:34.715Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:34.716Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:35.439Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4691605096337101265/Definitions/service-Vfw20211129201731-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-11-29T20:20:38.028Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-29T20:20:38.034Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-29T20:20:38.034Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.034Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-29T20:20:38.034Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||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-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.034Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||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-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.035Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 324952dc-e183 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-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.035Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.035Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.035Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.035Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||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-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.035Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.036Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||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-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.036Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.036Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||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-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.036Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.036Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:38.037Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-29T20:20:38.043Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:38.045Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:38.050Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:38.051Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-29T20:20:38.052Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T20:20:38.054Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:38.055Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:38.055Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:38.055Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-29T20:20:38.055Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T20:20:38.056Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:38.056Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:38.059Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:38.060Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is not matching search criteria
2021-11-29T20:20:38.060Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:20:38.060Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:20:38.060Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-29T20:20:38.061Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.061Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:38.061Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.061Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-29T20:20:38.062Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-29T20:20:38.062Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-29T20:20:38.062Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.062Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:38.062Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-29T20:20:38.063Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:38.063Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-29T20:20:38.063Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.063Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-29T20:20:38.064Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:38.064Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-29T20:20:38.065Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:38.065Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:38.066Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:20:38.066Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:38.067Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:38.067Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:20:38.067Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:38.068Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:38.068Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:20:38.068Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:38.068Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is not matching search criteria
2021-11-29T20:20:38.069Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:20:38.069Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:20:38.069Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-29T20:20:38.069Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-29T20:20:38.070Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-29T20:20:38.070Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.070Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:38.070Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-29T20:20:38.071Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:38.071Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-29T20:20:38.071Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.072Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e5b09e7e-e922-4723-9619-521983ff100a
2021-11-29T20:20:38.072Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:38.072Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is not matching search criteria
2021-11-29T20:20:38.073Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:20:38.073Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:20:38.073Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-29T20:20:38.073Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.074Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:38.074Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.074Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-29T20:20:38.074Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-29T20:20:38.075Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-29T20:20:38.075Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:38.075Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-29T20:20:38.075Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.075Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a7c62565-7658-42b1-860b-5d705c540f98
2021-11-29T20:20:38.076Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:38.076Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is not matching search criteria
2021-11-29T20:20:38.076Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:20:38.076Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:20:38.077Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-29T20:20:38.077Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.077Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:38.077Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.078Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-29T20:20:38.078Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-29T20:20:38.079Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-29T20:20:38.079Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:20:38.079Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:38.079Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-29T20:20:38.079Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c0911859-c5fa-477f-910c-834394c2bdf2
2021-11-29T20:20:38.080Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:38.080Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:38.080Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:38.080Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:38.081Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:38.081Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:38.081Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:38.081Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:38.082Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-29 20-17-31
Description:catalog service description
Model UUID:47a6c351-a4d3-47ca-b7fb-37def0d3c377
Model Version:NULL
Model InvariantUuid:d2527c43-bc94-46de-86bd-5da5af6ea452
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 324952dc-e183
Model UUID:20c528a7-f539-4172-a86d-f82dbcc7db92
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dcbf2e42-b350-400f-9fa0-6a0b18a571e1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d7b64762-035b-4cb1-bc65-acf07d4add2b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7181819b-edaf-4a8f-9997-0c92cfbaf60d
ModelName:Vfw324952dcE183..base_vfw..module-0
ModelUuid:f599a76c-4323-48ec-90b2-3d7a2545d7d8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e5b09e7e-e922-4723-9619-521983ff100a
ModelInvariantUuid:bd4f5e66-f5ac-4329-acc8-0c1cfdb7ad39
ModelName:vFW 324952dc-e183-nodes.vfwCvfc
ModelUuid:6e778e07-be6f-400f-b8ef-a11720d00350
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:1985592e-0080-44ca-8b05-1cc6dc6a00a1
ModelInvariantUuid:066bb4f5-364e-4296-8400-4a855fc3a158
ModelName:Vfw324952dcE183.compute.nodes.heat.vfw
ModelUuid:da760115-4a65-4e08-87d5-3ca17ac168ea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a7c62565-7658-42b1-860b-5d705c540f98
ModelInvariantUuid:dc2e640d-2d54-420c-989f-9f98b1ea1133
ModelName:vFW 324952dc-e183-nodes.vsnCvfc
ModelUuid:c8aca905-d216-4378-b1a5-2e01952c5233
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:78d5e599-44aa-4d4a-81c7-c5886388b950
ModelInvariantUuid:b2c96504-2c72-4e29-88b1-df50496af322
ModelName:Vfw324952dcE183.compute.nodes.heat.vsn
ModelUuid:80acdc0b-4e54-42f8-bc59-ec5558bc15d0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c0911859-c5fa-477f-910c-834394c2bdf2
ModelInvariantUuid:d9b1dd31-4beb-47f9-b90c-3c0e92c47fe6
ModelName:vFW 324952dc-e183-nodes.vpgCvfc
ModelUuid:35f93f90-fd2e-48bf-971e-90081fbf1baf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:2405cf00-88b9-4284-9de3-0065ee1c637d
ModelInvariantUuid:5915e0c9-2d11-4fbe-809b-0c56aa0abaa4
ModelName:Vfw324952dcE183.compute.nodes.heat.vpg
ModelUuid:631dec09-55f6-42ac-91fe-2d9d0e034e83
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-11-29T20:20:38.101Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: ad78febe-3e16-4cee-b136-dc964f019261
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-11-29T20:20:38.187Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||vFW 324952dc-e183 0
2021-11-29T20:20:38.195Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ad78febe-3e16-4cee-b136-dc964f019261
2021-11-29T20:20:38.195Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9bdd0d23-ddea-4f60-b61a-f858dfe0770f from URL: /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json
2021-11-29T20:20:38.195Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:20:38.195Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json
2021-11-29T20:20:38.394Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:20:38.394Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json 9bdd0d23-ddea-4f60-b61a-f858dfe0770f 785
2021-11-29T20:20:38.395Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json ASDC sendASDCNotification
2021-11-29T20:20:38.395Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json
2021-11-29T20:20:38.395Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:20:38.395Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:38.398Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:38.398Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217238395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:20:38.499Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:20:38.516Z||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-11-29T20:20:38.517Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:38.528Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:20:38.529Z||pool-11-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:39.399Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw324952dcE183..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7181819b-edaf-4a8f-9997-0c92cfbaf60d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f599a76c-4323-48ec-90b2-3d7a2545d7d8",
"vfModuleModelCustomizationUUID": "2c296d7f-8dc9-4a30-aa8e-6087e5ea63e5",
"isBase": true,
"artifacts": [
"d65c4315-018b-4ff2-b2ca-ca06d744ee06",
"978fe532-2886-423b-aa8a-fbbaac250500"
],
"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-11-29T20:20:39.414Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw324952dcE183..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f599a76c-4323-48ec-90b2-3d7a2545d7d8
VfModuleModelInvariantUUID:7181819b-edaf-4a8f-9997-0c92cfbaf60d
VfModuleModelDescription:NULL
Artifacts UUID List:{
d65c4315-018b-4ff2-b2ca-ca06d744ee06
,
978fe532-2886-423b-aa8a-fbbaac250500
}
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-11-29T20:20:39.417Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw324952dcE183..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7181819b-edaf-4a8f-9997-0c92cfbaf60d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f599a76c-4323-48ec-90b2-3d7a2545d7d8",
"vfModuleModelCustomizationUUID": "2c296d7f-8dc9-4a30-aa8e-6087e5ea63e5",
"isBase": true,
"artifacts": [
"d65c4315-018b-4ff2-b2ca-ca06d744ee06",
"978fe532-2886-423b-aa8a-fbbaac250500"
],
"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-11-29T20:20:39.417Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw324952dcE183..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f599a76c-4323-48ec-90b2-3d7a2545d7d8
VfModuleModelInvariantUUID:7181819b-edaf-4a8f-9997-0c92cfbaf60d
VfModuleModelDescription:NULL
Artifacts UUID List:{
d65c4315-018b-4ff2-b2ca-ca06d744ee06
,
978fe532-2886-423b-aa8a-fbbaac250500
}
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-11-29T20:20:39.417Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d65c4315-018b-4ff2-b2ca-ca06d744ee06 from URL: /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml
2021-11-29T20:20:39.417Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:20:39.417Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml
2021-11-29T20:20:39.888Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:20:39.889Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml d65c4315-018b-4ff2-b2ca-ca06d744ee06 20368
2021-11-29T20:20:39.889Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-29T20:20:39.889Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml
2021-11-29T20:20:39.889Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:20:39.890Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:39.891Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:39.891Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217239889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:20:39.998Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-11-29T20:20:39.999Z||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-11-29T20:20:39.999Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:40.012Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:20:40.012Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:40.892Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 978fe532-2886-423b-aa8a-fbbaac250500 from URL: /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env
2021-11-29T20:20:40.892Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-29T20:20:40.893Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env
2021-11-29T20:20:41.025Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-29T20:20:41.025Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env 978fe532-2886-423b-aa8a-fbbaac250500 2098
2021-11-29T20:20:41.026Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-29T20:20:41.026Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env
2021-11-29T20:20:41.026Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:20:41.026Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:41.029Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:41.029Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217241026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:20:41.131Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-29T20:20:41.132Z||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-11-29T20:20:41.132Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:41.146Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:20:41.146Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:42.029Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 47a6c351-a4d3-47ca-b7fb-37def0d3c377
2021-11-29T20:20:42.030Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 324952dc-e183 0 ad78febe-3e16-4cee-b136-dc964f019261 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-11-29T20:20:42.059Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6fdd2357, org.onap.sdc.toscaparser.api.parameters.Input@7ec622db, org.onap.sdc.toscaparser.api.parameters.Input@63f4b35f, org.onap.sdc.toscaparser.api.parameters.Input@3c0ba1cf, org.onap.sdc.toscaparser.api.parameters.Input@3a4aea82]
2021-11-29T20:20:42.062Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:42.062Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:42.063Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-11-29T20:20:42.063Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= d7b64762-035b-4cb1-bc65-acf07d4add2b
2021-11-29T20:20:42.063Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d7b64762-035b-4cb1-bc65-acf07d4add2b matches Tosca VF Customization UUID: d7b64762-035b-4cb1-bc65-acf07d4add2b
2021-11-29T20:20:42.063Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: d7b64762-035b-4cb1-bc65-acf07d4add2b 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-11-29T20:20:42.069Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:42.069Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:42.071Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id d7b64762-035b-4cb1-bc65-acf07d4add2b: {\"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-11-29T20:20:42.071Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f15c377
2021-11-29T20:20:42.071Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:42.071Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-29T20:20:42.072Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2c296d7f-8dc9-4a30-aa8e-6087e5ea63e5
2021-11-29T20:20:42.073Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2c296d7f-8dc9-4a30-aa8e-6087e5ea63e5
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-11-29T20:20:42.078Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:42.078Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:42.078Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:20:42.079Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:42.079Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:42.079Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:20:42.080Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:42.080Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is not matching search criteria
2021-11-29T20:20:42.080Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:20:42.080Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:20:42.081Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-29T20:20:42.081Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-29T20:20:42.081Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-29T20:20:42.081Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:20:42.081Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:42.082Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-29T20:20:42.082Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:42.083Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-29T20:20:42.083Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:20:42.083Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e5b09e7e-e922-4723-9619-521983ff100a
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-11-29T20:20:42.088Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:42.089Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:42.089Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:20:42.089Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:42.089Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is not matching search criteria
2021-11-29T20:20:42.090Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:20:42.090Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:20:42.090Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-29T20:20:42.090Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:20:42.091Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:42.091Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:20:42.091Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-29T20:20:42.091Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-29T20:20:42.092Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-29T20:20:42.092Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:42.092Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-29T20:20:42.092Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:20:42.093Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a7c62565-7658-42b1-860b-5d705c540f98
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-11-29T20:20:42.094Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:42.094Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:42.094Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:20:42.097Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:42.097Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is not matching search criteria
2021-11-29T20:20:42.097Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:20:42.098Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:20:42.098Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-29T20:20:42.098Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:20:42.098Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:42.099Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:20:42.099Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-29T20:20:42.099Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-29T20:20:42.099Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-29T20:20:42.100Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:20:42.100Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-29T20:20:42.100Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-29T20:20:42.100Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c0911859-c5fa-477f-910c-834394c2bdf2
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-11-29T20:20:42.102Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:42.102Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:42.102Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:20:42.102Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:42.103Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Node template vFW 324952dc-e183 0 is matching search criteria
2021-11-29T20:20:42.103Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 324952dc-e183 0] matching following query criteria: sdcType=VF, customizationUUID=d7b64762-035b-4cb1-bc65-acf07d4add2b
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-11-29T20:20:42.104Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:42.104Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:42.105Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 47a6c351-a4d3-47ca-b7fb-37def0d3c377: vFW 324952dc-e183
2021-11-29T20:20:42.105Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:42.105Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:42.105Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:42.106Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:42.106Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:42.106Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:42.106Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:42.107Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:42.107Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:20:42.107Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-29 20-17-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:20:42.107Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-11-29 20-17-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-11-29T20:20:42.303Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 324952dc-e183 ad78febe-3e16-4cee-b136-dc964f019261 1 ASDC deployResourceStructure
2021-11-29T20:20:42.303Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json ASDC sendASDCNotification
2021-11-29T20:20:42.304Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json
2021-11-29T20:20:42.304Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:20:42.304Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:42.306Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:42.306Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217242303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
"status": "DEPLOY_OK"
}
2021-11-29T20:20:42.407Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:20:42.408Z||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-11-29T20:20:42.408Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:42.419Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:20:42.420Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:20:43.307Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-29T20:20:43.308Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml
2021-11-29T20:20:43.308Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:20:43.308Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:43.310Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:43.310Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217243307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-29T20:20:43.410Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:20:43.412Z||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-11-29T20:20:43.412Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:43.426Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:20:43.427Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:44.311Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-29T20:20:44.311Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env
2021-11-29T20:20:44.311Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:20:44.312Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:44.313Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:44.313Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217244311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-29T20:20:44.415Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-29T20:20:44.417Z||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-11-29T20:20:44.417Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:44.429Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:20:44.430Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:45.314Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar ASDC sendASDCNotification
2021-11-29T20:20:45.315Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar
2021-11-29T20:20:45.315Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:20:45.315Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:20:45.317Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:20:45.317Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217245314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-29T20:20:45.417Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:20:45.418Z||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-11-29T20:20:45.419Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:20:45.429Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:20:45.430Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:20:46.319Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
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-11-29T20:20:46.366Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
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-11-29T20:20:46.369Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:20:46.369Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:20:46.369Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:21:16.370Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
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-11-29T20:21:16.393Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
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-11-29T20:21:16.395Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:21:16.395Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:21:16.395Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:21:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:21:19.134Z||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-11-29T20:21:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:21:19.155Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:21:19.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:21:19.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "dcae-sch",
"timestamp": 1638217223338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:21:19.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:21:46.396Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
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-11-29T20:21:46.408Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
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-11-29T20:21:46.410Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:21:46.411Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:21:46.411Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:22:16.413Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
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-11-29T20:22:16.425Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
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-11-29T20:22:16.427Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:22:16.427Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:22:16.427Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:22:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:22:19.132Z||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-11-29T20:22:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:22:19.155Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:22:19.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:22:19.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "clamp",
"timestamp": 1638217217754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:22:19.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:22:19.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:22:19.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "policy-id",
"timestamp": 1638217223155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:22:19.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:22:19.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:22:19.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217219128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:22:19.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:22:46.428Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
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-11-29T20:22:46.458Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
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-11-29T20:22:46.460Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:22:46.460Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:22:46.461Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:23:16.461Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
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-11-29T20:23:16.470Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
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-11-29T20:23:16.472Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:23:16.473Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:23:16.473Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:23:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:23:19.133Z||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-11-29T20:23:19.134Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:23:19.665Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:23:19.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217220227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1638217223242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "dcae-sch",
"timestamp": 1638217223338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "clamp",
"timestamp": 1638217217754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
"status": "NOTIFIED"
}
2021-11-29T20:23:19.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "policy-id",
"timestamp": 1638217223155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217220227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
"status": "NOTIFIED"
}
2021-11-29T20:23:19.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217219128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
"status": "NOTIFIED"
}
2021-11-29T20:23:19.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "cds",
"timestamp": 1638217227054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1638217223242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "dcae-sch",
"timestamp": 1638217223338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "clamp",
"timestamp": 1638217217754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "policy-id",
"timestamp": 1638217223155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-29T20:23:19.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217220227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-29T20:23:19.679Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217219128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-29T20:23:19.679Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "cds",
"timestamp": 1638217227054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1638217223242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "dcae-sch",
"timestamp": 1638217223338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "clamp",
"timestamp": 1638217217754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "policy-id",
"timestamp": 1638217223155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217220227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217219128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "cds",
"timestamp": 1638217227054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1638217223242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "dcae-sch",
"timestamp": 1638217223338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "policy-id",
"timestamp": 1638217223155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "clamp",
"timestamp": 1638217217754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217219128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-29T20:23:19.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217220227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-29T20:23:19.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "cds",
"timestamp": 1638217227054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1638217223242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "dcae-sch",
"timestamp": 1638217223338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "clamp",
"timestamp": 1638217217754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "policy-id",
"timestamp": 1638217223155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217220227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217219128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638217230429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "cds",
"timestamp": 1638217227054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "ves-openapi-manager",
"timestamp": 1638217223242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "dcae-sch",
"timestamp": 1638217223338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "clamp",
"timestamp": 1638217217754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:23:19.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "policy-id",
"timestamp": 1638217223155,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:23:19.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217220227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:23:19.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217219128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:23:19.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638217230429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "cds",
"timestamp": 1638217227054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638217230429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217233229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.703Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "policy-id",
"timestamp": 1638217233241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217233550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "cds",
"timestamp": 1638217227054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:23:19.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638217230429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "policy-id",
"timestamp": 1638217234251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-29T20:23:19.707Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217234423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.707Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638217230429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "cds",
"timestamp": 1638217235146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.708Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "policy-id",
"timestamp": 1638217235259,
"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-11-29T20:23:19.718Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff150efc-7d9b-4b44-80af-fca215bf60a9
2021-11-29T20:23:19.718Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff150efc-7d9b-4b44-80af-fca215bf60a9 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-11-29T20:23:19.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217235614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.731Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638217230429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "cds",
"timestamp": 1638217236173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-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-11-29T20:23:19.737Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ff150efc-7d9b-4b44-80af-fca215bf60a9
2021-11-29T20:23:19.737Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff150efc-7d9b-4b44-80af-fca215bf60a9 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-11-29T20:23:19.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217236880,
"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-11-29T20:23:19.751Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff150efc-7d9b-4b44-80af-fca215bf60a9
2021-11-29T20:23:19.751Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff150efc-7d9b-4b44-80af-fca215bf60a9 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-11-29T20:23:19.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638217230429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:23:19.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217237885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
"status": "DEPLOY_OK"
}
2021-11-29T20:23:19.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "aai-ml",
"timestamp": 1638217237196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217238395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638217238511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "aai-ml",
"timestamp": 1638217237196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "clamp",
"timestamp": 1638217239174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217239889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "aai-ml",
"timestamp": 1638217237196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "aai-ml",
"timestamp": 1638217237196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217241026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "clamp",
"timestamp": 1638217241157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-29T20:23:19.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "aai-ml",
"timestamp": 1638217237196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "clamp",
"timestamp": 1638217242164,
"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-11-29T20:23:19.772Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ff150efc-7d9b-4b44-80af-fca215bf60a9
2021-11-29T20:23:19.772Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff150efc-7d9b-4b44-80af-fca215bf60a9 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-11-29T20:23:19.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217242303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/vfw324952dce1830_modules.json",
"status": "DEPLOY_OK"
}
2021-11-29T20:23:19.780Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "aai-ml",
"timestamp": 1638217237196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:23:19.781Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217243307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-29T20:23:19.782Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "aai-ml",
"timestamp": 1638217237196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:23:19.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-29T20:23:19.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638217244001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-29T20:23:19.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217244311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/resourceInstances/vfw324952dce1830/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-29T20:23:19.784Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638217245008,
"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-11-29T20:23:19.790Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ff150efc-7d9b-4b44-80af-fca215bf60a9
2021-11-29T20:23:19.790Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff150efc-7d9b-4b44-80af-fca215bf60a9 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-11-29T20:23:19.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217245314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-29T20:23:19.799Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "aai-ml",
"timestamp": 1638217245351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:23:19.799Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "aai-ml",
"timestamp": 1638217261929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129201731/1.0/artifacts/service-Vfw20211129201731-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-29T20:23:19.800Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:23:19.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:23:19.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "aai-ml",
"timestamp": 1638217262935,
"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-11-29T20:23:19.804Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ff150efc-7d9b-4b44-80af-fca215bf60a9
2021-11-29T20:23:19.805Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff150efc-7d9b-4b44-80af-fca215bf60a9 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-11-29T20:23:46.473Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
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-11-29T20:23:46.486Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9
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-11-29T20:23:46.489Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:23:46.489Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-29T20:23:46.489Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-29T20:23:46.489Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-29T20:23:46.489Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-29T20:23:46.489Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-29T20:23:46.490Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-29T20:23:46.490Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-29T20:23:46.490Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-29T20:23:46.490Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-29T20:23:46.490Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:23:46.496Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-29T20:24:16.498Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff150efc-7d9b-4b44-80af-fca215bf60a9 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-11-29T20:24:16.521Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff150efc-7d9b-4b44-80af-fca215bf60a9 and serviceModelVersionId: 47a6c351-a4d3-47ca-b7fb-37def0d3c377
2021-11-29T20:24:16.522Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2527c43-bc94-46de-86bd-5da5af6ea452
2021-11-29T20:24:19.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:24:19.133Z||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-11-29T20:24:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:24:28.683Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:24:31.906Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2527c43-bc94-46de-86bd-5da5af6ea452/model-vers/model-ver/47a6c351-a4d3-47ca-b7fb-37def0d3c377?depth=0
2021-11-29T20:24:32.043Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-11-29T20:24:32.539Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2527c43-bc94-46de-86bd-5da5af6ea452/model-vers/model-ver/47a6c351-a4d3-47ca-b7fb-37def0d3c377?depth=0|INFO|500||Invoke
2021-11-29T20:24:32.547Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2527c43-bc94-46de-86bd-5da5af6ea452/model-vers/model-ver/47a6c351-a4d3-47ca-b7fb-37def0d3c377?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2527c43-bc94-46de-86bd-5da5af6ea452/model-vers/model-ver/47a6c351-a4d3-47ca-b7fb-37def0d3c377?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ff150efc-7d9b-4b44-80af-fca215bf60a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[06d8d725-abd9-49be-9d70-90c0fe96b199], X-ECOMP-RequestID=[ff150efc-7d9b-4b44-80af-fca215bf60a9], X-TransactionId=[], X-ONAP-RequestID=[ff150efc-7d9b-4b44-80af-fca215bf60a9], Content-Type=[application/merge-patch+json]}
2021-11-29T20:24:32.664Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2527c43-bc94-46de-86bd-5da5af6ea452/model-vers/model-ver/47a6c351-a4d3-47ca-b7fb-37def0d3c377?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-29T20:24:32.921Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2527c43-bc94-46de-86bd-5da5af6ea452/model-vers/model-ver/47a6c351-a4d3-47ca-b7fb-37def0d3c377?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2527c43-bc94-46de-86bd-5da5af6ea452/model-vers/model-ver/47a6c351-a4d3-47ca-b7fb-37def0d3c377?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211129-20:24:32:692-6401], vertex-id=[577712], Content-Length=[0], Date=[Mon, 29 Nov 2021 20:24:32 GMT], Content-Type=[application/json]}
2021-11-29T20:24:32.922Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2527c43-bc94-46de-86bd-5da5af6ea452/model-vers/model-ver/47a6c351-a4d3-47ca-b7fb-37def0d3c377?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-29T20:24:32.923Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2527c43-bc94-46de-86bd-5da5af6ea452/model-vers/model-ver/47a6c351-a4d3-47ca-b7fb-37def0d3c377?depth=0|INFO|500||InvokeReturn
2021-11-29T20:24:32.927Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-29T20:24:32.928Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:24:32.934Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-29T20:24:32.935Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff150efc-7d9b-4b44-80af-fca215bf60a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-29T20:24:32.936Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-29T20:24:32.937Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:24:32.940Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:24:32.940Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217472935,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T20:24:33.040Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:24:33.041Z||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-11-29T20:24:33.041Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:24:33.053Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:24:33.054Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-11-29T20:24:33.956Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:24:33.957Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-11-29T20:24:33.957Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:24:44.527Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:24:44.527Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:24:44.528Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-11-29T20:24:44.528Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:24:54.066Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:24:54.067Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:24:54.067Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-11-29T20:24:54.068Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:25:03.614Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:25:03.615Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:25:03.616Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-11-29T20:25:03.616Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:25:13.159Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:25:19.128Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:25:19.129Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-11-29T20:25:19.129Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:25:19.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:25:19.132Z||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-11-29T20:25:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:25:19.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:25:19.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:25:19.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff150efc-7d9b-4b44-80af-fca215bf60a9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217472935,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T20:25:19.757Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:25:28.668Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:26:19.128Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:26:19.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:26:19.132Z||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-11-29T20:26:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:26:19.132Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-11-29T20:26:19.132Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:26:28.673Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:26:28.673Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:27:19.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:27:19.131Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:27:19.131Z||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-11-29T20:27:19.131Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:27:19.132Z||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-11-29T20:27:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:27:28.672Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:27:28.676Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:28:19.129Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:28:19.130Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:28:19.130Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:19.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:28:19.132Z||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-11-29T20:28:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:19.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:28:19.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375","serviceName":"basic_onboard_tlGgOX","serviceVersion":"1.0","serviceUUID":"21cb8861-267e-4143-aa69-8f8b51bc229b","serviceDescription":"service","serviceInvariantUUID":"55a00fa8-b548-4f05-9efb-aedf543cb0cd","resources":[{"resourceInstanceName":"basic_onboard_tlGgOX 0","resourceName":"basic_onboard_tlGgOX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d0194082-e54d-4cc9-8558-e14e8f129b92","resourceInvariantUUID":"0c785960-c351-4259-b184-44c8d2a1d4f8","resourceCustomizationUUID":"5386cf3f-01e5-43b5-b4a7-b49c186db44f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml","artifactChecksum":"MmI5MjA1ZWVmNDVkMDYwZWJlOWRhYWQ0OTEwZTgyYzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"681064ae-4991-4741-b576-c880cb9157d9","artifactVersion":"1"},{"artifactName":"basic_onboard_tlggox0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json","artifactChecksum":"YjBiYzkzYTNiYzNhMzZiNTk4OTdmZDVmMTZjMDQzNjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"32011576-c9f6-4c8c-a29e-a610de32f593","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"50726817-f5c0-4f58-8346-1a874b1764ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"05095bc2-111a-4b6a-a5c5-ce1270e19320","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf","artifactVersion":"2","generatedFromUUID":"50726817-f5c0-4f58-8346-1a874b1764ca"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTlggox-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml","artifactChecksum":"OGZkOTQ4ZTQyMWI4N2QxY2I3NDE3OTY3NmY5ZjYzMjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3863cf7c-ce6d-4636-b4ef-f114e3d70885","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTlggox-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar","artifactChecksum":"YzdjMGIxZTk2OWY5MWJiMTJkMmNjNDg4OTA2NmQxNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f77af8c5-d43f-4191-98bb-077773836c43","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-29T20:28:19.764Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:28:19.765Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:19.769Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:28:19.770Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:19.770Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217699128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "clamp",
"timestamp": 1638217667753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "clamp",
"timestamp": 1638217667753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
"status": "NOTIFIED"
}
2021-11-29T20:28:19.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "clamp",
"timestamp": 1638217667753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "cds",
"timestamp": 1638217677054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "clamp",
"timestamp": 1638217667753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "cds",
"timestamp": 1638217677054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "clamp",
"timestamp": 1638217667753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "cds",
"timestamp": 1638217677054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "clamp",
"timestamp": 1638217667753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "cds",
"timestamp": 1638217677054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217680227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638217680430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "clamp",
"timestamp": 1638217667753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:28:19.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "cds",
"timestamp": 1638217677054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217680227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
"status": "NOTIFIED"
}
2021-11-29T20:28:19.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638217680430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "cds",
"timestamp": 1638217677054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217680227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-29T20:28:19.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638217680430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "cds",
"timestamp": 1638217677054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:28:19.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "policy-id",
"timestamp": 1638217683156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217680227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "ves-openapi-manager",
"timestamp": 1638217683242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "dcae-sch",
"timestamp": 1638217683339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638217680430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "policy-id",
"timestamp": 1638217683156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217680227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-29T20:28:19.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "ves-openapi-manager",
"timestamp": 1638217683242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "dcae-sch",
"timestamp": 1638217683339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638217680430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "cds",
"timestamp": 1638217685323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:28:19.783Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217680227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "policy-id",
"timestamp": 1638217683156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-29T20:28:19.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "ves-openapi-manager",
"timestamp": 1638217683242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "dcae-sch",
"timestamp": 1638217683339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638217680430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "cds",
"timestamp": 1638217686334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-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-11-29T20:28:19.805Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
2021-11-29T20:28:19.805Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375 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-11-29T20:28:19.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217680227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:28:19.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "policy-id",
"timestamp": 1638217683156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "ves-openapi-manager",
"timestamp": 1638217683242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "dcae-sch",
"timestamp": 1638217683339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638217680430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:28:19.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "aai-ml",
"timestamp": 1638217687196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "policy-id",
"timestamp": 1638217683156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "ves-openapi-manager",
"timestamp": 1638217683242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "dcae-sch",
"timestamp": 1638217683339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217688125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:28:19.817Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638217688254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:28:19.817Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "aai-ml",
"timestamp": 1638217687196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "policy-id",
"timestamp": 1638217683156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "ves-openapi-manager",
"timestamp": 1638217683242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "dcae-sch",
"timestamp": 1638217683339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217689325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:28:19.819Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "aai-ml",
"timestamp": 1638217687196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "policy-id",
"timestamp": 1638217683156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:28:19.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "ves-openapi-manager",
"timestamp": 1638217683242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "dcae-sch",
"timestamp": 1638217683339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "clamp",
"timestamp": 1638217690209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:28:19.821Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217690614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:28:19.821Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "aai-ml",
"timestamp": 1638217687196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638217690932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-29T20:28:19.822Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "policy-id",
"timestamp": 1638217691123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:28:19.822Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217691633,
"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-11-29T20:28:19.828Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
2021-11-29T20:28:19.828Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375 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-11-29T20:28:19.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "aai-ml",
"timestamp": 1638217687196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638217691937,
"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-11-29T20:28:19.841Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
2021-11-29T20:28:19.841Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375 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-11-29T20:28:19.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "policy-id",
"timestamp": 1638217692127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-29T20:28:19.849Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "clamp",
"timestamp": 1638217692215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-29T20:28:19.849Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638217692636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-29T20:28:19.849Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "aai-ml",
"timestamp": 1638217687196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:19.850Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "policy-id",
"timestamp": 1638217693139,
"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-11-29T20:28:19.854Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
2021-11-29T20:28:19.855Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375 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-11-29T20:28:19.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "clamp",
"timestamp": 1638217693220,
"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-11-29T20:28:19.865Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
2021-11-29T20:28:19.865Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375 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-11-29T20:28:19.870Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:28:19.871Z||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-11-29T20:28:19.871Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:19.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "aai-ml",
"timestamp": 1638217687196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:28:19.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:28:19.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:28:19.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "aai-ml",
"timestamp": 1638217695027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:28:19.875Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:28:19.883Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:28:19.884Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:20.774Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:28:20.776Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:20.781Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:20.781Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217699128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
"status": "NOTIFIED"
}
2021-11-29T20:28:20.884Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-11-29T20:28:20.887Z||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-11-29T20:28:20.887Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:20.899Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:28:20.899Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:28:21.781Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:28:21.782Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:21.785Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:21.785Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217699128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-29T20:28:21.885Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:28:21.887Z||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-11-29T20:28:21.887Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:21.899Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:28:21.900Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:28:22.786Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:28:22.788Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:22.792Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:22.792Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217699128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:22.893Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-29T20:28:22.895Z||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-11-29T20:28:22.895Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:22.908Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:28:22.908Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:28:23.796Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:28:23.797Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:23.800Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:23.801Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217699128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-29T20:28:23.901Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:28:23.902Z||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-11-29T20:28:23.903Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:23.917Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:28:23.918Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:24.801Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:28:24.802Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:24.804Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:24.804Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217699128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:28:24.906Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-29T20:28:24.911Z||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-11-29T20:28:24.911Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:24.925Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:28:24.926Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:25.805Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:28:25.806Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:25.809Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:25.809Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217699128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:28:25.909Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:28:25.911Z||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-11-29T20:28:25.911Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:25.923Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:28:25.924Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:26.811Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"serviceName": "basic_onboard_tlGgOX",
"serviceVersion": "1.0",
"serviceUUID": "21cb8861-267e-4143-aa69-8f8b51bc229b",
"serviceDescription": "service",
"serviceInvariantUUID": "55a00fa8-b548-4f05-9efb-aedf543cb0cd",
"resources": [
{
"resourceInstanceName": "basic_onboard_tlGgOX 0",
"resourceCustomizationUUID": "5386cf3f-01e5-43b5-b4a7-b49c186db44f",
"resourceName": "basic_onboard_tlGgOX",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d0194082-e54d-4cc9-8558-e14e8f129b92",
"resourceInvariantUUID": "0c785960-c351-4259-b184-44c8d2a1d4f8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_tlggox0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
"artifactChecksum": "YjBiYzkzYTNiYzNhMzZiNTk4OTdmZDVmMTZjMDQzNjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "32011576-c9f6-4c8c-a29e-a610de32f593",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "50726817-f5c0-4f58-8346-1a874b1764ca",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf",
"generatedFromUUID": "50726817-f5c0-4f58-8346-1a874b1764ca"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardTlggox-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"artifactChecksum": "YzdjMGIxZTk2OWY5MWJiMTJkMmNjNDg4OTA2NmQxNzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f77af8c5-d43f-4191-98bb-077773836c43"
}
],
"workloadContext": "Production"
}
2021-11-29T20:28:26.812Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-29T20:28:26.812Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 21cb8861-267e-4143-aa69-8f8b51bc229b ASDC
2021-11-29T20:28:26.813Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
ServiceName:basic_onboard_tlGgOX
ServiceVersion:1.0
ServiceUUID:21cb8861-267e-4143-aa69-8f8b51bc229b
ServiceInvariantUUID:55a00fa8-b548-4f05-9efb-aedf543cb0cd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTlggox-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar
ArtifactUUID:f77af8c5-d43f-4191-98bb-077773836c43
ArtifactChecksum:YzdjMGIxZTk2OWY5MWJiMTJkMmNjNDg4OTA2NmQxNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_tlGgOX 0
ResourceCustomizationUUID:5386cf3f-01e5-43b5-b4a7-b49c186db44f
ResourceInvariantUUID:0c785960-c351-4259-b184-44c8d2a1d4f8
ResourceName:basic_onboard_tlGgOX
ResourceType:VF
ResourceUUID:d0194082-e54d-4cc9-8558-e14e8f129b92
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_tlggox0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json
ArtifactUUID:32011576-c9f6-4c8c-a29e-a610de32f593
ArtifactChecksum:YjBiYzkzYTNiYzNhMzZiNTk4OTdmZDVmMTZjMDQzNjk=
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/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml
ArtifactUUID:50726817-f5c0-4f58-8346-1a874b1764ca
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/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env
ArtifactUUID:93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf
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/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env
ArtifactUUID:93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-29T20:28:26.813Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 21cb8861-267e-4143-aa69-8f8b51bc229b 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-11-29T20:28:26.858Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T20:28:26.859Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-29T20:28:26.860Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-29T20:28:26.860Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f77af8c5-d43f-4191-98bb-077773836c43 from URL: /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:26.860Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-29T20:28:26.861Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:27.219Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-29T20:28:27.222Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar f77af8c5-d43f-4191-98bb-077773836c43 71553
2021-11-29T20:28:27.222Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar ASDC sendASDCNotification
2021-11-29T20:28:27.222Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:27.222Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:28:27.223Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:27.224Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:27.225Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217707222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:28:27.327Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-29T20:28:27.328Z||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-11-29T20:28:27.328Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:27.339Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:28:27.339Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:28.226Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T20:28:28.230Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-29T20:28:28.230Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f77af8c5-d43f-4191-98bb-077773836c43, URL: /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar to file: /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:28.230Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:28.231Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:28.231Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:28.925Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4727486482915908463/Definitions/service-BasicOnboardTlggox-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-11-29T20:28:30.170Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-29T20:28:30.171Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-29T20:28:30.171Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:30.171Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-29T20:28:30.171Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:30.171Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:30.171Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_tlGgOX 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-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:30.171Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:30.171Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:30.171Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:30.172Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:30.172Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:30.172Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:30.172Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-29T20:28:30.172Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:30.172Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:30.173Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is matching search criteria
2021-11-29T20:28:30.173Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-29T20:28:30.173Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_tlGgOX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T20:28:30.173Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:30.173Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:30.173Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is matching search criteria
2021-11-29T20:28:30.174Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-29T20:28:30.174Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_tlGgOX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T20:28:30.174Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:30.174Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:30.175Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:30.175Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is not matching search criteria
2021-11-29T20:28:30.175Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-29T20:28:30.175Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-29T20:28:30.176Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-29T20:28:30.176Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-29T20:28:30.176Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-29T20:28:30.176Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:30.176Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-29T20:28:30.176Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:30.177Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is matching search criteria
2021-11-29T20:28:30.177Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_tlGgOX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:28:30.177Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:30.177Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is matching search criteria
2021-11-29T20:28:30.177Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_tlGgOX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:28:30.177Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:30.178Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is matching search criteria
2021-11-29T20:28:30.178Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_tlGgOX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:28:30.178Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:30.178Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is not matching search criteria
2021-11-29T20:28:30.178Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-29T20:28:30.178Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-29T20:28:30.179Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f939451e-5694-44a5-859f-28f5db902dc2
2021-11-29T20:28:30.179Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:30.179Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:30.179Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:30.179Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:30.179Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:30.179Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:30.180Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:30.180Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:30.180Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_tlGgOX
Description:service
Model UUID:21cb8861-267e-4143-aa69-8f8b51bc229b
Model Version:NULL
Model InvariantUuid:55a00fa8-b548-4f05-9efb-aedf543cb0cd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_tlGgOX
Model UUID:78df45bd-7a97-414d-a5aa-6e5928db0292
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0c785960-c351-4259-b184-44c8d2a1d4f8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5386cf3f-01e5-43b5-b4a7-b49c186db44f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bb80c7b7-065e-4b37-bf79-ce34861964fa
ModelName:BasicOnboardTlggox..base_ubuntu18..module-0
ModelUuid:a556ea8a-4839-4017-885e-62449fd4c208
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f939451e-5694-44a5-859f-28f5db902dc2
ModelInvariantUuid:b8a32fb4-1631-46fd-87cd-982afb1bf620
ModelName:basic_onboard_tlGgOX-nodes.ubuntu18Cvfc
ModelUuid:740edadf-e4fe-45e7-b262-82a34980f52b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:db079ebd-7044-4cff-afe8-5a12466f4a20
ModelInvariantUuid:ff0dae05-edd9-40a8-ab6a-2d5ef39ba0a0
ModelName:BasicOnboardTlggox.compute.nodes.heat.ubuntu18
ModelUuid:8780f26f-e31d-4a65-b711-e2924b76a3af
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-11-29T20:28:30.184Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d0194082-e54d-4cc9-8558-e14e8f129b92
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-11-29T20:28:30.188Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||basic_onboard_tlGgOX 0
2021-11-29T20:28:30.188Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d0194082-e54d-4cc9-8558-e14e8f129b92
2021-11-29T20:28:30.188Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 32011576-c9f6-4c8c-a29e-a610de32f593 from URL: /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json
2021-11-29T20:28:30.188Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-29T20:28:30.188Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json
2021-11-29T20:28:30.507Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-29T20:28:30.508Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json 32011576-c9f6-4c8c-a29e-a610de32f593 798
2021-11-29T20:28:30.508Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json ASDC sendASDCNotification
2021-11-29T20:28:30.509Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json
2021-11-29T20:28:30.509Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:28:30.510Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:30.514Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:30.514Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217710508,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:28:30.615Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:28:30.616Z||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-11-29T20:28:30.616Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:30.628Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:28:30.628Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:31.516Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTlggox..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "bb80c7b7-065e-4b37-bf79-ce34861964fa",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a556ea8a-4839-4017-885e-62449fd4c208",
"vfModuleModelCustomizationUUID": "440c8428-0bd4-4895-bdea-bf058171b500",
"isBase": true,
"artifacts": [
"50726817-f5c0-4f58-8346-1a874b1764ca",
"93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf"
],
"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-11-29T20:28:31.523Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTlggox..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a556ea8a-4839-4017-885e-62449fd4c208
VfModuleModelInvariantUUID:bb80c7b7-065e-4b37-bf79-ce34861964fa
VfModuleModelDescription:NULL
Artifacts UUID List:{
50726817-f5c0-4f58-8346-1a874b1764ca
,
93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf
}
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-11-29T20:28:31.525Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTlggox..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "bb80c7b7-065e-4b37-bf79-ce34861964fa",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a556ea8a-4839-4017-885e-62449fd4c208",
"vfModuleModelCustomizationUUID": "440c8428-0bd4-4895-bdea-bf058171b500",
"isBase": true,
"artifacts": [
"50726817-f5c0-4f58-8346-1a874b1764ca",
"93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf"
],
"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-11-29T20:28:31.525Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTlggox..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a556ea8a-4839-4017-885e-62449fd4c208
VfModuleModelInvariantUUID:bb80c7b7-065e-4b37-bf79-ce34861964fa
VfModuleModelDescription:NULL
Artifacts UUID List:{
50726817-f5c0-4f58-8346-1a874b1764ca
,
93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf
}
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-11-29T20:28:31.526Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 50726817-f5c0-4f58-8346-1a874b1764ca from URL: /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml
2021-11-29T20:28:31.526Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-29T20:28:31.526Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml
2021-11-29T20:28:31.725Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-29T20:28:31.725Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml 50726817-f5c0-4f58-8346-1a874b1764ca 5033
2021-11-29T20:28:31.725Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-29T20:28:31.725Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml
2021-11-29T20:28:31.726Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:28:31.726Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:31.728Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:31.728Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217711725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:28:31.828Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:28:31.829Z||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-11-29T20:28:31.830Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:31.842Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:28:31.843Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:32.729Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf from URL: /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env
2021-11-29T20:28:32.730Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-29T20:28:32.730Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env
2021-11-29T20:28:32.919Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-29T20:28:32.920Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env 93ed6e3c-ed25-4a3a-91e6-bad2f7d347bf 909
2021-11-29T20:28:32.920Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-29T20:28:32.920Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env
2021-11-29T20:28:32.920Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:28:32.920Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:32.922Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:32.922Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217712920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:28:33.023Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-29T20:28:33.024Z||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-11-29T20:28:33.025Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:33.039Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:28:33.039Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:33.923Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 21cb8861-267e-4143-aa69-8f8b51bc229b
2021-11-29T20:28:33.923Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_tlGgOX 0 d0194082-e54d-4cc9-8558-e14e8f129b92 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-11-29T20:28:33.936Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f63f8d7, org.onap.sdc.toscaparser.api.parameters.Input@18ed4b47, org.onap.sdc.toscaparser.api.parameters.Input@4768d981, org.onap.sdc.toscaparser.api.parameters.Input@4ab6ea81, org.onap.sdc.toscaparser.api.parameters.Input@4a930640]
2021-11-29T20:28:33.938Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:33.938Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:33.938Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-11-29T20:28:33.938Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 5386cf3f-01e5-43b5-b4a7-b49c186db44f
2021-11-29T20:28:33.938Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5386cf3f-01e5-43b5-b4a7-b49c186db44f matches Tosca VF Customization UUID: 5386cf3f-01e5-43b5-b4a7-b49c186db44f
2021-11-29T20:28:33.939Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 5386cf3f-01e5-43b5-b4a7-b49c186db44f 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-11-29T20:28:33.940Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:33.940Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:33.941Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 5386cf3f-01e5-43b5-b4a7-b49c186db44f: {\"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-11-29T20:28:33.941Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@446cae21
2021-11-29T20:28:33.941Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:33.941Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-29T20:28:33.941Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 440c8428-0bd4-4895-bdea-bf058171b500
2021-11-29T20:28:33.942Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 440c8428-0bd4-4895-bdea-bf058171b500
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-11-29T20:28:33.943Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:33.944Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is matching search criteria
2021-11-29T20:28:33.944Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_tlGgOX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:28:33.944Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:33.944Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is matching search criteria
2021-11-29T20:28:33.944Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_tlGgOX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:28:33.944Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:33.945Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is not matching search criteria
2021-11-29T20:28:33.945Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-29T20:28:33.945Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-29T20:28:33.945Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f939451e-5694-44a5-859f-28f5db902dc2
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-11-29T20:28:33.947Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:33.947Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is matching search criteria
2021-11-29T20:28:33.947Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_tlGgOX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:28:33.947Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:33.947Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_tlGgOX 0 is matching search criteria
2021-11-29T20:28:33.947Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_tlGgOX 0] matching following query criteria: sdcType=VF, customizationUUID=5386cf3f-01e5-43b5-b4a7-b49c186db44f
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-11-29T20:28:33.948Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:33.949Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:33.949Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 21cb8861-267e-4143-aa69-8f8b51bc229b: basic_onboard_tlGgOX
2021-11-29T20:28:33.949Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:33.949Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:33.949Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:33.949Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:33.950Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:33.950Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:33.950Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:33.950Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:33.950Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:28:33.950Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_tlGgOX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:28:33.951Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_tlGgOX
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-11-29T20:28:34.003Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_tlGgOX d0194082-e54d-4cc9-8558-e14e8f129b92 1 ASDC deployResourceStructure
2021-11-29T20:28:34.003Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json ASDC sendASDCNotification
2021-11-29T20:28:34.003Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json
2021-11-29T20:28:34.003Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:28:34.004Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:34.005Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:34.006Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217714003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-29T20:28:34.106Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:28:34.107Z||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-11-29T20:28:34.107Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:34.118Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:28:34.120Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:35.006Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-29T20:28:35.007Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml
2021-11-29T20:28:35.007Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:28:35.007Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:35.015Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:35.015Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217715006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-29T20:28:35.110Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-11-29T20:28:35.111Z||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-11-29T20:28:35.111Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:35.123Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:28:35.123Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:36.024Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-29T20:28:36.039Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env
2021-11-29T20:28:36.039Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:28:36.039Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:36.056Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:36.057Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217716024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-29T20:28:36.142Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2021-11-29T20:28:36.143Z||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-11-29T20:28:36.143Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:36.155Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:28:36.155Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:37.062Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar ASDC sendASDCNotification
2021-11-29T20:28:37.062Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar
2021-11-29T20:28:37.063Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-29T20:28:37.063Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:28:37.065Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:28:37.065Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217717062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-29T20:28:37.166Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:28:37.167Z||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-11-29T20:28:37.167Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:28:37.180Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:28:37.181Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:28:38.066Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
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-11-29T20:28:38.076Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
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-11-29T20:28:38.080Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:28:38.080Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:28:38.080Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:29:08.080Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
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-11-29T20:29:08.091Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
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-11-29T20:29:08.094Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:29:08.094Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:29:08.094Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:29:19.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:29:19.132Z||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-11-29T20:29:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:29:19.252Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:29:19.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-29T20:29:19.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217699128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:29:19.254Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-11-29T20:29:38.094Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
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-11-29T20:29:38.105Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
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-11-29T20:29:38.108Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:29:38.108Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:29:38.108Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:30:08.109Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
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-11-29T20:30:08.131Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
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-11-29T20:30:08.143Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:30:08.144Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-29T20:30:08.144Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-29T20:30:19.131Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:30:19.133Z||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-11-29T20:30:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:30:19.659Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:30:19.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217699128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
"status": "NOTIFIED"
}
2021-11-29T20:30:19.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-29T20:30:19.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217699128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-29T20:30:19.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-29T20:30:19.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217699128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:30:19.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-29T20:30:19.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "aai-ml",
"timestamp": 1638217703123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-29T20:30:19.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:30:19.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217699128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-29T20:30:19.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-29T20:30:19.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "aai-ml",
"timestamp": 1638217704127,
"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-11-29T20:30:19.669Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
2021-11-29T20:30:19.670Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375 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-11-29T20:30:19.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217699128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:30:19.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-29T20:30:19.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217699128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:30:19.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-29T20:30:19.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217707222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:30:19.683Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:30:19.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217710508,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:30:19.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:30:19.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217711725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:30:19.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:30:19.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217712920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:30:19.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:30:19.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217714003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/basic_onboard_tlggox0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-29T20:30:19.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:30:19.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217715006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-29T20:30:19.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:30:19.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217716024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/resourceInstances/basic_onboard_tlggox0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-29T20:30:19.686Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:30:19.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-29T20:30:19.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217717062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTlggox/1.0/artifacts/service-BasicOnboardTlggox-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-29T20:30:19.686Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:30:38.144Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
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-11-29T20:30:38.156Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375
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-11-29T20:30:38.159Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-29T20:30:38.159Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-29T20:30:38.159Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-29T20:30:38.159Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-29T20:30:38.159Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-29T20:30:38.160Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-29T20:30:38.160Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-29T20:30:38.160Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-29T20:30:38.160Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-29T20:30:38.160Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-29T20:30:38.160Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-29T20:30:38.164Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-29T20:31:08.165Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375 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-11-29T20:31:08.170Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375 and serviceModelVersionId: 21cb8861-267e-4143-aa69-8f8b51bc229b
2021-11-29T20:31:08.170Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55a00fa8-b548-4f05-9efb-aedf543cb0cd
2021-11-29T20:31:08.172Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55a00fa8-b548-4f05-9efb-aedf543cb0cd/model-vers/model-ver/21cb8861-267e-4143-aa69-8f8b51bc229b?depth=0
2021-11-29T20:31:08.179Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-11-29T20:31:08.241Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a00fa8-b548-4f05-9efb-aedf543cb0cd/model-vers/model-ver/21cb8861-267e-4143-aa69-8f8b51bc229b?depth=0|INFO|500||Invoke
2021-11-29T20:31:08.242Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a00fa8-b548-4f05-9efb-aedf543cb0cd/model-vers/model-ver/21cb8861-267e-4143-aa69-8f8b51bc229b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a00fa8-b548-4f05-9efb-aedf543cb0cd/model-vers/model-ver/21cb8861-267e-4143-aa69-8f8b51bc229b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ac33e939-678b-455e-a0ca-a6c0e9852e4a], X-ECOMP-RequestID=[c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375], X-TransactionId=[], X-ONAP-RequestID=[c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375], Content-Type=[application/merge-patch+json]}
2021-11-29T20:31:08.276Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a00fa8-b548-4f05-9efb-aedf543cb0cd/model-vers/model-ver/21cb8861-267e-4143-aa69-8f8b51bc229b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-29T20:31:08.453Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a00fa8-b548-4f05-9efb-aedf543cb0cd/model-vers/model-ver/21cb8861-267e-4143-aa69-8f8b51bc229b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a00fa8-b548-4f05-9efb-aedf543cb0cd/model-vers/model-ver/21cb8861-267e-4143-aa69-8f8b51bc229b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211129-20:31:08:290-20206], vertex-id=[176256], Content-Length=[0], Date=[Mon, 29 Nov 2021 20:31:08 GMT], Content-Type=[application/json]}
2021-11-29T20:31:08.454Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a00fa8-b548-4f05-9efb-aedf543cb0cd/model-vers/model-ver/21cb8861-267e-4143-aa69-8f8b51bc229b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-29T20:31:08.455Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a00fa8-b548-4f05-9efb-aedf543cb0cd/model-vers/model-ver/21cb8861-267e-4143-aa69-8f8b51bc229b?depth=0|INFO|500||InvokeReturn
2021-11-29T20:31:08.456Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-29T20:31:08.456Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-29T20:31:08.462Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-29T20:31:08.462Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-29T20:31:08.463Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-29T20:31:08.463Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:31:08.466Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:31:08.466Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217868462,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T20:31:08.566Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:31:08.568Z||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-11-29T20:31:08.568Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:31:08.595Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:31:08.596Z||pool-34-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"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-11-29T20:31:09.479Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:31:09.480Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:31:09.480Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:31:19.132Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:31:19.133Z||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-11-29T20:31:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:31:19.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:31:19.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-29T20:31:19.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638217868462,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-29T20:31:19.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:31:20.385Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:31:20.386Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:31:20.387Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:31:20.388Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:31:29.928Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:31:29.932Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:31:29.934Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:31:29.935Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:31:39.468Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:32:19.128Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:32:19.129Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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-11-29T20:32:19.129Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:32:19.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:32:19.133Z||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-11-29T20:32:19.133Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:32:28.676Z|ff150efc-7d9b-4b44-80af-fca215bf60a9|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:32:28.676Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:33:19.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:33:19.130Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:33:19.130Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:33:19.131Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:33:19.131Z||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-11-29T20:33:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:33:28.670Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:33:28.673Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:34:19.129Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:34:19.131Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:34:19.133Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:34:19.133Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|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-11-29T20:34:19.133Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:34:19.133Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:34:28.681Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:34:28.681Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:35:19.128Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:35:19.129Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-29T20:35:19.129Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:19.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-29T20:35:19.132Z||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-11-29T20:35:19.132Z||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 WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:19.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:35:19.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "cds",
"timestamp": 1638218097054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "cds",
"timestamp": 1638218097054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638218100228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638218100430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "cds",
"timestamp": 1638218097054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638218100228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
"status": "NOTIFIED"
}
2021-11-29T20:35:19.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638218100430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "cds",
"timestamp": 1638218097054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638218100228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638218100430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "cds",
"timestamp": 1638218097054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "policy-id",
"timestamp": 1638218103156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638218100228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "ves-openapi-manager",
"timestamp": 1638218103242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "dcae-sch",
"timestamp": 1638218103338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638218100430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "cds",
"timestamp": 1638218097054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "policy-id",
"timestamp": 1638218103156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638218100228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-29T20:35:19.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "ves-openapi-manager",
"timestamp": 1638218103242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "dcae-sch",
"timestamp": 1638218103338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638218100430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "cds",
"timestamp": 1638218097054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "policy-id",
"timestamp": 1638218103156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638218100228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "ves-openapi-manager",
"timestamp": 1638218103242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "dcae-sch",
"timestamp": 1638218103338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638218100430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "cds",
"timestamp": 1638218106590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:35:19.505Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:35:19.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "policy-id",
"timestamp": 1638218103156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638218100228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:35:19.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "ves-openapi-manager",
"timestamp": 1638218103242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "dcae-sch",
"timestamp": 1638218103338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638218100430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:35:19.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "cds",
"timestamp": 1638218107625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-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-11-29T20:35:19.522Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 230e0928-1d4b-4322-b844-af85685ddac4
2021-11-29T20:35:19.523Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 230e0928-1d4b-4322-b844-af85685ddac4 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-11-29T20:35:19.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "aai-ml",
"timestamp": 1638218107194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "policy-id",
"timestamp": 1638218103156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "ves-openapi-manager",
"timestamp": 1638218103242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638218108013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:35:19.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:35:19.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "dcae-sch",
"timestamp": 1638218103338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638218108247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:35:19.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:35:19.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "aai-ml",
"timestamp": 1638218107194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "policy-id",
"timestamp": 1638218103156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "ves-openapi-manager",
"timestamp": 1638218103242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "dcae-sch",
"timestamp": 1638218103338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638218109212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:35:19.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:35:19.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "aai-ml",
"timestamp": 1638218107194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "policy-id",
"timestamp": 1638218103156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:35:19.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "ves-openapi-manager",
"timestamp": 1638218103242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "dcae-sch",
"timestamp": 1638218103338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638218110509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:35:19.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:35:19.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "aai-ml",
"timestamp": 1638218107194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "policy-id",
"timestamp": 1638218111128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:35:19.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:35:19.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638218111528,
"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-11-29T20:35:19.544Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 230e0928-1d4b-4322-b844-af85685ddac4
2021-11-29T20:35:19.544Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 230e0928-1d4b-4322-b844-af85685ddac4 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-11-29T20:35:19.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "aai-ml",
"timestamp": 1638218107194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638218111867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-29T20:35:19.556Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:35:19.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "policy-id",
"timestamp": 1638218112133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-29T20:35:19.557Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:35:19.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1638218112531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
"status": "DEPLOY_OK"
}
2021-11-29T20:35:19.557Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:35:19.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "aai-ml",
"timestamp": 1638218107194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1638218112873,
"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-11-29T20:35:19.564Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 230e0928-1d4b-4322-b844-af85685ddac4
2021-11-29T20:35:19.564Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 230e0928-1d4b-4322-b844-af85685ddac4 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-11-29T20:35:19.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "policy-id",
"timestamp": 1638218113136,
"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-11-29T20:35:19.575Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 230e0928-1d4b-4322-b844-af85685ddac4
2021-11-29T20:35:19.575Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 230e0928-1d4b-4322-b844-af85685ddac4 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-11-29T20:35:19.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "aai-ml",
"timestamp": 1638218107194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:35:19.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "aai-ml",
"timestamp": 1638218115034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:35:19.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-29T20:35:19.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "clamp",
"timestamp": 1638218117753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-29T20:35:19.756Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:35:19.757Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-29T20:35:19.757Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"230e0928-1d4b-4322-b844-af85685ddac4","serviceName":"vFW 2021-11-29 20-32-47","serviceVersion":"1.0","serviceUUID":"397683a9-4814-4df6-96f5-5c35f4cfa8bf","serviceDescription":"catalog service description","serviceInvariantUUID":"ff64e8e6-9851-4ff9-b30e-f82c5c59028e","resources":[{"resourceInstanceName":"vFW 1eff4a49-3216 0","resourceName":"vFW 1eff4a49-3216","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd65d926-78e0-44f7-b1c0-1473e4519ad4","resourceInvariantUUID":"17b6a70d-921b-465d-8de9-05cf100d5b85","resourceCustomizationUUID":"2f97accd-cb34-457d-b9bd-4ecca7be5b3e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml","artifactChecksum":"NThjYTljNjA5MTIyNGZjMjhiMzI1ZmM0MDNkNzNlMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6dcd4f53-8004-40cc-8dc4-2ed91f1db9c4","artifactVersion":"1"},{"artifactName":"vfw1eff4a4932160_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json","artifactChecksum":"MmNhNzg5YzUzNDIyNzk2ZjU2Y2YyYWEwZjBjZGZmMmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"39c72800-c8d1-411e-903b-d060903669f4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"538b5589-2c84-4429-aa36-4468b8a385fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vendor-license-model.xml","artifactChecksum":"NDA4MDE3NDYwOGE5YmUzZjQ4NTZiMzVlNjg5ZjkwZWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c751f8a8-1fb2-4a2d-a605-224e51ece413","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8","artifactVersion":"2","generatedFromUUID":"538b5589-2c84-4429-aa36-4468b8a385fc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211129203247-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-template.yml","artifactChecksum":"NGY5NmI3MDIxOWYzMTliMzU2NDhjZTNmMTgxOTUzNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6c95884-6f06-4fd4-afba-c39742a651ef","artifactVersion":"1"},{"artifactName":"service-Vfw20211129203247-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar","artifactChecksum":"NDAzOWYxMmE0YTIyMzEzZGQ0YTVjNjVjYjZjMzE4OWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54791fe5-8d04-4785-9995-296e2496c893","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-29T20:35:19.761Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:35:19.762Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:19.767Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:19.767Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638218119128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:19.866Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-29T20:35:19.870Z||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-11-29T20:35:19.870Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:19.882Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:35:19.883Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:35:20.767Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:35:20.769Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:20.771Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:20.771Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638218119128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
"status": "NOTIFIED"
}
2021-11-29T20:35:20.872Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-29T20:35:20.873Z||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-11-29T20:35:20.873Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:20.886Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:35:20.887Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:35:21.772Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:35:21.772Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:21.774Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:21.774Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638218119128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-29T20:35:21.875Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:35:21.876Z||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-11-29T20:35:21.876Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:21.893Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:35:21.894Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:35:22.775Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:35:22.776Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:22.777Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:22.778Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638218119128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:22.878Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:35:22.880Z||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-11-29T20:35:22.880Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:22.892Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:35:22.892Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:35:23.780Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:35:23.782Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:23.784Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:23.785Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638218119128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-29T20:35:23.885Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:35:23.887Z||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-11-29T20:35:23.887Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:23.898Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:35:23.898Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:35:24.785Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:35:24.786Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:24.788Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:24.788Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638218119128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-29T20:35:24.888Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:35:24.889Z||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-11-29T20:35:24.889Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:24.904Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:35:24.905Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:35:25.789Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-29T20:35:25.790Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:25.792Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:25.792Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638218119128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
"status": "NOTIFIED"
}
2021-11-29T20:35:25.892Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:35:25.893Z||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-11-29T20:35:25.894Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:25.905Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:35:25.905Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:35:26.793Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"serviceName": "vFW 2021-11-29 20-32-47",
"serviceVersion": "1.0",
"serviceUUID": "397683a9-4814-4df6-96f5-5c35f4cfa8bf",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ff64e8e6-9851-4ff9-b30e-f82c5c59028e",
"resources": [
{
"resourceInstanceName": "vFW 1eff4a49-3216 0",
"resourceCustomizationUUID": "2f97accd-cb34-457d-b9bd-4ecca7be5b3e",
"resourceName": "vFW 1eff4a49-3216",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dd65d926-78e0-44f7-b1c0-1473e4519ad4",
"resourceInvariantUUID": "17b6a70d-921b-465d-8de9-05cf100d5b85",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1eff4a4932160_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
"artifactChecksum": "MmNhNzg5YzUzNDIyNzk2ZjU2Y2YyYWEwZjBjZGZmMmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "39c72800-c8d1-411e-903b-d060903669f4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "538b5589-2c84-4429-aa36-4468b8a385fc",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8",
"generatedFromUUID": "538b5589-2c84-4429-aa36-4468b8a385fc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211129203247-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
"artifactChecksum": "NDAzOWYxMmE0YTIyMzEzZGQ0YTVjNjVjYjZjMzE4OWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "54791fe5-8d04-4785-9995-296e2496c893"
}
],
"workloadContext": "Production"
}
2021-11-29T20:35:26.794Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-29T20:35:26.794Z|c0f4fdb1-cbb6-4d35-8b4b-ee3f36cb8375|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 397683a9-4814-4df6-96f5-5c35f4cfa8bf ASDC
2021-11-29T20:35:26.795Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:230e0928-1d4b-4322-b844-af85685ddac4
ServiceName:vFW 2021-11-29 20-32-47
ServiceVersion:1.0
ServiceUUID:397683a9-4814-4df6-96f5-5c35f4cfa8bf
ServiceInvariantUUID:ff64e8e6-9851-4ff9-b30e-f82c5c59028e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211129203247-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar
ArtifactUUID:54791fe5-8d04-4785-9995-296e2496c893
ArtifactChecksum:NDAzOWYxMmE0YTIyMzEzZGQ0YTVjNjVjYjZjMzE4OWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1eff4a49-3216 0
ResourceCustomizationUUID:2f97accd-cb34-457d-b9bd-4ecca7be5b3e
ResourceInvariantUUID:17b6a70d-921b-465d-8de9-05cf100d5b85
ResourceName:vFW 1eff4a49-3216
ResourceType:VF
ResourceUUID:dd65d926-78e0-44f7-b1c0-1473e4519ad4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1eff4a4932160_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json
ArtifactUUID:39c72800-c8d1-411e-903b-d060903669f4
ArtifactChecksum:MmNhNzg5YzUzNDIyNzk2ZjU2Y2YyYWEwZjBjZGZmMmM=
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/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml
ArtifactUUID:538b5589-2c84-4429-aa36-4468b8a385fc
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/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env
ArtifactUUID:9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8
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/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env
ArtifactUUID:9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-29T20:35:26.795Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 397683a9-4814-4df6-96f5-5c35f4cfa8bf 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-11-29T20:35:26.827Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T20:35:26.828Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-29T20:35:26.828Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-29T20:35:26.829Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 54791fe5-8d04-4785-9995-296e2496c893 from URL: /sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:26.829Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-29T20:35:26.829Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:27.113Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-29T20:35:27.118Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar 54791fe5-8d04-4785-9995-296e2496c893 98898
2021-11-29T20:35:27.118Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar ASDC sendASDCNotification
2021-11-29T20:35:27.119Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:27.119Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:35:27.119Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:27.121Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:27.121Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638218127118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:35:27.221Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:35:27.223Z||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-11-29T20:35:27.223Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:27.234Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:35:27.235Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:35:28.122Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-29T20:35:28.123Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-29T20:35:28.123Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 54791fe5-8d04-4785-9995-296e2496c893, URL: /sdc/v1/catalog/services/Vfw20211129203247/1.0/artifacts/service-Vfw20211129203247-csar.csar to file: /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:28.123Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211129203247-csar.csar
2021-11-29T20:35:28.124Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:28.124Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:28.951Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1865947948853152387/Definitions/service-Vfw20211129203247-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
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-11-29T20:35:30.922Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-29T20:35:30.922Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-29T20:35:30.923Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.923Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-29T20:35:30.923Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.923Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.923Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.923Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.923Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.923Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.924Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.924Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.924Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.924Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.924Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.924Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1eff4a49-3216 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-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.924Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211129203247-csar.csar
2021-11-29T20:35:30.924Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-29T20:35:30.925Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:30.925Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:30.925Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is matching search criteria
2021-11-29T20:35:30.925Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-29T20:35:30.926Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1eff4a49-3216 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T20:35:30.926Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:30.926Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:30.926Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is matching search criteria
2021-11-29T20:35:30.926Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-29T20:35:30.927Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1eff4a49-3216 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-29T20:35:30.927Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:30.927Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:30.928Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:30.928Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is not matching search criteria
2021-11-29T20:35:30.928Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:35:30.928Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:35:30.928Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-29T20:35:30.928Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:30.929Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.929Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.929Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-29T20:35:30.929Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-29T20:35:30.929Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-29T20:35:30.929Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.929Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:30.930Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-29T20:35:30.930Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:30.930Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-29T20:35:30.930Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.930Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-29T20:35:30.931Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:30.931Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-29T20:35:30.931Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:30.931Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is matching search criteria
2021-11-29T20:35:30.931Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1eff4a49-3216 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:35:30.932Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:30.932Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is matching search criteria
2021-11-29T20:35:30.932Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1eff4a49-3216 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:35:30.932Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:30.932Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is matching search criteria
2021-11-29T20:35:30.932Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1eff4a49-3216 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:35:30.933Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:30.933Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is not matching search criteria
2021-11-29T20:35:30.933Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:35:30.933Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:35:30.933Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-29T20:35:30.933Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-29T20:35:30.934Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-29T20:35:30.934Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.934Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:30.934Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-29T20:35:30.934Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:30.934Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-29T20:35:30.935Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.935Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a6be7a0e-1f85-439c-a056-25d9d1826543
2021-11-29T20:35:30.935Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:30.935Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is not matching search criteria
2021-11-29T20:35:30.935Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:35:30.935Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:35:30.936Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-29T20:35:30.936Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:30.936Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.936Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.936Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-29T20:35:30.936Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-29T20:35:30.937Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-29T20:35:30.937Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:30.937Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-29T20:35:30.937Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.937Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a10d4475-6873-41fe-8aa0-28f5f84c451e
2021-11-29T20:35:30.937Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:30.938Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is not matching search criteria
2021-11-29T20:35:30.938Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:35:30.938Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:35:30.938Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-29T20:35:30.938Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:30.938Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.939Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.939Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-29T20:35:30.939Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-29T20:35:30.939Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-29T20:35:30.939Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:35:30.939Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:30.939Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-29T20:35:30.940Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c67554c5-fcd9-4783-b5fa-e65222438a22
2021-11-29T20:35:30.940Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:30.940Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:30.940Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:30.940Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:30.940Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:30.941Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:30.941Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:30.941Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:30.941Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-29 20-32-47
Description:catalog service description
Model UUID:397683a9-4814-4df6-96f5-5c35f4cfa8bf
Model Version:NULL
Model InvariantUuid:ff64e8e6-9851-4ff9-b30e-f82c5c59028e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1eff4a49-3216
Model UUID:16c13306-f7a0-4e70-a735-acfc91978041
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:17b6a70d-921b-465d-8de9-05cf100d5b85
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2f97accd-cb34-457d-b9bd-4ecca7be5b3e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7291252b-a2d7-4bc6-bf07-2825ece627c4
ModelName:Vfw1eff4a493216..base_vfw..module-0
ModelUuid:841ad2c0-6141-4b51-8e94-f9933c0279a6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a6be7a0e-1f85-439c-a056-25d9d1826543
ModelInvariantUuid:385ec3f0-dbf1-428e-8270-cdb31faaa127
ModelName:vFW 1eff4a49-3216-nodes.vfwCvfc
ModelUuid:82be6057-d93b-4b00-8789-74e4edae4ee4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:fcab447d-9ccc-4474-964c-df9bd0e02e30
ModelInvariantUuid:2b43e3ef-2f41-4aec-b48b-ca261a125ff9
ModelName:Vfw1eff4a493216.compute.nodes.heat.vfw
ModelUuid:e1f27bab-0e65-4d01-b5e9-7227038ac8f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a10d4475-6873-41fe-8aa0-28f5f84c451e
ModelInvariantUuid:2a80708c-4fa4-4899-85e6-b3bc7d1b8ed1
ModelName:vFW 1eff4a49-3216-nodes.vsnCvfc
ModelUuid:cd9bfc69-5bd1-471b-9442-080bb311c8f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a3b84d8e-95a2-477f-9f2e-dc2a35ffb5c9
ModelInvariantUuid:48ead829-dd3d-4ff4-9ed7-1055e192b87c
ModelName:Vfw1eff4a493216.compute.nodes.heat.vsn
ModelUuid:d99a7720-699f-445d-86d8-dacb2130d31e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c67554c5-fcd9-4783-b5fa-e65222438a22
ModelInvariantUuid:9634706b-a4aa-436b-ab63-3ae4c2cae546
ModelName:vFW 1eff4a49-3216-nodes.vpgCvfc
ModelUuid:53fad2d2-aaef-469b-b8b5-576de7786c7b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ca53b3cf-fcd2-4883-adef-e20c62530e15
ModelInvariantUuid:d9cc2560-5997-4628-9a9d-09504d706d33
ModelName:Vfw1eff4a493216.compute.nodes.heat.vpg
ModelUuid:59b542c7-2557-43e0-bc49-45c69bf43373
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-11-29T20:35:30.950Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: dd65d926-78e0-44f7-b1c0-1473e4519ad4
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-11-29T20:35:30.953Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||vFW 1eff4a49-3216 0
2021-11-29T20:35:30.954Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd65d926-78e0-44f7-b1c0-1473e4519ad4
2021-11-29T20:35:30.954Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 39c72800-c8d1-411e-903b-d060903669f4 from URL: /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json
2021-11-29T20:35:30.954Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-29T20:35:30.954Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json
2021-11-29T20:35:31.211Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-29T20:35:31.212Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json 39c72800-c8d1-411e-903b-d060903669f4 785
2021-11-29T20:35:31.213Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json ASDC sendASDCNotification
2021-11-29T20:35:31.213Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json
2021-11-29T20:35:31.213Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:35:31.214Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:31.219Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:31.219Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638218131213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/vfw1eff4a4932160_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:35:31.319Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-29T20:35:31.321Z||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-11-29T20:35:31.321Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:31.341Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:35:31.342Z||pool-43-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2021-11-29T20:35:32.222Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1eff4a493216..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7291252b-a2d7-4bc6-bf07-2825ece627c4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "841ad2c0-6141-4b51-8e94-f9933c0279a6",
"vfModuleModelCustomizationUUID": "9a3b7a9d-438b-4e2f-8964-c3143e8f420a",
"isBase": true,
"artifacts": [
"538b5589-2c84-4429-aa36-4468b8a385fc",
"9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8"
],
"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-11-29T20:35:32.231Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1eff4a493216..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:841ad2c0-6141-4b51-8e94-f9933c0279a6
VfModuleModelInvariantUUID:7291252b-a2d7-4bc6-bf07-2825ece627c4
VfModuleModelDescription:NULL
Artifacts UUID List:{
538b5589-2c84-4429-aa36-4468b8a385fc
,
9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8
}
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-11-29T20:35:32.233Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1eff4a493216..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7291252b-a2d7-4bc6-bf07-2825ece627c4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "841ad2c0-6141-4b51-8e94-f9933c0279a6",
"vfModuleModelCustomizationUUID": "9a3b7a9d-438b-4e2f-8964-c3143e8f420a",
"isBase": true,
"artifacts": [
"538b5589-2c84-4429-aa36-4468b8a385fc",
"9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8"
],
"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-11-29T20:35:32.233Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1eff4a493216..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:841ad2c0-6141-4b51-8e94-f9933c0279a6
VfModuleModelInvariantUUID:7291252b-a2d7-4bc6-bf07-2825ece627c4
VfModuleModelDescription:NULL
Artifacts UUID List:{
538b5589-2c84-4429-aa36-4468b8a385fc
,
9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8
}
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-11-29T20:35:32.234Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 538b5589-2c84-4429-aa36-4468b8a385fc from URL: /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml
2021-11-29T20:35:32.234Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-29T20:35:32.234Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml
2021-11-29T20:35:32.515Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-29T20:35:32.516Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml 538b5589-2c84-4429-aa36-4468b8a385fc 20368
2021-11-29T20:35:32.517Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-29T20:35:32.517Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml
2021-11-29T20:35:32.517Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:35:32.518Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:32.520Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:32.521Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638218132517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:35:32.621Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:35:32.622Z||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-11-29T20:35:32.623Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:32.633Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:35:32.634Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:35:33.525Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8 from URL: /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env
2021-11-29T20:35:33.526Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-29T20:35:33.527Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env
2021-11-29T20:35:33.718Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-29T20:35:33.728Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env 9d2dbbd9-5ebf-4b8f-9f68-753e8b8216f8 2098
2021-11-29T20:35:33.730Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-29T20:35:33.730Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env
2021-11-29T20:35:33.730Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-29T20:35:33.731Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-29T20:35:33.733Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-29T20:35:33.734Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "230e0928-1d4b-4322-b844-af85685ddac4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1638218133729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211129203247/1.0/resourceInstances/vfw1eff4a4932160/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-29T20:35:33.834Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-29T20:35:33.835Z||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-11-29T20:35:33.835Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WJUBOKFy9ACSndgD) ...
2021-11-29T20:35:33.849Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-29T20:35:33.849Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-29T20:35:34.734Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 397683a9-4814-4df6-96f5-5c35f4cfa8bf
2021-11-29T20:35:34.735Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1eff4a49-3216 0 dd65d926-78e0-44f7-b1c0-1473e4519ad4 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-11-29T20:35:34.763Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@208f7684, org.onap.sdc.toscaparser.api.parameters.Input@79e85b79, org.onap.sdc.toscaparser.api.parameters.Input@6631a552, org.onap.sdc.toscaparser.api.parameters.Input@3a2599b8, org.onap.sdc.toscaparser.api.parameters.Input@61c5e32e]
2021-11-29T20:35:34.766Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:34.766Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:34.767Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-11-29T20:35:34.767Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2f97accd-cb34-457d-b9bd-4ecca7be5b3e
2021-11-29T20:35:34.767Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2f97accd-cb34-457d-b9bd-4ecca7be5b3e matches Tosca VF Customization UUID: 2f97accd-cb34-457d-b9bd-4ecca7be5b3e
2021-11-29T20:35:34.767Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2f97accd-cb34-457d-b9bd-4ecca7be5b3e 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-11-29T20:35:34.769Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:34.770Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-29T20:35:34.771Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2f97accd-cb34-457d-b9bd-4ecca7be5b3e: {\"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-11-29T20:35:34.771Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27c3dd14
2021-11-29T20:35:34.771Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:34.772Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-11-29 20-32-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-29T20:35:34.772Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9a3b7a9d-438b-4e2f-8964-c3143e8f420a
2021-11-29T20:35:34.772Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9a3b7a9d-438b-4e2f-8964-c3143e8f420a
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-11-29T20:35:34.774Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:34.774Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is matching search criteria
2021-11-29T20:35:34.775Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1eff4a49-3216 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:35:34.775Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:34.775Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is matching search criteria
2021-11-29T20:35:34.775Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1eff4a49-3216 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:35:34.776Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:34.776Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is not matching search criteria
2021-11-29T20:35:34.776Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-29T20:35:34.777Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-29T20:35:34.777Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-29T20:35:34.777Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-29T20:35:34.777Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-29T20:35:34.777Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-29T20:35:34.778Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:34.778Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-29T20:35:34.778Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-29T20:35:34.778Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-29T20:35:34.779Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-29T20:35:34.779Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a6be7a0e-1f85-439c-a056-25d9d1826543
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-11-29T20:35:34.781Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-29T20:35:34.781Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Node template vFW 1eff4a49-3216 0 is matching search criteria
2021-11-29T20:35:34.781Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1eff4a49-3216 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-29T20:35:34.782Z|230e0928-1d4b-4322-b844-af85685ddac4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery