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-08-31T22:38:57.692Z||main|||||INFO|500||The following profiles are active: basic
2021-08-31T22:39:07.364Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-31T22:39:07.365Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-31T22:39:07.478Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-31T22:39:09.584Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-31T22:39:09.771Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-31T22:39:10.183Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-31T22:39:10.191Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-31T22:39:10.262Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-31T22:39:10.382Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-31T22:39:10.779Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-31T22:39:11.632Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-31T22:39:13.630Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-31T22:39:13.678Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-31T22:39:14.218Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-31T22:39:14.459Z||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-08-31T22:39:15.596Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-31T22:39:16.520Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-08-31T22:39:16.536Z||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$$f4e4aa4.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-08-31T22:39:16.537Z||main|||||WARN|500||The sdc end point is not alive
2021-08-31T22:39:19.256Z||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-08-31T22:39:21.639Z||main|||||WARN|500||---
2021-08-31T22:39:21.640Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-31T22:39:21.640Z||main|||||WARN|500||---
2021-08-31T22:39:22.071Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-31T22:39:26.362Z||main|||||INFO|500||Started Application in 33.099 seconds (JVM running for 34.244)
2021-08-31T22:39:26.373Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-31T22:39:26.374Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-31T22:39:26.423Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-31T22:39:26.448Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-31T22:39:26.520Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0787a129-fffb-4e6d-911a-0677d4def746 url= /sdc/v1/artifactTypes
2021-08-31T22:39:26.520Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-31T22:39:26.754Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-31T22:39:26.770Z||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-08-31T22:39:26.794Z||scheduling-1|||||DEBUG|500||create keys
2021-08-31T22:39:26.802Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-31T22:39:26.822Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:39:26.840Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 740d5080-dffe-46c8-be9d-83272b685f74 url= /sdc/v1/registerForDistribution
2021-08-31T22:39:27.120Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 740d5080-dffe-46c8-be9d-83272b685f74 url= /sdc/v1/registerForDistribution
2021-08-31T22:39:27.121Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-31T22:39:27.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:39:27.131Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:39:27.136Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-31T22:39:27.138Z||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-08-31T22:39:27.138Z||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-08-31T22:39:27.138Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:39:27.138Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:39:37.361Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:39:37.369Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:40:27.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:40:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:40:27.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-08-31T22:40:27.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-08-31T22:40:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:40:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:40:36.673Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:40:36.674Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:41:27.129Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:41:27.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:41:27.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-08-31T22:41:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:41:27.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-08-31T22:41:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:41:36.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:41:36.675Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:42:27.129Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:42:27.130Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T22:42:27.130Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fo01l0bepjKmKJnX) ...
2021-08-31T22:42:27.130Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:42:27.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-08-31T22:42:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:42:36.674Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:42:36.675Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:43:27.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:43:27.130Z||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-08-31T22:43:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:43:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:43:27.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-08-31T22:43:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:43:36.672Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:43:36.672Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:44:27.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:44:27.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-08-31T22:44:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:44:27.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:44:27.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-08-31T22:44:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:44:36.669Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:44:36.672Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:45:27.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:45:27.130Z||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-08-31T22:45:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:45:27.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:45:27.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-08-31T22:45:27.134Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:45:36.671Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:45:36.673Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:46:27.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:46:27.130Z||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-08-31T22:46:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:46:27.130Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:46:27.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-08-31T22:46:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:46:36.672Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:46:36.674Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:47:27.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:47:27.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-08-31T22:47:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:47:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:47:27.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-08-31T22:47:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:47:36.671Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:47:36.672Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:48:27.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:48:27.130Z||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-08-31T22:48:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:48:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:48:27.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-08-31T22:48:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:48:36.673Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:48:36.673Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:49:14.797Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-31T22:49:27.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:49:27.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-08-31T22:49:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:49:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:49:27.131Z||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-08-31T22:49:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:49:36.671Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:49:36.674Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:50:27.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:50:27.130Z||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-08-31T22:50:27.130Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:50:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:50:27.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-08-31T22:50:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:50:36.673Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:50:36.673Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:51:27.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:51:27.130Z||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-08-31T22:51:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:51:27.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:51:27.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-08-31T22:51:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:51:36.672Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:51:36.672Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:52:27.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:52:27.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-08-31T22:52:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:52:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:52:27.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-08-31T22:52:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:52:36.669Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:52:36.669Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:53:27.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:53:27.130Z||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-08-31T22:53:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:53:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:53:27.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-08-31T22:53:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:53:36.670Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:53:36.671Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:54:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:54:27.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-08-31T22:54:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:54:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:54:27.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-08-31T22:54:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:54:36.672Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:54:36.674Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:55:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:55:27.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-08-31T22:55:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:55:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:55:27.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-08-31T22:55:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:55:36.670Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:55:36.670Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:56:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:56:27.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-08-31T22:56:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:56:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:56:27.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-08-31T22:56:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:56:36.672Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:56:36.673Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:57:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:57:27.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-08-31T22:57:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:57:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:57:27.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-08-31T22:57:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:57:36.669Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:57:36.669Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:58:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:58:27.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-08-31T22:58:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:58:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:58:27.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-08-31T22:58:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:58:36.673Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:58:36.675Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:59:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:59:27.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-08-31T22:59:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T22:59:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T22:59:27.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-08-31T22:59:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T22:59:36.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T22:59:36.671Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:00:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:00:27.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-08-31T23:00:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:00:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:00:27.130Z||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-08-31T23:00:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:00:36.690Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:00:36.693Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:01:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:01:27.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-08-31T23:01:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:01:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:01:27.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-08-31T23:01:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:01:36.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:01:36.671Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:02:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:02:27.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-08-31T23:02:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:02:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:02:27.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-08-31T23:02:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:02:36.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:02:36.669Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:03:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:03:27.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-08-31T23:03:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:03:27.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:03:27.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-08-31T23:03:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:03:36.668Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:03:36.668Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:04:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:04:27.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-08-31T23:04:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:04:27.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:04:27.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-08-31T23:04:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:04:36.670Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:04:36.671Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:05:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:05:27.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-08-31T23:05:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:05:27.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:05:27.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-08-31T23:05:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:05:36.668Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:05:36.668Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:06:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:06:27.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-08-31T23:06:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:06:27.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:06:27.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-08-31T23:06:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:06:36.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:06:36.669Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:07:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:07:27.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-08-31T23:07:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:07:27.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:07:27.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-08-31T23:07:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:07:36.672Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:07:36.672Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:08:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:08:27.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-08-31T23:08:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:08:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:08:27.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-08-31T23:08:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:08:36.668Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:08:36.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:09:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:09:27.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-08-31T23:09:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:09:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:09:27.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-08-31T23:09:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:09:36.668Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:09:36.670Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:10:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:10:27.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-08-31T23:10:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:10:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:10:27.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-08-31T23:10:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:10:36.668Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:10:36.698Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:11:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:11:27.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-08-31T23:11:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:11:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:11:27.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-08-31T23:11:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:11:36.669Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:11:36.671Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:12:27.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:12:27.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-08-31T23:12:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:12:27.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:12:27.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-08-31T23:12:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:12:36.669Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:12:36.669Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:13:27.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:13:27.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-08-31T23:13:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:13:27.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:13:27.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-08-31T23:13:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:13:36.666Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:13:36.667Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:14:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:14:27.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-08-31T23:14:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:14:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:14:27.131Z||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-08-31T23:14:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:14:36.671Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:14:36.672Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:15:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:15:27.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-08-31T23:15:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:15:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:15:27.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-08-31T23:15:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:15:36.670Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:15:36.670Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:16:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:16:27.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-08-31T23:16:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:16:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:16:27.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-08-31T23:16:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:16:36.669Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:16:36.671Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:17:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:17:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:17:27.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-08-31T23:17:27.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-08-31T23:17:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:17:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:17:36.670Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:17:36.670Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:18:27.129Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:18:27.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-08-31T23:18:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:18:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:18:27.131Z||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-08-31T23:18:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:18:36.672Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:18:36.673Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:19:27.129Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:19:27.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-08-31T23:19:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:19:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:19:27.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-08-31T23:19:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:19:36.671Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:19:36.671Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:20:27.129Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:20:27.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-08-31T23:20:27.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:20:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:20:27.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-08-31T23:20:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:20:36.671Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:20:36.672Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:21:27.129Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:21:27.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-08-31T23:21:27.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:21:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:21:27.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-08-31T23:21:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:21:36.669Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:21:36.669Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:22:27.129Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:22:27.129Z||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-08-31T23:22:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:22:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:22:27.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-08-31T23:22:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:22:36.665Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:22:36.667Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:23:27.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:23:27.129Z||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-08-31T23:23:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:23:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:23:27.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-08-31T23:23:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:23:36.666Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:23:36.666Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:24:27.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:24:27.129Z||pool-2-thread-7|||||WARN|500||GET 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-08-31T23:24:27.129Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fo01l0bepjKmKJnX) ...
2021-08-31T23:24:27.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:24:27.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-08-31T23:24:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:24:36.668Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:24:36.668Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:25:27.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:25:27.129Z||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-08-31T23:25:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:25:27.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:25:27.131Z||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-08-31T23:25:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:25:36.669Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:25:36.670Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:26:27.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:26:27.129Z||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-08-31T23:26:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:26:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:26:27.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-08-31T23:26:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:26:36.668Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:26:36.669Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:27:27.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:27:27.130Z||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-08-31T23:27:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:27:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:27:27.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-08-31T23:27:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:27:36.667Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:27:36.667Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:28:27.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:28:27.130Z||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-08-31T23:28:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:28:27.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:28:27.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-08-31T23:28:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:28:36.667Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:28:36.667Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:29:27.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:29:27.129Z||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-08-31T23:29:27.129Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:29:27.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:29:27.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-08-31T23:29:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:29:36.667Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:29:36.668Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:30:27.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:30:27.130Z||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-08-31T23:30:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:30:27.130Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:30:27.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-08-31T23:30:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:30:36.669Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:30:36.670Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:31:27.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:31:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:31:27.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-08-31T23:31:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:31:27.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-08-31T23:31:27.133Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:31:36.665Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:31:36.669Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:32:27.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:32:27.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-08-31T23:32:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:32:27.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:32:27.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-08-31T23:32:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:32:36.665Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:32:36.670Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:33:27.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:33:27.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-08-31T23:33:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:33:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:33:27.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-08-31T23:33:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:33:36.672Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:33:36.678Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:34:27.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:34:27.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-08-31T23:34:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:34:27.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:34:27.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-08-31T23:34:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:34:36.668Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:34:36.668Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:35:27.129Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:35:27.129Z||pool-2-thread-7|||||WARN|500||GET 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-08-31T23:35:27.130Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fo01l0bepjKmKJnX) ...
2021-08-31T23:35:27.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:35:27.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-08-31T23:35:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:35:36.667Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:35:36.667Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:36:27.129Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:36:27.129Z||pool-2-thread-7|||||WARN|500||GET 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-08-31T23:36:27.130Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fo01l0bepjKmKJnX) ...
2021-08-31T23:36:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:36:27.130Z||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-08-31T23:36:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:36:36.666Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:36:36.666Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:37:27.129Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:37:27.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-08-31T23:37:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:37:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:37:27.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-08-31T23:37:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:37:36.668Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:37:36.670Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:38:27.129Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:38:27.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-08-31T23:38:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:38:27.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:38:27.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-08-31T23:38:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:38:36.668Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:38:36.668Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:39:27.129Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:39:27.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-08-31T23:39:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:39:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:39:27.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-08-31T23:39:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:39:36.667Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:39:36.669Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:40:27.129Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:40:27.130Z||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-08-31T23:40:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:40:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:40:27.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-08-31T23:40:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:40:36.668Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:40:36.670Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:41:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:41:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:41:27.133Z||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-08-31T23:41:27.133Z||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-08-31T23:41:27.134Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:41:27.134Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:41:36.673Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:41:36.673Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:42:27.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:42:27.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-08-31T23:42:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:42:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:42:27.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-08-31T23:42:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:42:36.668Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:42:36.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:43:27.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:43:27.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-08-31T23:43:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:43:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:43:27.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-08-31T23:43:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:43:36.669Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:43:36.669Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:44:27.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:44:27.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-08-31T23:44:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:44:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:44:27.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-08-31T23:44:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:44:36.667Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:44:36.668Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:45:27.129Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:45:27.129Z||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-08-31T23:45:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:45:27.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:45:27.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-08-31T23:45:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:45:36.668Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:45:36.671Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:46:27.129Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:46:27.129Z||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-08-31T23:46:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:46:27.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:46:27.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-08-31T23:46:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:46:36.668Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:46:36.668Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:47:27.129Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:47:27.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-08-31T23:47:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:47:27.130Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:47:27.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-08-31T23:47:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:47:36.666Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:47:36.666Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:48:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:48:27.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-08-31T23:48:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:48:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:48:27.133Z||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-08-31T23:48:27.133Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:48:36.670Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:48:36.671Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:49:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:49:27.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-08-31T23:49:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:49:27.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:49:27.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-08-31T23:49:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:49:36.667Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:49:36.669Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:50:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:50:27.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-08-31T23:50:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:50:27.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:50:27.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-08-31T23:50:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:50:36.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:50:36.669Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:51:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:51:27.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-08-31T23:51:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:51:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:51:27.130Z||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-08-31T23:51:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:51:36.668Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:51:36.668Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:52:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:52:27.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-08-31T23:52:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:52:27.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:52:27.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-08-31T23:52:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:52:36.666Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:52:36.667Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:53:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:53:27.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-08-31T23:53:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:53:27.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:53:27.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-08-31T23:53:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:53:36.668Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:53:36.668Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:54:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:54:27.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-08-31T23:54:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:54:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:54:27.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-08-31T23:54:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:54:36.673Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:54:36.673Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:55:27.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:55:27.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-08-31T23:55:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:55:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:55:27.131Z||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-08-31T23:55:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:55:36.665Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:55:36.668Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:56:27.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:56:27.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-08-31T23:56:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:56:27.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:56:27.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-08-31T23:56:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:56:36.667Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:56:36.668Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:57:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:57:27.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-08-31T23:57:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:57:27.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:57:27.130Z||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-08-31T23:57:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:57:36.665Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:57:36.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:58:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:58:27.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-08-31T23:58:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:58:27.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:58:27.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-08-31T23:58:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:58:36.669Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:58:36.669Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:59:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:59:27.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-08-31T23:59:27.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 fo01l0bepjKmKJnX) ...
2021-08-31T23:59:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T23:59:27.131Z||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-08-31T23:59:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-08-31T23:59:36.666Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T23:59:36.667Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:00:27.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:00:27.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-09-01T00:00:27.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 fo01l0bepjKmKJnX) ...
2021-09-01T00:00:27.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:00:27.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-09-01T00:00:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:00:36.670Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:00:36.670Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:01:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:01:27.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-09-01T00:01:27.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 fo01l0bepjKmKJnX) ...
2021-09-01T00:01:27.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:01:27.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-09-01T00:01:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:01:36.667Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:01:36.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:02:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:02:27.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-09-01T00:02:27.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 fo01l0bepjKmKJnX) ...
2021-09-01T00:02:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:02:27.131Z||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-09-01T00:02:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:02:36.666Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:02:36.666Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:03:27.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:03:27.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-09-01T00:03:27.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 fo01l0bepjKmKJnX) ...
2021-09-01T00:03:27.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:03:27.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-09-01T00:03:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:03:36.669Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:03:36.696Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:04:27.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:04:27.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-09-01T00:04:27.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 fo01l0bepjKmKJnX) ...
2021-09-01T00:04:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:04:27.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-09-01T00:04:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:04:36.668Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:04:36.668Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:05:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:05:27.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-09-01T00:05:27.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 fo01l0bepjKmKJnX) ...
2021-09-01T00:05:27.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:05:27.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-09-01T00:05:27.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 fo01l0bepjKmKJnX) ...
2021-09-01T00:05:36.671Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:05:36.672Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:06:27.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:06:27.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-09-01T00:06:27.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 fo01l0bepjKmKJnX) ...
2021-09-01T00:06:27.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:06:27.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-09-01T00:06:27.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 fo01l0bepjKmKJnX) ...
2021-09-01T00:06:36.667Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:06:36.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:07:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:07:27.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-09-01T00:07:27.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 fo01l0bepjKmKJnX) ...
2021-09-01T00:07:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:07:27.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-09-01T00:07:27.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 fo01l0bepjKmKJnX) ...
2021-09-01T00:07:36.665Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:07:36.665Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:08:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:08:27.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-09-01T00:08:27.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 fo01l0bepjKmKJnX) ...
2021-09-01T00:08:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:08:27.130Z||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-09-01T00:08:27.130Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:08:36.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:08:36.669Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:09:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:09:27.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-09-01T00:09:27.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 fo01l0bepjKmKJnX) ...
2021-09-01T00:09:27.131Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:09:27.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-09-01T00:09:27.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 fo01l0bepjKmKJnX) ...
2021-09-01T00:09:36.667Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:09:36.668Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:10:27.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:10:27.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-09-01T00:10:27.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 fo01l0bepjKmKJnX) ...
2021-09-01T00:10:27.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:10:27.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-09-01T00:10:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:10:36.666Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:10:36.666Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:11:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:11:27.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-09-01T00:11:27.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 fo01l0bepjKmKJnX) ...
2021-09-01T00:11:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:11:27.130Z||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-09-01T00:11:27.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 fo01l0bepjKmKJnX) ...
2021-09-01T00:11:36.668Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:11:36.668Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:12:27.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:12:27.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-09-01T00:12:27.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 fo01l0bepjKmKJnX) ...
2021-09-01T00:12:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:12:27.130Z||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-09-01T00:12:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:12:36.663Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:12:36.666Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:13:27.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:13:27.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-09-01T00:13:27.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 fo01l0bepjKmKJnX) ...
2021-09-01T00:13:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:13:27.131Z||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-09-01T00:13:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:13:27.253Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:13:27.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455165530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "clamp",
"timestamp": 1630455167508,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "policy-id",
"timestamp": 1630455165691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455165530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
"status": "NOTIFIED"
}
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "clamp",
"timestamp": 1630455167508,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
"status": "NOTIFIED"
}
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "policy-id",
"timestamp": 1630455165691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455165530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "clamp",
"timestamp": 1630455167508,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "policy-id",
"timestamp": 1630455165691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455165530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "clamp",
"timestamp": 1630455167508,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "policy-id",
"timestamp": 1630455165691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "cds",
"timestamp": 1630455173825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455165530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "clamp",
"timestamp": 1630455167508,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "policy-id",
"timestamp": 1630455165691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "aai-ml",
"timestamp": 1630455174729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "cds",
"timestamp": 1630455173825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455165530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "clamp",
"timestamp": 1630455167508,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "policy-id",
"timestamp": 1630455165691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "aai-ml",
"timestamp": 1630455174729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "cds",
"timestamp": 1630455173825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455165530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "clamp",
"timestamp": 1630455167508,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "policy-id",
"timestamp": 1630455165691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "aai-ml",
"timestamp": 1630455174729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "cds",
"timestamp": 1630455173825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "dcae-sch",
"timestamp": 1630455177600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455178329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "aai-ml",
"timestamp": 1630455174729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "policy-id",
"timestamp": 1630455178413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "cds",
"timestamp": 1630455173825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "dcae-sch",
"timestamp": 1630455177600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "aai-ml",
"timestamp": 1630455174729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "policy-id",
"timestamp": 1630455179419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "cds",
"timestamp": 1630455173825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455179803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "dcae-sch",
"timestamp": 1630455177600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455179624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "aai-ml",
"timestamp": 1630455174729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "policy-id",
"timestamp": 1630455180422,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-01T00:13:27.697Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 756ac22a-aa87-43a0-b398-6715b9c49f39
2021-09-01T00:13:27.720Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 756ac22a-aa87-43a0-b398-6715b9c49f39 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-09-01T00:13:27.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "cds",
"timestamp": 1630455173825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:13:27.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455181245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.748Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "dcae-sch",
"timestamp": 1630455177600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455179624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455181237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "aai-ml",
"timestamp": 1630455174729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "dcae-sch",
"timestamp": 1630455177600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455179624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455181237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "cds",
"timestamp": 1630455182440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455182464,
"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-09-01T00:13:27.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:13:27.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"756ac22a-aa87-43a0-b398-6715b9c49f39","serviceName":"basic_onboard_dZYZUp","serviceVersion":"1.0","serviceUUID":"73615bd5-5a4c-4706-9b18-659e1b2b537d","serviceDescription":"service","serviceInvariantUUID":"a0ea4464-a079-4233-be11-597914f280cf","resources":[{"resourceInstanceName":"basic_onboard_dZYZUp 0","resourceName":"basic_onboard_dZYZUp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e542d885-a39e-4aef-8e03-ee403ebe5672","resourceInvariantUUID":"7958f375-1005-48a9-83a2-53b4277eca85","resourceCustomizationUUID":"5ee31676-af72-4712-9f7b-e6d50c931922","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml","artifactChecksum":"ZmMyZGFjYTRkMmZjMjE3NDVhNDNkNDQ5MDFlNTU5OGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"39457c87-83b6-41f7-ab42-fcb0a79f16b7","artifactVersion":"1"},{"artifactName":"basic_onboard_dzyzup0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json","artifactChecksum":"NTMxMTZlNzBjMDA2NjYyM2M1MzExNTc3NmY1Mzg3NmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d689a623-970a-4a51-b058-6c3b4e48495c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"360edf78-3e08-4edb-8d46-b83a18d9d8fb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"653f6ffc-9687-411b-b2c2-9a7680553d13","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f706a6c-5684-4b6d-b456-e58e0dc0c692","artifactVersion":"2","generatedFromUUID":"360edf78-3e08-4edb-8d46-b83a18d9d8fb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDzyzup-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml","artifactChecksum":"OGVjN2Y4ZWU1MDAwYTYyNTE2YzY3YTk4OTc0NmFjMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb433ce4-59ca-40b1-b93c-c3c133e1530a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDzyzup-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar","artifactChecksum":"ZWNmODhiYTRiZjNmMzc0YmJjNDZmMmMxYTIwMjcwYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f2e43a76-e499-44da-b4ed-66a9b21b82f2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-01T00:13:27.760Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:13:27.764Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 756ac22a-aa87-43a0-b398-6715b9c49f39
2021-09-01T00:13:27.764Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 756ac22a-aa87-43a0-b398-6715b9c49f39 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=?
2021-09-01T00:13:27.767Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-01T00:13:27.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "dcae-sch",
"timestamp": 1630455177600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.774Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:27.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.774Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455179624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455181237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "cds",
"timestamp": 1630455183456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-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-09-01T00:13:27.780Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 756ac22a-aa87-43a0-b398-6715b9c49f39
2021-09-01T00:13:27.780Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 756ac22a-aa87-43a0-b398-6715b9c49f39 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-09-01T00:13:27.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455183467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-01T00:13:27.791Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "aai-ml",
"timestamp": 1630455183897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.791Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "dcae-sch",
"timestamp": 1630455177600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455179624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455181237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455179624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455181237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455185530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455179624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "policy-id",
"timestamp": 1630455185691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455181237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455185530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
"status": "NOTIFIED"
}
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "policy-id",
"timestamp": 1630455185691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455181237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455185530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "policy-id",
"timestamp": 1630455185691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455185530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "policy-id",
"timestamp": 1630455185691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455189439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "cds",
"timestamp": 1630455188825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "clamp",
"timestamp": 1630455189906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455185530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-01T00:13:27.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "policy-id",
"timestamp": 1630455185691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "cds",
"timestamp": 1630455188825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455185530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "policy-id",
"timestamp": 1630455185691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "cds",
"timestamp": 1630455188825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "clamp",
"timestamp": 1630455191917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455185530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "policy-id",
"timestamp": 1630455185691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "cds",
"timestamp": 1630455188825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "clamp",
"timestamp": 1630455192921,
"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-09-01T00:13:27.803Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 756ac22a-aa87-43a0-b398-6715b9c49f39
2021-09-01T00:13:27.803Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 756ac22a-aa87-43a0-b398-6715b9c49f39 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-09-01T00:13:27.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455193201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-01T00:13:27.817Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "cds",
"timestamp": 1630455188825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455193907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.817Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "policy-id",
"timestamp": 1630455194112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.818Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455194205,
"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-09-01T00:13:27.824Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 756ac22a-aa87-43a0-b398-6715b9c49f39
2021-09-01T00:13:27.824Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 756ac22a-aa87-43a0-b398-6715b9c49f39 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-09-01T00:13:27.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "cds",
"timestamp": 1630455188825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455195083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "policy-id",
"timestamp": 1630455195115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-01T00:13:27.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "aai-ml",
"timestamp": 1630455195253,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-01T00:13:27.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "cds",
"timestamp": 1630455188825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:13:27.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "policy-id",
"timestamp": 1630455196118,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-01T00:13:27.850Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
2021-09-01T00:13:27.850Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ba6486d-fbef-4bd6-b977-7b31cfbdd056 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-09-01T00:13:27.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "aai-ml",
"timestamp": 1630455196258,
"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-09-01T00:13:27.865Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 756ac22a-aa87-43a0-b398-6715b9c49f39
2021-09-01T00:13:27.865Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 756ac22a-aa87-43a0-b398-6715b9c49f39 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-09-01T00:13:27.873Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-01T00:13:27.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455196266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "cds",
"timestamp": 1630455196753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:13:27.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455197286,
"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-09-01T00:13:27.878Z||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-09-01T00:13:27.878Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:27.881Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
2021-09-01T00:13:27.881Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ba6486d-fbef-4bd6-b977-7b31cfbdd056 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-09-01T00:13:27.887Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:13:27.887Z||pool-3-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:27.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "cds",
"timestamp": 1630455197758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-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-09-01T00:13:27.893Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
2021-09-01T00:13:27.893Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ba6486d-fbef-4bd6-b977-7b31cfbdd056 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-09-01T00:13:27.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "clamp",
"timestamp": 1630455197508,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "dcae-sch",
"timestamp": 1630455197600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455198288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
"status": "DEPLOY_OK"
}
2021-09-01T00:13:27.902Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:13:27.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "clamp",
"timestamp": 1630455197508,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
"status": "NOTIFIED"
}
2021-09-01T00:13:27.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "dcae-sch",
"timestamp": 1630455197600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "clamp",
"timestamp": 1630455197508,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "dcae-sch",
"timestamp": 1630455197600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455199624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "clamp",
"timestamp": 1630455197508,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "dcae-sch",
"timestamp": 1630455197600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455199624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "clamp",
"timestamp": 1630455197508,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "dcae-sch",
"timestamp": 1630455197600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455199624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "clamp",
"timestamp": 1630455197508,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "dcae-sch",
"timestamp": 1630455197600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455199624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "clamp",
"timestamp": 1630455197508,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:13:27.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "dcae-sch",
"timestamp": 1630455197600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455199624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455199624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "aai-ml",
"timestamp": 1630455204729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455199624,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:27.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:13:27.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "aai-ml",
"timestamp": 1630455204729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:27.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:13:28.780Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:13:28.781Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:28.782Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:28.783Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
"status": "NOTIFIED"
}
2021-09-01T00:13:28.883Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:28.884Z||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-09-01T00:13:28.884Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:28.893Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:13:28.894Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:29.783Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:13:29.784Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:29.786Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:29.786Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-01T00:13:29.887Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:13:29.887Z||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-09-01T00:13:29.888Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:29.896Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:13:29.897Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:30.787Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:13:30.788Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:30.790Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:30.790Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:30.891Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-01T00:13:30.892Z||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-09-01T00:13:30.892Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:30.900Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:13:30.900Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:31.791Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:13:31.792Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:31.794Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:31.794Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-01T00:13:31.894Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:31.895Z||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-09-01T00:13:31.895Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:31.902Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:13:31.902Z||pool-7-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:32.795Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:13:32.796Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:32.798Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:32.799Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:13:32.899Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:32.900Z||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-09-01T00:13:32.900Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:32.909Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:13:32.909Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:33.799Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:13:33.800Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:33.803Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:33.803Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:13:33.903Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:33.904Z||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-09-01T00:13:33.904Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:33.913Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:13:33.913Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:34.806Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"serviceName": "basic_onboard_dZYZUp",
"serviceVersion": "1.0",
"serviceUUID": "73615bd5-5a4c-4706-9b18-659e1b2b537d",
"serviceDescription": "service",
"serviceInvariantUUID": "a0ea4464-a079-4233-be11-597914f280cf",
"resources": [
{
"resourceInstanceName": "basic_onboard_dZYZUp 0",
"resourceCustomizationUUID": "5ee31676-af72-4712-9f7b-e6d50c931922",
"resourceName": "basic_onboard_dZYZUp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e542d885-a39e-4aef-8e03-ee403ebe5672",
"resourceInvariantUUID": "7958f375-1005-48a9-83a2-53b4277eca85",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dzyzup0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
"artifactChecksum": "NTMxMTZlNzBjMDA2NjYyM2M1MzExNTc3NmY1Mzg3NmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d689a623-970a-4a51-b058-6c3b4e48495c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "360edf78-3e08-4edb-8d46-b83a18d9d8fb",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6f706a6c-5684-4b6d-b456-e58e0dc0c692",
"generatedFromUUID": "360edf78-3e08-4edb-8d46-b83a18d9d8fb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6f706a6c-5684-4b6d-b456-e58e0dc0c692",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDzyzup-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"artifactChecksum": "ZWNmODhiYTRiZjNmMzc0YmJjNDZmMmMxYTIwMjcwYWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f2e43a76-e499-44da-b4ed-66a9b21b82f2"
}
],
"workloadContext": "Production"
}
2021-09-01T00:13:34.807Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-01T00:13:34.809Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 73615bd5-5a4c-4706-9b18-659e1b2b537d ASDC
2021-09-01T00:13:34.928Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:756ac22a-aa87-43a0-b398-6715b9c49f39
ServiceName:basic_onboard_dZYZUp
ServiceVersion:1.0
ServiceUUID:73615bd5-5a4c-4706-9b18-659e1b2b537d
ServiceInvariantUUID:a0ea4464-a079-4233-be11-597914f280cf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDzyzup-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar
ArtifactUUID:f2e43a76-e499-44da-b4ed-66a9b21b82f2
ArtifactChecksum:ZWNmODhiYTRiZjNmMzc0YmJjNDZmMmMxYTIwMjcwYWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_dZYZUp 0
ResourceCustomizationUUID:5ee31676-af72-4712-9f7b-e6d50c931922
ResourceInvariantUUID:7958f375-1005-48a9-83a2-53b4277eca85
ResourceName:basic_onboard_dZYZUp
ResourceType:VF
ResourceUUID:e542d885-a39e-4aef-8e03-ee403ebe5672
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dzyzup0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json
ArtifactUUID:d689a623-970a-4a51-b058-6c3b4e48495c
ArtifactChecksum:NTMxMTZlNzBjMDA2NjYyM2M1MzExNTc3NmY1Mzg3NmY=
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/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml
ArtifactUUID:360edf78-3e08-4edb-8d46-b83a18d9d8fb
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/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env
ArtifactUUID:6f706a6c-5684-4b6d-b456-e58e0dc0c692
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/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env
ArtifactUUID:6f706a6c-5684-4b6d-b456-e58e0dc0c692
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-01T00:13:34.929Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73615bd5-5a4c-4706-9b18-659e1b2b537d 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-09-01T00:13:34.974Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:13:34.975Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:13:34.976Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:13:34.976Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f2e43a76-e499-44da-b4ed-66a9b21b82f2 from URL: /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:34.976Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:13:34.977Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:35.196Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:13:35.209Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar f2e43a76-e499-44da-b4ed-66a9b21b82f2 71366
2021-09-01T00:13:35.210Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar ASDC sendASDCNotification
2021-09-01T00:13:35.210Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:35.212Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:13:35.213Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:35.214Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:35.215Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455215209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:13:35.315Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:35.316Z||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-09-01T00:13:35.316Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:35.324Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:13:35.325Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:13:36.215Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:13:36.217Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:13:36.218Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f2e43a76-e499-44da-b4ed-66a9b21b82f2, URL: /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar to file: /app/ASDC/1/service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:36.218Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:36.277Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:36.277Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:36.690Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11936942656900930906/Definitions/service-BasicOnboardDzyzup-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-09-01T00:13:38.291Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-01T00:13:38.295Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:13:38.295Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:38.295Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-01T00:13:38.295Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dZYZUp 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-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:38.295Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||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-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:38.295Z|756ac22a-aa87-43a0-b398-6715b9c49f39|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-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:38.295Z|756ac22a-aa87-43a0-b398-6715b9c49f39|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-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:38.295Z|756ac22a-aa87-43a0-b398-6715b9c49f39|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-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:38.296Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:38.296Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:38.296Z|756ac22a-aa87-43a0-b398-6715b9c49f39|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-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:38.296Z|756ac22a-aa87-43a0-b398-6715b9c49f39|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-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:38.296Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:13:38.301Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:38.302Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:38.314Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is matching search criteria
2021-09-01T00:13:38.315Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:13:38.316Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dZYZUp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:13:38.317Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:38.318Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:38.318Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is matching search criteria
2021-09-01T00:13:38.318Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:13:38.318Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dZYZUp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:13:38.318Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:38.318Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:38.322Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:38.322Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is not matching search criteria
2021-09-01T00:13:38.322Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-01T00:13:38.322Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-01T00:13:38.323Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-01T00:13:38.323Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-01T00:13:38.323Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-01T00:13:38.323Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:38.323Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-01T00:13:38.324Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:38.324Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is matching search criteria
2021-09-01T00:13:38.324Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dZYZUp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:13:38.324Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:38.324Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is matching search criteria
2021-09-01T00:13:38.325Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dZYZUp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:13:38.325Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:38.325Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is matching search criteria
2021-09-01T00:13:38.325Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dZYZUp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:13:38.325Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:38.325Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is not matching search criteria
2021-09-01T00:13:38.325Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-01T00:13:38.325Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-01T00:13:38.325Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6f364f44-39e8-4160-ae55-39a29b2b1ab7
2021-09-01T00:13:38.325Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:38.326Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:38.326Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:38.326Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:38.326Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:38.326Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:38.326Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:38.326Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:38.326Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_dZYZUp
Description:service
Model UUID:73615bd5-5a4c-4706-9b18-659e1b2b537d
Model Version:NULL
Model InvariantUuid:a0ea4464-a079-4233-be11-597914f280cf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_dZYZUp
Model UUID:a0e176f9-3532-48a9-a104-7c56da2bd317
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7958f375-1005-48a9-83a2-53b4277eca85
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5ee31676-af72-4712-9f7b-e6d50c931922
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7a8d15d7-f50a-4a89-86f9-9ee1367013ae
ModelName:BasicOnboardDzyzup..base_ubuntu18..module-0
ModelUuid:5a0bbcff-3667-44d4-9c7b-07c2a670af88
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6f364f44-39e8-4160-ae55-39a29b2b1ab7
ModelInvariantUuid:3ed3703e-2672-43a8-9838-6ca6c44a41bc
ModelName:basic_onboard_dZYZUp-nodes.ubuntu18Cvfc
ModelUuid:ca436853-2dd6-42e2-9ff4-aa75863a4346
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:94465b10-e2fb-4ce8-9cf4-10756d7ff04d
ModelInvariantUuid:b6e8f87d-bb46-4397-8b0d-4fda89e16396
ModelName:BasicOnboardDzyzup.compute.nodes.heat.ubuntu18
ModelUuid:914fdb04-ba0a-4963-b248-5eeff188616a
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-01T00:13:38.339Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: e542d885-a39e-4aef-8e03-ee403ebe5672
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:13:38.414Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||basic_onboard_dZYZUp 0
2021-09-01T00:13:38.421Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e542d885-a39e-4aef-8e03-ee403ebe5672
2021-09-01T00:13:38.421Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d689a623-970a-4a51-b058-6c3b4e48495c from URL: /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json
2021-09-01T00:13:38.421Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:13:38.421Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json
2021-09-01T00:13:38.899Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:13:38.900Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json d689a623-970a-4a51-b058-6c3b4e48495c 798
2021-09-01T00:13:38.900Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json ASDC sendASDCNotification
2021-09-01T00:13:38.900Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json
2021-09-01T00:13:38.900Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:13:38.900Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:38.903Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:38.904Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455218900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:13:39.004Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:39.005Z||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-09-01T00:13:39.005Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:39.015Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:13:39.015Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:39.905Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDzyzup..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7a8d15d7-f50a-4a89-86f9-9ee1367013ae",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5a0bbcff-3667-44d4-9c7b-07c2a670af88",
"vfModuleModelCustomizationUUID": "a4a5c7d6-7765-40ce-b77f-0f010be8c985",
"isBase": true,
"artifacts": [
"360edf78-3e08-4edb-8d46-b83a18d9d8fb",
"6f706a6c-5684-4b6d-b456-e58e0dc0c692"
],
"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-09-01T00:13:39.923Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDzyzup..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a0bbcff-3667-44d4-9c7b-07c2a670af88
VfModuleModelInvariantUUID:7a8d15d7-f50a-4a89-86f9-9ee1367013ae
VfModuleModelDescription:NULL
Artifacts UUID List:{
360edf78-3e08-4edb-8d46-b83a18d9d8fb
,
6f706a6c-5684-4b6d-b456-e58e0dc0c692
}
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-09-01T00:13:39.925Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDzyzup..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7a8d15d7-f50a-4a89-86f9-9ee1367013ae",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5a0bbcff-3667-44d4-9c7b-07c2a670af88",
"vfModuleModelCustomizationUUID": "a4a5c7d6-7765-40ce-b77f-0f010be8c985",
"isBase": true,
"artifacts": [
"360edf78-3e08-4edb-8d46-b83a18d9d8fb",
"6f706a6c-5684-4b6d-b456-e58e0dc0c692"
],
"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-09-01T00:13:39.925Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDzyzup..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a0bbcff-3667-44d4-9c7b-07c2a670af88
VfModuleModelInvariantUUID:7a8d15d7-f50a-4a89-86f9-9ee1367013ae
VfModuleModelDescription:NULL
Artifacts UUID List:{
360edf78-3e08-4edb-8d46-b83a18d9d8fb
,
6f706a6c-5684-4b6d-b456-e58e0dc0c692
}
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-09-01T00:13:39.925Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 360edf78-3e08-4edb-8d46-b83a18d9d8fb from URL: /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml
2021-09-01T00:13:39.925Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:13:39.925Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml
2021-09-01T00:13:40.528Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:13:40.528Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml 360edf78-3e08-4edb-8d46-b83a18d9d8fb 5033
2021-09-01T00:13:40.529Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-01T00:13:40.529Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml
2021-09-01T00:13:40.529Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:13:40.529Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:40.531Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:40.532Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455220529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:13:40.632Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:40.632Z||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-09-01T00:13:40.632Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:40.640Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:13:40.640Z||pool-12-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:41.532Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6f706a6c-5684-4b6d-b456-e58e0dc0c692 from URL: /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env
2021-09-01T00:13:41.533Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:13:41.533Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env
2021-09-01T00:13:42.065Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:13:42.065Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env 6f706a6c-5684-4b6d-b456-e58e0dc0c692 909
2021-09-01T00:13:42.065Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-01T00:13:42.066Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env
2021-09-01T00:13:42.066Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:13:42.066Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:42.069Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:42.069Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455222065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:13:42.169Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:42.170Z||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-09-01T00:13:42.170Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:42.178Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:13:42.179Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:13:43.070Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 73615bd5-5a4c-4706-9b18-659e1b2b537d
2021-09-01T00:13:43.071Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dZYZUp 0 e542d885-a39e-4aef-8e03-ee403ebe5672 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:13:43.102Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d6135a8, org.onap.sdc.toscaparser.api.parameters.Input@6ddf3be5, org.onap.sdc.toscaparser.api.parameters.Input@605b1bed, org.onap.sdc.toscaparser.api.parameters.Input@3edf6c57, org.onap.sdc.toscaparser.api.parameters.Input@6a47c251]
2021-09-01T00:13:43.107Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:43.107Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:43.107Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-09-01T00:13:43.107Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 5ee31676-af72-4712-9f7b-e6d50c931922
2021-09-01T00:13:43.108Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5ee31676-af72-4712-9f7b-e6d50c931922 matches Tosca VF Customization UUID: 5ee31676-af72-4712-9f7b-e6d50c931922
2021-09-01T00:13:43.108Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 5ee31676-af72-4712-9f7b-e6d50c931922 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-01T00:13:43.115Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:43.115Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:43.116Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 5ee31676-af72-4712-9f7b-e6d50c931922: {\"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-09-01T00:13:43.116Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f03bcea
2021-09-01T00:13:43.116Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:43.116Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-01T00:13:43.116Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a4a5c7d6-7765-40ce-b77f-0f010be8c985
2021-09-01T00:13:43.117Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a4a5c7d6-7765-40ce-b77f-0f010be8c985
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-01T00:13:43.121Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:43.122Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is matching search criteria
2021-09-01T00:13:43.122Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dZYZUp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:13:43.122Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:43.122Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is matching search criteria
2021-09-01T00:13:43.123Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dZYZUp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:13:43.123Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:43.123Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is not matching search criteria
2021-09-01T00:13:43.123Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-01T00:13:43.123Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-01T00:13:43.123Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6f364f44-39e8-4160-ae55-39a29b2b1ab7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-01T00:13:43.128Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:43.128Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is matching search criteria
2021-09-01T00:13:43.128Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dZYZUp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:13:43.128Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:43.128Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dZYZUp 0 is matching search criteria
2021-09-01T00:13:43.128Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dZYZUp 0] matching following query criteria: sdcType=VF, customizationUUID=5ee31676-af72-4712-9f7b-e6d50c931922
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:13:43.130Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:43.130Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:43.130Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 73615bd5-5a4c-4706-9b18-659e1b2b537d: basic_onboard_dZYZUp
2021-09-01T00:13:43.130Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:43.130Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:43.131Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:43.131Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:43.131Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:43.131Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:43.131Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:43.131Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:43.131Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:13:43.131Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dZYZUp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:13:43.131Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_dZYZUp
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-01T00:13:43.333Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dZYZUp e542d885-a39e-4aef-8e03-ee403ebe5672 1 ASDC deployResourceStructure
2021-09-01T00:13:43.334Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json ASDC sendASDCNotification
2021-09-01T00:13:43.334Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json
2021-09-01T00:13:43.334Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:13:43.334Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:43.335Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:43.335Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455223334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-01T00:13:43.436Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:43.436Z||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-09-01T00:13:43.436Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:43.443Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:13:43.444Z||pool-14-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:13:44.336Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-01T00:13:44.337Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml
2021-09-01T00:13:44.337Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:13:44.337Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:44.338Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:44.339Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455224336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-01T00:13:44.439Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:44.439Z||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-09-01T00:13:44.440Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:44.448Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:13:44.449Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:45.339Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-01T00:13:45.340Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env
2021-09-01T00:13:45.340Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:13:45.340Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:45.342Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:45.342Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455225339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-01T00:13:45.443Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:45.443Z||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-09-01T00:13:45.444Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:45.451Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:13:45.452Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:13:46.343Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar ASDC sendASDCNotification
2021-09-01T00:13:46.344Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar
2021-09-01T00:13:46.344Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:13:46.344Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:13:46.346Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:13:46.346Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455226343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-01T00:13:46.446Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:13:46.447Z||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-09-01T00:13:46.447Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:13:46.456Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:13:46.456Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:13:47.347Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 756ac22a-aa87-43a0-b398-6715b9c49f39
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-09-01T00:13:47.366Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 756ac22a-aa87-43a0-b398-6715b9c49f39
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-09-01T00:13:47.369Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:13:47.369Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-01T00:13:47.369Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-01T00:13:47.369Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-01T00:13:47.369Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-01T00:13:47.370Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-01T00:13:47.370Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-01T00:13:47.370Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-01T00:13:47.370Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-01T00:13:47.370Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-01T00:13:47.370Z|756ac22a-aa87-43a0-b398-6715b9c49f39|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-09-01T00:13:47.376Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-01T00:14:17.376Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 756ac22a-aa87-43a0-b398-6715b9c49f39 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-09-01T00:14:17.386Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 756ac22a-aa87-43a0-b398-6715b9c49f39 and serviceModelVersionId: 73615bd5-5a4c-4706-9b18-659e1b2b537d
2021-09-01T00:14:17.386Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a0ea4464-a079-4233-be11-597914f280cf
2021-09-01T00:14:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:14:27.131Z||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-09-01T00:14:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:14:27.149Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:14:27.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:14:27.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "aai-ml",
"timestamp": 1630455204729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:14:27.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:14:29.334Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a0ea4464-a079-4233-be11-597914f280cf/model-vers/model-ver/73615bd5-5a4c-4706-9b18-659e1b2b537d?depth=0
2021-09-01T00:14:29.430Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-01T00:14:29.944Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ea4464-a079-4233-be11-597914f280cf/model-vers/model-ver/73615bd5-5a4c-4706-9b18-659e1b2b537d?depth=0|INFO|500||Invoke
2021-09-01T00:14:29.951Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ea4464-a079-4233-be11-597914f280cf/model-vers/model-ver/73615bd5-5a4c-4706-9b18-659e1b2b537d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ea4464-a079-4233-be11-597914f280cf/model-vers/model-ver/73615bd5-5a4c-4706-9b18-659e1b2b537d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[756ac22a-aa87-43a0-b398-6715b9c49f39], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[391cfd9d-05b7-4330-b839-06ea2a12c605], X-ECOMP-RequestID=[756ac22a-aa87-43a0-b398-6715b9c49f39], X-TransactionId=[], X-ONAP-RequestID=[756ac22a-aa87-43a0-b398-6715b9c49f39], Content-Type=[application/merge-patch+json]}
2021-09-01T00:14:30.223Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ea4464-a079-4233-be11-597914f280cf/model-vers/model-ver/73615bd5-5a4c-4706-9b18-659e1b2b537d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-01T00:14:30.580Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ea4464-a079-4233-be11-597914f280cf/model-vers/model-ver/73615bd5-5a4c-4706-9b18-659e1b2b537d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ea4464-a079-4233-be11-597914f280cf/model-vers/model-ver/73615bd5-5a4c-4706-9b18-659e1b2b537d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210901-00:14:30:233-37008], vertex-id=[188552], Content-Length=[0], Date=[Wed, 01 Sep 2021 00:14:30 GMT], Content-Type=[application/json]}
2021-09-01T00:14:30.582Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ea4464-a079-4233-be11-597914f280cf/model-vers/model-ver/73615bd5-5a4c-4706-9b18-659e1b2b537d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-01T00:14:30.582Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a0ea4464-a079-4233-be11-597914f280cf/model-vers/model-ver/73615bd5-5a4c-4706-9b18-659e1b2b537d?depth=0|INFO|500||InvokeReturn
2021-09-01T00:14:30.593Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-01T00:14:30.593Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:14:30.600Z|756ac22a-aa87-43a0-b398-6715b9c49f39|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-09-01T00:14:30.602Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 756ac22a-aa87-43a0-b398-6715b9c49f39 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-01T00:14:30.603Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-01T00:14:30.604Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:30.605Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:30.606Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455270603,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:14:30.706Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:14:30.707Z||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-09-01T00:14:30.707Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:30.716Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:14:30.716Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 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-09-01T00:14:31.620Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-01T00:14:31.620Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2ba6486d-fbef-4bd6-b977-7b31cfbdd056","serviceName":"vFW 2021-09-01 00-10-45","serviceVersion":"1.0","serviceUUID":"7bea2472-27e1-4ca6-8fa5-e1a7666f29dc","serviceDescription":"catalog service description","serviceInvariantUUID":"7672fc95-e175-4233-b47d-f4132b07c2c8","resources":[{"resourceInstanceName":"vFW acefb442-c265 0","resourceName":"vFW acefb442-c265","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fd16070d-8ebe-4a3e-a25e-9bfc3c04cf53","resourceInvariantUUID":"65aecdae-9c8d-4aa9-9ab4-70b02312a503","resourceCustomizationUUID":"fffbe063-82e2-4932-a07a-7965150ebd35","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml","artifactChecksum":"NDdjYzA0ZjcwYzVlYjg2MTQzNTcxMmZjMDdhOGQ2Njc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"229ba6f9-92e4-4db0-8488-33977696da6d","artifactVersion":"1"},{"artifactName":"vfwacefb442c2650_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json","artifactChecksum":"MGZiOThhYjE5NGYxNDc3MjU5MzA2YzIyNGQxYWQxNDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"79528bc0-2293-4dd9-895b-ad8867e6a2bb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cddfd29e-ca08-46fa-9491-d8112a8cd3bf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml","artifactChecksum":"ZWUyOTQ3ZWU2YTIyNDAxYjI2NzIyY2JkY2IxMTZhMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0d8085c9-65c3-44b6-9603-b335ac571e9f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"867ca896-2175-4ef5-8d21-0025d1f1fa4a","artifactVersion":"2","generatedFromUUID":"cddfd29e-ca08-46fa-9491-d8112a8cd3bf"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210901001045-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml","artifactChecksum":"OWVkN2RiZTliZjc3MmI5NDUxYjllMmUyZjU3ZmQyZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"86a23bb7-8bac-4c71-ae9d-f7074f548584","artifactVersion":"1"},{"artifactName":"service-Vfw20210901001045-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar","artifactChecksum":"NzdiMTZkZWVhZDMyMDVjMTkzNDQ2OGQ3OWQ1ZGFkOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dfd79d9c-e250-488d-8d01-63bbd7ba10ff","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-01T00:14:31.620Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:14:31.621Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:31.623Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:31.624Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:14:31.724Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:14:31.725Z||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-09-01T00:14:31.725Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:31.732Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:14:31.733Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:32.624Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:14:32.625Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:32.627Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:32.627Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
"status": "NOTIFIED"
}
2021-09-01T00:14:32.728Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:14:32.728Z||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-09-01T00:14:32.729Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:32.736Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:14:32.737Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:33.628Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:14:33.629Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:33.631Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:33.632Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-01T00:14:33.732Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:14:33.732Z||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-09-01T00:14:33.733Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:33.741Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:14:33.741Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:34.632Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:14:34.633Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:34.636Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:34.636Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:14:34.737Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:14:34.737Z||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-09-01T00:14:34.737Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:34.745Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:14:34.745Z||pool-22-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:14:35.637Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:14:35.638Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:35.640Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:35.640Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-01T00:14:35.741Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:14:35.741Z||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-09-01T00:14:35.742Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:35.749Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:14:35.750Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:36.641Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:14:36.642Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:36.643Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:36.643Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:14:36.744Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:14:36.745Z||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-09-01T00:14:36.745Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:36.752Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:14:36.752Z||pool-24-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:37.644Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:14:37.645Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:37.646Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:37.646Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:14:37.746Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:14:37.747Z||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-09-01T00:14:37.747Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:37.755Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:14:37.756Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:38.648Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"serviceName": "vFW 2021-09-01 00-10-45",
"serviceVersion": "1.0",
"serviceUUID": "7bea2472-27e1-4ca6-8fa5-e1a7666f29dc",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7672fc95-e175-4233-b47d-f4132b07c2c8",
"resources": [
{
"resourceInstanceName": "vFW acefb442-c265 0",
"resourceCustomizationUUID": "fffbe063-82e2-4932-a07a-7965150ebd35",
"resourceName": "vFW acefb442-c265",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fd16070d-8ebe-4a3e-a25e-9bfc3c04cf53",
"resourceInvariantUUID": "65aecdae-9c8d-4aa9-9ab4-70b02312a503",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwacefb442c2650_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
"artifactChecksum": "MGZiOThhYjE5NGYxNDc3MjU5MzA2YzIyNGQxYWQxNDM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "79528bc0-2293-4dd9-895b-ad8867e6a2bb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cddfd29e-ca08-46fa-9491-d8112a8cd3bf",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "867ca896-2175-4ef5-8d21-0025d1f1fa4a",
"generatedFromUUID": "cddfd29e-ca08-46fa-9491-d8112a8cd3bf"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "867ca896-2175-4ef5-8d21-0025d1f1fa4a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210901001045-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"artifactChecksum": "NzdiMTZkZWVhZDMyMDVjMTkzNDQ2OGQ3OWQ1ZGFkOTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dfd79d9c-e250-488d-8d01-63bbd7ba10ff"
}
],
"workloadContext": "Production"
}
2021-09-01T00:14:38.649Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-01T00:14:38.649Z|756ac22a-aa87-43a0-b398-6715b9c49f39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7bea2472-27e1-4ca6-8fa5-e1a7666f29dc ASDC
2021-09-01T00:14:38.650Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2ba6486d-fbef-4bd6-b977-7b31cfbdd056
ServiceName:vFW 2021-09-01 00-10-45
ServiceVersion:1.0
ServiceUUID:7bea2472-27e1-4ca6-8fa5-e1a7666f29dc
ServiceInvariantUUID:7672fc95-e175-4233-b47d-f4132b07c2c8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210901001045-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar
ArtifactUUID:dfd79d9c-e250-488d-8d01-63bbd7ba10ff
ArtifactChecksum:NzdiMTZkZWVhZDMyMDVjMTkzNDQ2OGQ3OWQ1ZGFkOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW acefb442-c265 0
ResourceCustomizationUUID:fffbe063-82e2-4932-a07a-7965150ebd35
ResourceInvariantUUID:65aecdae-9c8d-4aa9-9ab4-70b02312a503
ResourceName:vFW acefb442-c265
ResourceType:VF
ResourceUUID:fd16070d-8ebe-4a3e-a25e-9bfc3c04cf53
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwacefb442c2650_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json
ArtifactUUID:79528bc0-2293-4dd9-895b-ad8867e6a2bb
ArtifactChecksum:MGZiOThhYjE5NGYxNDc3MjU5MzA2YzIyNGQxYWQxNDM=
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/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml
ArtifactUUID:cddfd29e-ca08-46fa-9491-d8112a8cd3bf
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/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env
ArtifactUUID:867ca896-2175-4ef5-8d21-0025d1f1fa4a
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/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env
ArtifactUUID:867ca896-2175-4ef5-8d21-0025d1f1fa4a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-01T00:14:38.650Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7bea2472-27e1-4ca6-8fa5-e1a7666f29dc 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-09-01T00:14:38.686Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:14:38.687Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:14:38.687Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:14:38.687Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dfd79d9c-e250-488d-8d01-63bbd7ba10ff from URL: /sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar
2021-09-01T00:14:38.688Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:14:38.688Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar
2021-09-01T00:14:39.120Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:14:39.125Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar dfd79d9c-e250-488d-8d01-63bbd7ba10ff 98757
2021-09-01T00:14:39.125Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar ASDC sendASDCNotification
2021-09-01T00:14:39.126Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar
2021-09-01T00:14:39.126Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:14:39.126Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:39.127Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:39.127Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455279125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:14:39.228Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:14:39.228Z||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-09-01T00:14:39.228Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:39.237Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:14:39.238Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:40.128Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:14:40.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:14:40.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: dfd79d9c-e250-488d-8d01-63bbd7ba10ff, URL: /sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar to file: /app/ASDC/1/service-Vfw20210901001045-csar.csar
2021-09-01T00:14:40.130Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210901001045-csar.csar
2021-09-01T00:14:40.130Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210901001045-csar.csar
2021-09-01T00:14:40.131Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210901001045-csar.csar
2021-09-01T00:14:40.330Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8623870862373808436/Definitions/service-Vfw20210901001045-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-09-01T00:14:42.570Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-01T00:14:42.570Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:14:42.570Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW acefb442-c265 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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-Vfw20210901001045-csar.csar
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:14:42.571Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:42.572Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:42.572Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:42.572Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:14:42.572Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:14:42.572Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:42.572Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:42.572Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:42.572Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:14:42.572Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is not matching search criteria
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-01T00:14:42.573Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:42.574Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:14:42.575Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:42.575Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:42.575Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:14:42.575Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:42.575Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:42.575Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:14:42.575Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:42.575Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is not matching search criteria
2021-09-01T00:14:42.575Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=202e6258-fd77-48b8-836c-502c724b2834
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:42.576Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.577Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6022038a-1198-4f6b-b44e-239d8ee17a1a
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-01T00:14:42.578Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=638ef73c-b3ae-4ff4-b367-947d9de81466
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:42.579Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-01 00-10-45
Description:catalog service description
Model UUID:7bea2472-27e1-4ca6-8fa5-e1a7666f29dc
Model Version:NULL
Model InvariantUuid:7672fc95-e175-4233-b47d-f4132b07c2c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW acefb442-c265
Model UUID:92b4a04a-e3df-44b1-b2e6-8502cebd84b7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:65aecdae-9c8d-4aa9-9ab4-70b02312a503
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fffbe063-82e2-4932-a07a-7965150ebd35
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b32770a6-8d08-47ec-b8c3-0ebb461feb02
ModelName:VfwAcefb442C265..base_vfw..module-0
ModelUuid:b3fc1844-2a7a-4643-a78b-5618c0963754
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:202e6258-fd77-48b8-836c-502c724b2834
ModelInvariantUuid:d66cdbb9-ae21-4727-a444-021d2ad9ced6
ModelName:vFW acefb442-c265-nodes.vfwCvfc
ModelUuid:9d715bd9-2370-42c8-a28d-c8d07bcadd8b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:30a057ce-4f64-464c-946c-25868406d49a
ModelInvariantUuid:5d670cfc-0b5e-40c0-89e1-6e24c59c19b7
ModelName:VfwAcefb442C265.compute.nodes.heat.vfw
ModelUuid:cac226d4-18d5-4253-9923-85ed268c21a5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6022038a-1198-4f6b-b44e-239d8ee17a1a
ModelInvariantUuid:8b8d4aa5-b998-472c-baf7-332d57cf9ec5
ModelName:vFW acefb442-c265-nodes.vsnCvfc
ModelUuid:3f9dbb75-8822-4f5b-8f73-b0a6714b4bd6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:582e7870-ad64-4ff5-9461-f8713480f91b
ModelInvariantUuid:65b180e8-48db-42df-abd2-4778d5bd03b4
ModelName:VfwAcefb442C265.compute.nodes.heat.vsn
ModelUuid:acc657e2-9e31-4e4c-8d30-91c3c98c0ded
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:638ef73c-b3ae-4ff4-b367-947d9de81466
ModelInvariantUuid:09b56fe1-8a9c-4157-98ac-bcb1196b1a56
ModelName:vFW acefb442-c265-nodes.vpgCvfc
ModelUuid:0752675e-03a9-4fba-a34f-29b36f9acad7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:bd98f360-7da9-4dd4-ac0d-56c759e25667
ModelInvariantUuid:977b2690-1e93-4ee2-958d-cac95717e4e7
ModelName:VfwAcefb442C265.compute.nodes.heat.vpg
ModelUuid:cf0a8ca9-9a9f-41db-bd79-5528e8e2b0a5
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-01T00:14:42.621Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fd16070d-8ebe-4a3e-a25e-9bfc3c04cf53
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:14:42.625Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||vFW acefb442-c265 0
2021-09-01T00:14:42.625Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fd16070d-8ebe-4a3e-a25e-9bfc3c04cf53
2021-09-01T00:14:42.625Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 79528bc0-2293-4dd9-895b-ad8867e6a2bb from URL: /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json
2021-09-01T00:14:42.625Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:14:42.625Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json
2021-09-01T00:14:43.967Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:14:43.967Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json 79528bc0-2293-4dd9-895b-ad8867e6a2bb 785
2021-09-01T00:14:43.968Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json ASDC sendASDCNotification
2021-09-01T00:14:43.968Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json
2021-09-01T00:14:43.968Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:14:43.968Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:43.970Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:43.971Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455283968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:14:44.071Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:14:44.072Z||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-09-01T00:14:44.072Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:44.080Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:14:44.080Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:44.971Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAcefb442C265..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b32770a6-8d08-47ec-b8c3-0ebb461feb02",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b3fc1844-2a7a-4643-a78b-5618c0963754",
"vfModuleModelCustomizationUUID": "252140d2-e25d-43cc-92ad-8f7559cd5325",
"isBase": true,
"artifacts": [
"cddfd29e-ca08-46fa-9491-d8112a8cd3bf",
"867ca896-2175-4ef5-8d21-0025d1f1fa4a"
],
"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-09-01T00:14:44.977Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAcefb442C265..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3fc1844-2a7a-4643-a78b-5618c0963754
VfModuleModelInvariantUUID:b32770a6-8d08-47ec-b8c3-0ebb461feb02
VfModuleModelDescription:NULL
Artifacts UUID List:{
cddfd29e-ca08-46fa-9491-d8112a8cd3bf
,
867ca896-2175-4ef5-8d21-0025d1f1fa4a
}
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-09-01T00:14:44.980Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAcefb442C265..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b32770a6-8d08-47ec-b8c3-0ebb461feb02",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b3fc1844-2a7a-4643-a78b-5618c0963754",
"vfModuleModelCustomizationUUID": "252140d2-e25d-43cc-92ad-8f7559cd5325",
"isBase": true,
"artifacts": [
"cddfd29e-ca08-46fa-9491-d8112a8cd3bf",
"867ca896-2175-4ef5-8d21-0025d1f1fa4a"
],
"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-09-01T00:14:44.980Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAcefb442C265..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3fc1844-2a7a-4643-a78b-5618c0963754
VfModuleModelInvariantUUID:b32770a6-8d08-47ec-b8c3-0ebb461feb02
VfModuleModelDescription:NULL
Artifacts UUID List:{
cddfd29e-ca08-46fa-9491-d8112a8cd3bf
,
867ca896-2175-4ef5-8d21-0025d1f1fa4a
}
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-09-01T00:14:44.980Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cddfd29e-ca08-46fa-9491-d8112a8cd3bf from URL: /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml
2021-09-01T00:14:44.980Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:14:44.981Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml
2021-09-01T00:14:46.021Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:14:46.022Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml cddfd29e-ca08-46fa-9491-d8112a8cd3bf 20368
2021-09-01T00:14:46.022Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-01T00:14:46.022Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml
2021-09-01T00:14:46.022Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:14:46.022Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:46.024Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:46.024Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455286022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:14:46.125Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:14:46.126Z||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-09-01T00:14:46.126Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:46.134Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:14:46.135Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:47.025Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 867ca896-2175-4ef5-8d21-0025d1f1fa4a from URL: /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env
2021-09-01T00:14:47.026Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:14:47.026Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env
2021-09-01T00:14:47.817Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:14:47.818Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env 867ca896-2175-4ef5-8d21-0025d1f1fa4a 2098
2021-09-01T00:14:47.818Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-01T00:14:47.819Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env
2021-09-01T00:14:47.819Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:14:47.819Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:47.822Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:47.823Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455287818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:14:47.922Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-01T00:14:47.923Z||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-09-01T00:14:47.923Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:47.931Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:14:47.931Z||pool-29-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:48.823Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7bea2472-27e1-4ca6-8fa5-e1a7666f29dc
2021-09-01T00:14:48.824Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW acefb442-c265 0 fd16070d-8ebe-4a3e-a25e-9bfc3c04cf53 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:14:48.847Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c7bf7bf, org.onap.sdc.toscaparser.api.parameters.Input@69ae27fa, org.onap.sdc.toscaparser.api.parameters.Input@72483cb6, org.onap.sdc.toscaparser.api.parameters.Input@379b9bef, org.onap.sdc.toscaparser.api.parameters.Input@749e44ac]
2021-09-01T00:14:48.849Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:48.849Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:48.850Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-09-01T00:14:48.850Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= fffbe063-82e2-4932-a07a-7965150ebd35
2021-09-01T00:14:48.850Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fffbe063-82e2-4932-a07a-7965150ebd35 matches Tosca VF Customization UUID: fffbe063-82e2-4932-a07a-7965150ebd35
2021-09-01T00:14:48.850Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: fffbe063-82e2-4932-a07a-7965150ebd35 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-01T00:14:48.853Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:48.853Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:48.854Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id fffbe063-82e2-4932-a07a-7965150ebd35: {\"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-09-01T00:14:48.855Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7166e7fc
2021-09-01T00:14:48.856Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:48.856Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-01T00:14:48.857Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 252140d2-e25d-43cc-92ad-8f7559cd5325
2021-09-01T00:14:48.857Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 252140d2-e25d-43cc-92ad-8f7559cd5325
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-01T00:14:48.859Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:48.859Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:48.860Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:14:48.860Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:48.860Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:48.861Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:14:48.861Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:48.861Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is not matching search criteria
2021-09-01T00:14:48.861Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-01T00:14:48.862Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-01T00:14:48.862Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-01T00:14:48.862Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-01T00:14:48.863Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-01T00:14:48.863Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-01T00:14:48.863Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:48.863Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-01T00:14:48.864Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:48.864Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-01T00:14:48.864Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-01T00:14:48.864Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=202e6258-fd77-48b8-836c-502c724b2834
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-01T00:14:48.866Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:48.866Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:48.867Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:14:48.867Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:48.867Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is not matching search criteria
2021-09-01T00:14:48.867Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-01T00:14:48.867Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-01T00:14:48.868Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:48.868Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-01T00:14:48.868Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-01T00:14:48.868Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-01T00:14:48.868Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-01T00:14:48.869Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-01T00:14:48.869Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-01T00:14:48.869Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:48.869Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-01T00:14:48.869Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-01T00:14:48.870Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6022038a-1198-4f6b-b44e-239d8ee17a1a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-01T00:14:48.872Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:48.872Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:48.872Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:14:48.874Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:48.875Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is not matching search criteria
2021-09-01T00:14:48.875Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-01T00:14:48.875Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-01T00:14:48.875Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:48.876Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-01T00:14:48.876Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-01T00:14:48.876Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-01T00:14:48.876Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-01T00:14:48.876Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-01T00:14:48.877Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-01T00:14:48.877Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-01T00:14:48.877Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-01T00:14:48.877Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-01T00:14:48.877Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=638ef73c-b3ae-4ff4-b367-947d9de81466
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-01T00:14:48.879Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:48.880Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:48.880Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-01T00:14:48.880Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:48.880Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Node template vFW acefb442-c265 0 is matching search criteria
2021-09-01T00:14:48.881Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW acefb442-c265 0] matching following query criteria: sdcType=VF, customizationUUID=fffbe063-82e2-4932-a07a-7965150ebd35
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:14:48.883Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:48.883Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:48.883Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7bea2472-27e1-4ca6-8fa5-e1a7666f29dc: vFW acefb442-c265
2021-09-01T00:14:48.883Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:48.883Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:48.884Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:48.884Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:48.884Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:48.884Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:48.884Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:48.885Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:48.885Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:14:48.885Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-01 00-10-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:14:48.885Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-09-01 00-10-45
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-01T00:14:49.095Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW acefb442-c265 fd16070d-8ebe-4a3e-a25e-9bfc3c04cf53 1 ASDC deployResourceStructure
2021-09-01T00:14:49.095Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json ASDC sendASDCNotification
2021-09-01T00:14:49.095Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json
2021-09-01T00:14:49.095Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:14:49.096Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:49.097Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:49.097Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455289095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
"status": "DEPLOY_OK"
}
2021-09-01T00:14:49.198Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-01T00:14:49.199Z||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-09-01T00:14:49.199Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:49.207Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:14:49.207Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:50.098Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-01T00:14:50.099Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml
2021-09-01T00:14:50.099Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:14:50.100Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:50.102Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:50.102Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455290098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-01T00:14:50.202Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-01T00:14:50.203Z||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-09-01T00:14:50.204Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:50.214Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:14:50.215Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:51.103Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-01T00:14:51.104Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env
2021-09-01T00:14:51.104Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:14:51.104Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:51.106Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:51.107Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455291103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-01T00:14:51.207Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:14:51.208Z||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-09-01T00:14:51.208Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:51.215Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:14:51.216Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:14:52.107Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar ASDC sendASDCNotification
2021-09-01T00:14:52.108Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar
2021-09-01T00:14:52.108Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:14:52.109Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:14:52.110Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:14:52.110Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455292107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-01T00:14:52.211Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:14:52.211Z||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-09-01T00:14:52.212Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:14:52.219Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:14:52.220Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:14:53.111Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
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-09-01T00:14:53.124Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
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-09-01T00:14:53.126Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:14:53.127Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:14:53.127Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:15:23.127Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
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-09-01T00:15:23.142Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
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-09-01T00:15:23.145Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:15:23.145Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:15:23.145Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:15:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:15:27.131Z||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-09-01T00:15:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:15:27.151Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:15:27.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:15:27.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:15:27.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:15:53.145Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
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-09-01T00:15:53.158Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
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-09-01T00:15:53.161Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:15:53.161Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:15:53.161Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:16:23.161Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
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-09-01T00:16:23.172Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
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-09-01T00:16:23.175Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:16:23.176Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:16:23.176Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:16:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:16:27.131Z||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-09-01T00:16:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:16:27.152Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:16:27.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "aai-ml",
"timestamp": 1630455204729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:16:27.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
"status": "NOTIFIED"
}
2021-09-01T00:16:27.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:16:27.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "aai-ml",
"timestamp": 1630455204729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:16:27.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-01T00:16:27.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:16:27.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "aai-ml",
"timestamp": 1630455204729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:16:27.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:16:27.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "aai-ml",
"timestamp": 1630455204729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:16:27.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:16:27.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455211237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:16:27.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-01T00:16:27.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455211237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "aai-ml",
"timestamp": 1630455213306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455211237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:16:27.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:16:27.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:16:27.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455211237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:16:27.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455215209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455211237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455211237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "clamp",
"timestamp": 1630455216903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455211237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:16:27.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:16:27.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455218900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:16:27.164Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "clamp",
"timestamp": 1630455218913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-01T00:16:27.164Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455219112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:16:27.165Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "clamp",
"timestamp": 1630455219916,
"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-09-01T00:16:27.171Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
2021-09-01T00:16:27.171Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ba6486d-fbef-4bd6-b977-7b31cfbdd056 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-09-01T00:16:27.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455220529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "aai-ml",
"timestamp": 1630455221519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455222065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455222362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "aai-ml",
"timestamp": 1630455222523,
"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-09-01T00:16:27.186Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
2021-09-01T00:16:27.186Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ba6486d-fbef-4bd6-b977-7b31cfbdd056 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-09-01T00:16:27.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455223334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/basic_onboard_dzyzup0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-01T00:16:27.195Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455223365,
"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-09-01T00:16:27.201Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
2021-09-01T00:16:27.201Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ba6486d-fbef-4bd6-b977-7b31cfbdd056 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-09-01T00:16:27.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455224336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-01T00:16:27.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455225339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/resourceInstances/basic_onboard_dzyzup0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-01T00:16:27.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:27.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:16:27.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455226343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDzyzup/1.0/artifacts/service-BasicOnboardDzyzup-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-01T00:16:27.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:16:53.176Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
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-09-01T00:16:53.189Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056
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-09-01T00:16:53.195Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:16:53.195Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-01T00:16:53.195Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-01T00:16:53.195Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-01T00:16:53.196Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-01T00:16:53.196Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-01T00:16:53.196Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-01T00:16:53.196Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-01T00:16:53.196Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-01T00:16:53.196Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-01T00:16:53.196Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:16:53.202Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-01T00:17:23.202Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056 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-09-01T00:17:23.208Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ba6486d-fbef-4bd6-b977-7b31cfbdd056 and serviceModelVersionId: 7bea2472-27e1-4ca6-8fa5-e1a7666f29dc
2021-09-01T00:17:23.208Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7672fc95-e175-4233-b47d-f4132b07c2c8
2021-09-01T00:17:23.210Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7672fc95-e175-4233-b47d-f4132b07c2c8/model-vers/model-ver/7bea2472-27e1-4ca6-8fa5-e1a7666f29dc?depth=0
2021-09-01T00:17:23.216Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-01T00:17:23.258Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7672fc95-e175-4233-b47d-f4132b07c2c8/model-vers/model-ver/7bea2472-27e1-4ca6-8fa5-e1a7666f29dc?depth=0|INFO|500||Invoke
2021-09-01T00:17:23.258Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7672fc95-e175-4233-b47d-f4132b07c2c8/model-vers/model-ver/7bea2472-27e1-4ca6-8fa5-e1a7666f29dc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7672fc95-e175-4233-b47d-f4132b07c2c8/model-vers/model-ver/7bea2472-27e1-4ca6-8fa5-e1a7666f29dc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2ba6486d-fbef-4bd6-b977-7b31cfbdd056], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d5ff3540-49fa-4388-9ac1-10ce85ca8734], X-ECOMP-RequestID=[2ba6486d-fbef-4bd6-b977-7b31cfbdd056], X-TransactionId=[], X-ONAP-RequestID=[2ba6486d-fbef-4bd6-b977-7b31cfbdd056], Content-Type=[application/merge-patch+json]}
2021-09-01T00:17:23.279Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7672fc95-e175-4233-b47d-f4132b07c2c8/model-vers/model-ver/7bea2472-27e1-4ca6-8fa5-e1a7666f29dc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-01T00:17:23.617Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7672fc95-e175-4233-b47d-f4132b07c2c8/model-vers/model-ver/7bea2472-27e1-4ca6-8fa5-e1a7666f29dc?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7672fc95-e175-4233-b47d-f4132b07c2c8/model-vers/model-ver/7bea2472-27e1-4ca6-8fa5-e1a7666f29dc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210901-00:17:23:292-4911], vertex-id=[250104], Content-Length=[0], Date=[Wed, 01 Sep 2021 00:17:23 GMT], Content-Type=[application/json]}
2021-09-01T00:17:23.617Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7672fc95-e175-4233-b47d-f4132b07c2c8/model-vers/model-ver/7bea2472-27e1-4ca6-8fa5-e1a7666f29dc?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-01T00:17:23.618Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7672fc95-e175-4233-b47d-f4132b07c2c8/model-vers/model-ver/7bea2472-27e1-4ca6-8fa5-e1a7666f29dc?depth=0|INFO|500||InvokeReturn
2021-09-01T00:17:23.618Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-01T00:17:23.619Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:17:23.624Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:17:23.625Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ba6486d-fbef-4bd6-b977-7b31cfbdd056 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-01T00:17:23.625Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-01T00:17:23.625Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:17:23.627Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:17:23.627Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455443625,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:17:23.727Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:17:23.728Z||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-09-01T00:17:23.728Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:17:23.741Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:17:23.741Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 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-09-01T00:17:24.639Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:17:24.640Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:17:24.640Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:17:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:17:27.131Z||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-09-01T00:17:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:17:27.150Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:17:27.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "756ac22a-aa87-43a0-b398-6715b9c49f39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455270603,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:17:27.152Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:17:27.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:17:27.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:17:27.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
"status": "NOTIFIED"
}
2021-09-01T00:17:27.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:17:27.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-01T00:17:27.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:17:27.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:17:27.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:17:27.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-01T00:17:27.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:17:27.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:17:27.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:17:27.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455207128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:17:27.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-01T00:17:27.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455279125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:17:27.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:17:27.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455283968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:17:27.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:17:27.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455286022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:17:27.155Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:17:27.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455287818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:17:27.156Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:17:27.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455289095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/vfwacefb442c2650_modules.json",
"status": "DEPLOY_OK"
}
2021-09-01T00:17:27.156Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:17:27.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455290098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-01T00:17:27.156Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:17:27.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455291103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/resourceInstances/vfwacefb442c2650/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-01T00:17:27.157Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:17:27.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-01T00:17:27.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455292107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210901001045/1.0/artifacts/service-Vfw20210901001045-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-01T00:17:27.157Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:17:34.828Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:17:34.828Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:17:34.829Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:17:34.829Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:17:44.363Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:17:44.364Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:17:44.364Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:17:44.364Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:17:53.895Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:17:53.896Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:17:53.896Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:17:53.896Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:18:03.428Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:18:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:18:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:18:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:18:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:18:27.130Z||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-09-01T00:18:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:18:27.655Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:18:27.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-01T00:18:27.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2ba6486d-fbef-4bd6-b977-7b31cfbdd056",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455443625,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:18:27.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:18:36.663Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:19:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:19:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:19:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:19:27.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:19:27.130Z||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-09-01T00:19:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:19:36.665Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:19:36.665Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:20:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:20:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:20:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:20:27.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:20:27.130Z||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-09-01T00:20:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:20:36.667Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:20:36.670Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:21:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:21:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:21:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:21:27.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:21:27.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-09-01T00:21:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:21:36.665Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:21:36.668Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:22:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:22:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:22:27.130Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:22:27.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:22:27.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-09-01T00:22:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:22:36.668Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:22:36.671Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:23:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:23:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:23:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:23:27.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:23:27.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-09-01T00:23:27.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 fo01l0bepjKmKJnX) ...
2021-09-01T00:23:36.670Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:23:36.674Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:24:27.128Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:24:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:24:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:24:27.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:24:27.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-09-01T00:24:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:24:36.666Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:24:36.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:25:27.128Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:25:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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-09-01T00:25:27.129Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:25:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:25:27.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-09-01T00:25:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:25:34.365Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:25:34.366Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-01T00:25:34.366Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b776105d-7bc0-4b7c-810d-be5191b3d149","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4efc15b6-a37d-44b0-9838-15fedaa20d0e","serviceDescription":"service","serviceInvariantUUID":"ca9b1fce-b3d9-4603-a103-46a28b8059bd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4cdd7298-7862-4d07-9364-de0fdb10d768","resourceInvariantUUID":"c9f83580-fed3-43fd-b5a9-187d5ebd4651","resourceCustomizationUUID":"b039e7fc-bf58-4006-90b0-c007920f4249","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NWNmZWE3ZjU2MjYwNWY5YTEwMzIyN2QzMjgyODQ5ZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1b9e2452-5772-4fe1-940a-c10962c8f3d9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjNhMDE0YTE4Y2I5NjkwNzM0MjY3MTVlYjlkOWM1NjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83331285-9074-49b6-8e82-aa0e447a4abb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-01T00:25:34.369Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:25:34.369Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:25:34.371Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:25:34.371Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455927128,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:25:34.471Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:25:34.472Z||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-09-01T00:25:34.473Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:25:34.483Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:25:34.484Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:25:34.564Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:25:34.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:25:34.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455925530,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:25:34.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:25:34.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:25:34.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455931237,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:25:34.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:25:35.371Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:25:35.373Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:25:35.375Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:25:35.376Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455927128,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:25:35.475Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-01T00:25:35.476Z||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-09-01T00:25:35.476Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:25:35.494Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:25:35.495Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:25:36.377Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "4efc15b6-a37d-44b0-9838-15fedaa20d0e",
"serviceDescription": "service",
"serviceInvariantUUID": "ca9b1fce-b3d9-4603-a103-46a28b8059bd",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "b039e7fc-bf58-4006-90b0-c007920f4249",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "4cdd7298-7862-4d07-9364-de0fdb10d768",
"resourceInvariantUUID": "c9f83580-fed3-43fd-b5a9-187d5ebd4651",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "MjNhMDE0YTE4Y2I5NjkwNzM0MjY3MTVlYjlkOWM1NjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "83331285-9074-49b6-8e82-aa0e447a4abb"
}
],
"workloadContext": "Production"
}
2021-09-01T00:25:36.377Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-01T00:25:36.377Z|2ba6486d-fbef-4bd6-b977-7b31cfbdd056|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4efc15b6-a37d-44b0-9838-15fedaa20d0e ASDC
2021-09-01T00:25:36.378Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b776105d-7bc0-4b7c-810d-be5191b3d149
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4efc15b6-a37d-44b0-9838-15fedaa20d0e
ServiceInvariantUUID:ca9b1fce-b3d9-4603-a103-46a28b8059bd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:83331285-9074-49b6-8e82-aa0e447a4abb
ArtifactChecksum:MjNhMDE0YTE4Y2I5NjkwNzM0MjY3MTVlYjlkOWM1NjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b039e7fc-bf58-4006-90b0-c007920f4249
ResourceInvariantUUID:c9f83580-fed3-43fd-b5a9-187d5ebd4651
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4cdd7298-7862-4d07-9364-de0fdb10d768
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-01T00:25:36.378Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4efc15b6-a37d-44b0-9838-15fedaa20d0e 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-09-01T00:25:36.451Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:25:36.452Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:25:36.452Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:25:36.452Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 83331285-9074-49b6-8e82-aa0e447a4abb from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-01T00:25:36.452Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:25:36.452Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-01T00:25:36.752Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:25:36.755Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 83331285-9074-49b6-8e82-aa0e447a4abb 52175
2021-09-01T00:25:36.755Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-01T00:25:36.756Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-01T00:25:36.756Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:25:36.756Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:25:36.758Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:25:36.758Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455936755,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:25:36.858Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:25:36.859Z||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-09-01T00:25:36.859Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:25:36.867Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:25:36.867Z||pool-37-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:25:37.758Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:25:37.759Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:25:37.760Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 83331285-9074-49b6-8e82-aa0e447a4abb, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-01T00:25:37.760Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-01T00:25:37.760Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-01T00:25:37.760Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-01T00:25:37.835Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3751580868418442097/Definitions/service-BasicNetwork-template.yml
2021-09-01T00:25:38.136Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-01T00:25:38.136Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:25:38.136Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-01T00:25:38.136Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-01T00:25:38.136Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-01T00:25:38.136Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-01T00:25:38.136Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-01T00:25:38.136Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-01T00:25:38.137Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.138Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:4efc15b6-a37d-44b0-9838-15fedaa20d0e
Model Version:NULL
Model InvariantUuid:ca9b1fce-b3d9-4603-a103-46a28b8059bd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c9f83580-fed3-43fd-b5a9-187d5ebd4651
Model UUID:f7104f9e-3238-48a7-aefe-4e80a5e51d26
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:b039e7fc-bf58-4006-90b0-c007920f4249
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-01T00:25:38.144Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 4cdd7298-7862-4d07-9364-de0fdb10d768
2021-09-01T00:25:38.145Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||No resources found for Service: 4efc15b6-a37d-44b0-9838-15fedaa20d0e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:25:38.148Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||
2021-09-01T00:25:38.148Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-01T00:25:38.148Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 4efc15b6-a37d-44b0-9838-15fedaa20d0e
2021-09-01T00:25:38.148Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4efc15b6-a37d-44b0-9838-15fedaa20d0e
2021-09-01T00:25:38.148Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-01T00:25:38.149Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:25:38.153Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b5b894e, org.onap.sdc.toscaparser.api.parameters.Input@67c0be19, org.onap.sdc.toscaparser.api.parameters.Input@36dae2a3, org.onap.sdc.toscaparser.api.parameters.Input@68cabcc3, org.onap.sdc.toscaparser.api.parameters.Input@4ffc596d]
2021-09-01T00:25:38.154Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:25:38.154Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.154Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:25:38.154Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.154Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4efc15b6-a37d-44b0-9838-15fedaa20d0e: Generic NeutronNet
2021-09-01T00:25:38.154Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:25:38.155Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.155Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:25:38.155Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-01T00:25:38.174Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:25:38.174Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.175Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:25:38.175Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.175Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:25:38.175Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:25:38.175Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-01T00:25:38.232Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-01T00:25:38.233Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-01T00:25:38.233Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-01T00:25:38.233Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-01T00:25:38.233Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:25:38.234Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:25:38.234Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455938233,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-01T00:25:38.335Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:25:38.335Z||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-09-01T00:25:38.335Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:25:38.342Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:25:38.342Z||pool-38-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:25:39.235Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
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-09-01T00:25:39.247Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
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-09-01T00:25:39.249Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:25:39.249Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:25:39.249Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:26:09.250Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
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-09-01T00:26:09.261Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
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-09-01T00:26:09.264Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:26:09.265Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:26:09.265Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:26:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:26:27.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-09-01T00:26:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:26:27.150Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:26:27.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:26:27.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455927128,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:26:27.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:26:39.265Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
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-09-01T00:26:39.276Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
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-09-01T00:26:39.278Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:26:39.278Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:26:39.278Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:27:09.279Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
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-09-01T00:27:09.293Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
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-09-01T00:27:09.295Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:27:09.295Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:27:09.296Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:27:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:27:27.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-09-01T00:27:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:27:27.150Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:27:27.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:27:27.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "policy-id",
"timestamp": 1630455925691,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:27:27.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:27:27.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:27:27.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "aai-ml",
"timestamp": 1630455924729,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:27:27.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:27:39.296Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
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-09-01T00:27:39.306Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
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-09-01T00:27:39.311Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:27:39.312Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:27:39.312Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:28:09.312Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
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-09-01T00:28:09.326Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
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-09-01T00:28:09.328Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:28:09.328Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-01T00:28:09.328Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-01T00:28:27.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:28:27.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-09-01T00:28:27.131Z||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 fo01l0bepjKmKJnX) ...
2021-09-01T00:28:27.159Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:28:27.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455931237,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455925530,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "policy-id",
"timestamp": 1630455925691,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455927128,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "aai-ml",
"timestamp": 1630455924729,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:28:27.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455936596,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "aai-ml",
"timestamp": 1630455936612,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "policy-id",
"timestamp": 1630455936603,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455936755,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "policy-id",
"timestamp": 1630455937608,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-01T00:28:27.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455938003,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "dcae-sch",
"timestamp": 1630455937600,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630455938233,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "policy-id",
"timestamp": 1630455938610,
"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-09-01T00:28:27.172Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b776105d-7bc0-4b7c-810d-be5191b3d149
2021-09-01T00:28:27.173Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b776105d-7bc0-4b7c-810d-be5191b3d149 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-09-01T00:28:27.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455939007,
"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-09-01T00:28:27.189Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b776105d-7bc0-4b7c-810d-be5191b3d149
2021-09-01T00:28:27.189Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b776105d-7bc0-4b7c-810d-be5191b3d149 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-09-01T00:28:27.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "dcae-sch",
"timestamp": 1630455937600,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "cds",
"timestamp": 1630455938825,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "aai-ml",
"timestamp": 1630455939993,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-01T00:28:27.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455939624,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "cds",
"timestamp": 1630455938825,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:28:27.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "aai-ml",
"timestamp": 1630455940997,
"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-09-01T00:28:27.205Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b776105d-7bc0-4b7c-810d-be5191b3d149
2021-09-01T00:28:27.206Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b776105d-7bc0-4b7c-810d-be5191b3d149 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-09-01T00:28:27.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455939624,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "cds",
"timestamp": 1630455942520,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:28:27.216Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "cds",
"timestamp": 1630455943526,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-01T00:28:27.223Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b776105d-7bc0-4b7c-810d-be5191b3d149
2021-09-01T00:28:27.223Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b776105d-7bc0-4b7c-810d-be5191b3d149 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-09-01T00:28:27.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "clamp",
"timestamp": 1630455947508,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "clamp",
"timestamp": 1630455947508,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "clamp",
"timestamp": 1630455955025,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "clamp",
"timestamp": 1630455957035,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "clamp",
"timestamp": 1630455958038,
"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-09-01T00:28:27.237Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b776105d-7bc0-4b7c-810d-be5191b3d149
2021-09-01T00:28:27.237Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b776105d-7bc0-4b7c-810d-be5191b3d149 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-09-01T00:28:27.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455959624,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455965530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "cds",
"timestamp": 1630455968824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455961237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "policy-id",
"timestamp": 1630455965691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455965530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455959624,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "cds",
"timestamp": 1630455968824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455961237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "policy-id",
"timestamp": 1630455965691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455965530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455959624,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "cds",
"timestamp": 1630455968824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455961237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "policy-id",
"timestamp": 1630455965691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455959624,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455965530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "cds",
"timestamp": 1630455968824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "policy-id",
"timestamp": 1630455965691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455961237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455959624,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455965530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "cds",
"timestamp": 1630455968824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455961237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "policy-id",
"timestamp": 1630455965691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455965530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455959624,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "cds",
"timestamp": 1630455968824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455961237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "policy-id",
"timestamp": 1630455965691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455965530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455959624,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "cds",
"timestamp": 1630455968824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455961237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "policy-id",
"timestamp": 1630455965691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630455965530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455959624,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "cds",
"timestamp": 1630455968824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455961237,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:28:27.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "policy-id",
"timestamp": 1630455965691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455978122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "clamp",
"timestamp": 1630455977508,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455978133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "cds",
"timestamp": 1630455978132,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "policy-id",
"timestamp": 1630455978119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "dcae-sch",
"timestamp": 1630455977600,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "clamp",
"timestamp": 1630455977508,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "cds",
"timestamp": 1630455979138,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-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-09-01T00:28:27.271Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f49774f9-388b-409a-8523-9260c011a0aa
2021-09-01T00:28:27.271Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f49774f9-388b-409a-8523-9260c011a0aa 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-09-01T00:28:27.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "policy-id",
"timestamp": 1630455979123,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-01T00:28:27.279Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "dcae-sch",
"timestamp": 1630455977600,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455979308,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455979824,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "clamp",
"timestamp": 1630455977508,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "policy-id",
"timestamp": 1630455980126,
"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-09-01T00:28:27.286Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f49774f9-388b-409a-8523-9260c011a0aa
2021-09-01T00:28:27.286Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f49774f9-388b-409a-8523-9260c011a0aa 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-09-01T00:28:27.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "dcae-sch",
"timestamp": 1630455977600,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "ves-openapi-manager",
"timestamp": 1630455980351,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-01T00:28:27.301Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f49774f9-388b-409a-8523-9260c011a0aa
2021-09-01T00:28:27.301Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f49774f9-388b-409a-8523-9260c011a0aa and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-01T00:28:27.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630455980827,
"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-09-01T00:28:27.317Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f49774f9-388b-409a-8523-9260c011a0aa
2021-09-01T00:28:27.317Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f49774f9-388b-409a-8523-9260c011a0aa 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-09-01T00:28:27.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "clamp",
"timestamp": 1630455977508,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "dcae-sch",
"timestamp": 1630455977600,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "clamp",
"timestamp": 1630455977508,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "dcae-sch",
"timestamp": 1630455977600,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "clamp",
"timestamp": 1630455977508,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "dcae-sch",
"timestamp": 1630455977600,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "clamp",
"timestamp": 1630455977508,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "dcae-sch",
"timestamp": 1630455977600,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "clamp",
"timestamp": 1630455977508,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:28:27.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "dcae-sch",
"timestamp": 1630455977600,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "aai-ml",
"timestamp": 1630455984729,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:27.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-01T00:28:27.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "aai-ml",
"timestamp": 1630455984729,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:28:27.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-01T00:28:39.328Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
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-09-01T00:28:39.340Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149
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-09-01T00:28:39.344Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-01T00:28:39.344Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-01T00:28:39.344Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-01T00:28:39.344Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-01T00:28:39.344Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-01T00:28:39.344Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-01T00:28:39.345Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-01T00:28:39.345Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-01T00:28:39.345Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-01T00:28:39.345Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-01T00:28:39.345Z|b776105d-7bc0-4b7c-810d-be5191b3d149|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-09-01T00:28:39.350Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-01T00:29:09.351Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b776105d-7bc0-4b7c-810d-be5191b3d149 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-09-01T00:29:09.356Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b776105d-7bc0-4b7c-810d-be5191b3d149 and serviceModelVersionId: 4efc15b6-a37d-44b0-9838-15fedaa20d0e
2021-09-01T00:29:09.356Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca9b1fce-b3d9-4603-a103-46a28b8059bd
2021-09-01T00:29:09.357Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca9b1fce-b3d9-4603-a103-46a28b8059bd/model-vers/model-ver/4efc15b6-a37d-44b0-9838-15fedaa20d0e?depth=0
2021-09-01T00:29:09.364Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-01T00:29:09.397Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ca9b1fce-b3d9-4603-a103-46a28b8059bd/model-vers/model-ver/4efc15b6-a37d-44b0-9838-15fedaa20d0e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-01T00:29:09.398Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ca9b1fce-b3d9-4603-a103-46a28b8059bd/model-vers/model-ver/4efc15b6-a37d-44b0-9838-15fedaa20d0e?depth=0|INFO|500||Invoke
2021-09-01T00:29:09.419Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ca9b1fce-b3d9-4603-a103-46a28b8059bd/model-vers/model-ver/4efc15b6-a37d-44b0-9838-15fedaa20d0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-01T00:29:09.647Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ca9b1fce-b3d9-4603-a103-46a28b8059bd/model-vers/model-ver/4efc15b6-a37d-44b0-9838-15fedaa20d0e?depth=0|INFO|500||InvokeReturn
2021-09-01T00:29:09.648Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ca9b1fce-b3d9-4603-a103-46a28b8059bd/model-vers/model-ver/4efc15b6-a37d-44b0-9838-15fedaa20d0e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210901-00:29:09:426-63118], vertex-id=[209136], Content-Length=[0], Date=[Wed, 01 Sep 2021 00:29:09 GMT], Content-Type=[application/json]}
2021-09-01T00:29:09.648Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-01T00:29:09.648Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-01T00:29:09.648Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:29:09.653Z|b776105d-7bc0-4b7c-810d-be5191b3d149|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-09-01T00:29:09.653Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b776105d-7bc0-4b7c-810d-be5191b3d149 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-01T00:29:09.653Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-01T00:29:09.654Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:09.656Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:09.656Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b776105d-7bc0-4b7c-810d-be5191b3d149",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630456149653,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-01T00:29:09.756Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:09.757Z||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-09-01T00:29:09.757Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:09.766Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:29:09.766Z||pool-39-thread-1|||||INFO|500||cambria reply ok (9 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-09-01T00:29:10.669Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-01T00:29:10.670Z|b776105d-7bc0-4b7c-810d-be5191b3d149|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-09-01T00:29:10.670Z|b776105d-7bc0-4b7c-810d-be5191b3d149|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 fo01l0bepjKmKJnX) ...
2021-09-01T00:29:14.939Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:29:14.941Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-01T00:29:14.941Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f49774f9-388b-409a-8523-9260c011a0aa","serviceName":"Demo_pNF_umdgKqVYq0tl4oqOQw2L","serviceVersion":"1.0","serviceUUID":"a601abe1-b9de-406b-a698-0d01c128759a","serviceDescription":"catalog service description","serviceInvariantUUID":"38111a23-91a7-486f-a573-6993512f6fa2","resources":[{"resourceInstanceName":"pNF 7fa0281f-51c1 0","resourceName":"pNF 7fa0281f-51c1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e0622716-b211-4a85-a47c-8bc4135db701","resourceInvariantUUID":"62039b9d-84ba-4162-b89d-bb1f437d6f84","resourceCustomizationUUID":"681ca3c6-ba1f-4f18-8e55-f99c9edbcc7b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml","artifactChecksum":"OTY1ODNjNzQ5NjY2NjQ4MGUzMWUyZTg5MTdjNDlmMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"825f477b-5854-441c-9fca-dab43538f88f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar","artifactChecksum":"YmEzY2ZmN2JjZjlmYjllMzIyY2M0ZmRlOWQwMmUyMTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ad45aebe-b6be-4aeb-8e73-3fe2bb3af7b6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f48d468-4d15-45d6-bf05-6468eb55ecac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vendor-license-model.xml","artifactChecksum":"MzVmMzI3ZDNhZTY5NzAxYzIzYzg2NjIzMTViZDY5NmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d81147c5-db50-4b6d-b747-eb9e366c50bd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"281d1240-9ce5-4922-8bc9-b2d6cb4d1ed7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e439062-88e5-4c18-b14d-2e666e75ee79","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml","artifactChecksum":"ZGNjZmEwZWEwZTVkNDZkNmZmZDViNzlmMTFiMWM4ODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"65fa029a-95e9-4929-9af7-35bc268d837f","artifactVersion":"1"},{"artifactName":"service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar","artifactChecksum":"NzE5MmY4YTcyNTY0Y2UxN2YyYTUwNzU0YWUyYzIwYmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9877333-f1a8-4eb0-b78f-daa485241d47","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-01T00:29:14.943Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:29:14.943Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:14.945Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:14.945Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630456150669,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:29:15.045Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:15.046Z||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-09-01T00:29:15.046Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:15.054Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:29:15.054Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:29:15.945Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:29:15.946Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:15.948Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:15.948Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630456150669,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:29:16.048Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:16.050Z||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-09-01T00:29:16.050Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:16.058Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:29:16.058Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:29:16.948Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:29:16.949Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:16.951Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:16.951Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630456150669,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:29:17.051Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:17.052Z||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-09-01T00:29:17.052Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:17.062Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:29:17.062Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:29:17.952Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:29:17.953Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:17.955Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:17.955Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630456150669,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:29:18.055Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:18.056Z||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-09-01T00:29:18.056Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:18.064Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:29:18.064Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:29:18.956Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:29:18.957Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:18.958Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:18.958Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630456150669,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:29:19.059Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:19.059Z||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-09-01T00:29:19.060Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:19.067Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:29:19.068Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:29:19.959Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:29:19.960Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:19.962Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:19.963Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630456150669,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/resourceInstances/pnf7fa0281f51c10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:29:20.062Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-01T00:29:20.064Z||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-09-01T00:29:20.064Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:20.073Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:29:20.073Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:29:20.963Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:29:20.967Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:20.968Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:20.969Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630456150669,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-01T00:29:21.069Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:21.070Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-01T00:29:21.070Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:21.078Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:29:21.079Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:29:21.969Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-01T00:29:21.970Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:21.973Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:21.973Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630456150669,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
"status": "NOTIFIED"
}
2021-09-01T00:29:22.073Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:22.074Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-01T00:29:22.074Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:22.082Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:29:22.083Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-01T00:29:22.975Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"serviceName": "Demo_pNF_umdgKqVYq0tl4oqOQw2L",
"serviceVersion": "1.0",
"serviceUUID": "a601abe1-b9de-406b-a698-0d01c128759a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "38111a23-91a7-486f-a573-6993512f6fa2",
"resources": [
{
"resourceInstanceName": "pNF 7fa0281f-51c1 0",
"resourceCustomizationUUID": "681ca3c6-ba1f-4f18-8e55-f99c9edbcc7b",
"resourceName": "pNF 7fa0281f-51c1",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "e0622716-b211-4a85-a47c-8bc4135db701",
"resourceInvariantUUID": "62039b9d-84ba-4162-b89d-bb1f437d6f84",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
"artifactChecksum": "NzE5MmY4YTcyNTY0Y2UxN2YyYTUwNzU0YWUyYzIwYmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f9877333-f1a8-4eb0-b78f-daa485241d47"
}
],
"workloadContext": "Production"
}
2021-09-01T00:29:22.975Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-01T00:29:22.976Z|b776105d-7bc0-4b7c-810d-be5191b3d149|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a601abe1-b9de-406b-a698-0d01c128759a ASDC
2021-09-01T00:29:22.976Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f49774f9-388b-409a-8523-9260c011a0aa
ServiceName:Demo_pNF_umdgKqVYq0tl4oqOQw2L
ServiceVersion:1.0
ServiceUUID:a601abe1-b9de-406b-a698-0d01c128759a
ServiceInvariantUUID:38111a23-91a7-486f-a573-6993512f6fa2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
ArtifactUUID:f9877333-f1a8-4eb0-b78f-daa485241d47
ArtifactChecksum:NzE5MmY4YTcyNTY0Y2UxN2YyYTUwNzU0YWUyYzIwYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7fa0281f-51c1 0
ResourceCustomizationUUID:681ca3c6-ba1f-4f18-8e55-f99c9edbcc7b
ResourceInvariantUUID:62039b9d-84ba-4162-b89d-bb1f437d6f84
ResourceName:pNF 7fa0281f-51c1
ResourceType:PNF
ResourceUUID:e0622716-b211-4a85-a47c-8bc4135db701
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-09-01T00:29:22.976Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a601abe1-b9de-406b-a698-0d01c128759a 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-09-01T00:29:23.003Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:29:23.003Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:29:23.003Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:29:23.003Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f9877333-f1a8-4eb0-b78f-daa485241d47 from URL: /sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:23.003Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-01T00:29:23.004Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:24.417Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-01T00:29:24.424Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar f9877333-f1a8-4eb0-b78f-daa485241d47 82543
2021-09-01T00:29:24.424Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar ASDC sendASDCNotification
2021-09-01T00:29:24.424Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:24.424Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-01T00:29:24.425Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-01T00:29:24.426Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-01T00:29:24.427Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f49774f9-388b-409a-8523-9260c011a0aa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630456164424,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-01T00:29:24.527Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-01T00:29:24.528Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-01T00:29:24.528Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fo01l0bepjKmKJnX) ...
2021-09-01T00:29:24.536Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-01T00:29:24.536Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-01T00:29:25.431Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-01T00:29:25.432Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-01T00:29:25.432Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f9877333-f1a8-4eb0-b78f-daa485241d47, URL: /sdc/v1/catalog/services/DemoPnfUmdgkqvyq0tl4oqoqw2l/1.0/artifacts/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar to file: /app/ASDC/1/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:25.433Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:25.433Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:25.433Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:25.542Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4536755986220631182/Definitions/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-template.yml
2021-09-01T00:29:26.157Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-01T00:29:26.158Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:29:26.158Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:26.158Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-01T00:29:26.158Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7fa0281f-51c1 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:26.158Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:26.158Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:26.158Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:26.158Z|f49774f9-388b-409a-8523-9260c011a0aa|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-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:26.158Z|f49774f9-388b-409a-8523-9260c011a0aa|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-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:26.159Z|f49774f9-388b-409a-8523-9260c011a0aa|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-DemoPnfUmdgkqvyq0tl4oqoqw2l-csar.csar
2021-09-01T00:29:26.159Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-01T00:29:26.159Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:29:26.159Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_umdgKqVYq0tl4oqOQw2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:29:26.159Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Node template pNF 7fa0281f-51c1 0 is matching search criteria
2021-09-01T00:29:26.159Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:29:26.159Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 7fa0281f-51c1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:29:26.159Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:29:26.159Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_umdgKqVYq0tl4oqOQw2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:29:26.160Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Node template pNF 7fa0281f-51c1 0 is matching search criteria
2021-09-01T00:29:26.160Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-01T00:29:26.160Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 7fa0281f-51c1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-01T00:29:26.160Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:29:26.160Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_umdgKqVYq0tl4oqOQw2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:29:26.160Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:29:26.160Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_umdgKqVYq0tl4oqOQw2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:29:26.160Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:29:26.160Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_umdgKqVYq0tl4oqOQw2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:29:26.160Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:29:26.161Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_umdgKqVYq0tl4oqOQw2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:29:26.161Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:29:26.161Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_umdgKqVYq0tl4oqOQw2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:29:26.161Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_umdgKqVYq0tl4oqOQw2L
Description:catalog service description
Model UUID:a601abe1-b9de-406b-a698-0d01c128759a
Model Version:NULL
Model InvariantUuid:38111a23-91a7-486f-a573-6993512f6fa2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-01T00:29:26.167Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: e0622716-b211-4a85-a47c-8bc4135db701
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:29:26.170Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||pNF 7fa0281f-51c1 0
2021-09-01T00:29:26.170Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e0622716-b211-4a85-a47c-8bc4135db701
2021-09-01T00:29:26.170Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||No resources found for Service: a601abe1-b9de-406b-a698-0d01c128759a
2021-09-01T00:29:26.170Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a601abe1-b9de-406b-a698-0d01c128759a
2021-09-01T00:29:26.170Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7fa0281f-51c1 0 e0622716-b211-4a85-a47c-8bc4135db701 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-01T00:29:26.174Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4eaf17d8, org.onap.sdc.toscaparser.api.parameters.Input@a0d0e13, org.onap.sdc.toscaparser.api.parameters.Input@73f863e4, org.onap.sdc.toscaparser.api.parameters.Input@5d41c1b4, org.onap.sdc.toscaparser.api.parameters.Input@6b660c13]
2021-09-01T00:29:26.175Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-01T00:29:26.175Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_umdgKqVYq0tl4oqOQw2L is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-01T00:29:26.175Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a601abe1-b9de-406b-a698-0d01c128759a: pNF 7fa0281f-51c1
2021-09-01T00:29:26.175Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||INFO|500||Processing PNF resource: e0622716-b211-4a85-a47c-8bc4135db701
2021-09-01T00:29:26.175Z|f49774f9-388b-409a-8523-9260c011a0aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery