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-10-14T06:12:13.697Z||main|||||INFO|500||The following profiles are active: basic
2021-10-14T06:12:28.353Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-14T06:12:28.354Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-14T06:12:28.468Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-14T06:12:35.081Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-14T06:12:35.998Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-14T06:12:36.959Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-14T06:12:36.967Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-14T06:12:37.138Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-14T06:12:37.617Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-14T06:12:38.579Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-14T06:12:43.921Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-14T06:12:46.634Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-14T06:12:46.704Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-14T06:12:47.651Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-14T06:12:47.885Z||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-10-14T06:12:49.164Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-14T06:12:50.354Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-14T06:12:50.404Z||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$$3899c07d.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-10-14T06:12:50.405Z||main|||||WARN|500||The sdc end point is not alive
2021-10-14T06:12:54.447Z||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-10-14T06:12:57.491Z||main|||||WARN|500||---
2021-10-14T06:12:57.493Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-14T06:12:57.494Z||main|||||WARN|500||---
2021-10-14T06:12:58.079Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-14T06:13:03.624Z||main|||||INFO|500||Started Application in 53.913 seconds (JVM running for 59.226)
2021-10-14T06:13:03.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-14T06:13:03.674Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-14T06:13:03.688Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-14T06:13:03.746Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-14T06:13:03.808Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6ae0e1ec-96ea-4e31-acd1-c15786f56015 url= /sdc/v1/artifactTypes
2021-10-14T06:13:03.809Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-14T06:13:04.511Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-14T06:13:04.544Z||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-10-14T06:13:04.595Z||scheduling-1|||||DEBUG|500||create keys
2021-10-14T06:13:04.604Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-14T06:13:04.640Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:13:04.657Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1141b133-f113-4361-8d29-663a9ddf0930 url= /sdc/v1/registerForDistribution
2021-10-14T06:13:04.801Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1141b133-f113-4361-8d29-663a9ddf0930 url= /sdc/v1/registerForDistribution
2021-10-14T06:13:04.801Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-14T06:13:04.810Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:13:04.812Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:13:04.854Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-14T06:13:04.861Z||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-10-14T06:13:04.861Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:13:04.862Z||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-10-14T06:13:04.862Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:13:15.124Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:13:15.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:14:04.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:14:04.811Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:14:04.813Z||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-10-14T06:14:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:14:04.816Z||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-10-14T06:14:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:14:14.446Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:14:14.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:15:04.810Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:15:04.810Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:15:04.815Z||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-10-14T06:15:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:15:04.818Z||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-10-14T06:15:04.818Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:15:14.484Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:15:14.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:16:04.811Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:16:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:16:04.813Z||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-10-14T06:16:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:16:04.813Z||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-10-14T06:16:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:16:14.414Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:16:14.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:17:04.811Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:17:04.811Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:17:04.815Z||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-10-14T06:17:04.815Z||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-10-14T06:17:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:17:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:17:14.424Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:17:14.507Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:18:04.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:18:04.810Z||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-10-14T06:18:04.810Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:18:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:18:04.812Z||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-10-14T06:18:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:18:14.404Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:18:14.409Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:19:04.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:19:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:19:04.811Z||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-10-14T06:19:04.812Z||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-10-14T06:19:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:19:04.824Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:19:14.388Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:19:14.390Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:20:04.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:20:04.811Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:20:04.813Z||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-10-14T06:20:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:20:04.816Z||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-10-14T06:20:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:20:14.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:20:14.389Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:21:04.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:21:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:21:04.814Z||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-10-14T06:21:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:21:04.814Z||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-10-14T06:21:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:21:14.429Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:21:14.431Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:22:04.811Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:22:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:22:04.814Z||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-10-14T06:22:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:22:04.814Z||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-10-14T06:22:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:22:14.400Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:22:14.404Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:22:51.382Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-14T06:23:04.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:23:04.809Z||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-10-14T06:23:04.810Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:23:04.810Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:23:04.811Z||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-10-14T06:23:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:23:14.372Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:23:14.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:24:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:24:04.811Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:24:04.811Z||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-10-14T06:24:04.811Z||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-10-14T06:24:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:24:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:24:14.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:24:14.397Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:25:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:25:04.811Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:25:04.813Z||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-10-14T06:25:04.813Z||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-10-14T06:25:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:25:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:25:14.369Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:25:14.377Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:26:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:26:04.811Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:26:04.813Z||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-10-14T06:26:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:26:04.816Z||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-10-14T06:26:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:26:14.386Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:26:14.390Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:27:04.810Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:27:04.810Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:27:04.813Z||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-10-14T06:27:04.813Z||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-10-14T06:27:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:27:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:27:14.374Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:27:14.378Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:28:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:28:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:28:04.813Z||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-10-14T06:28:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:28:04.813Z||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-10-14T06:28:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:28:14.383Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:28:14.383Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:29:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:29:04.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:29:04.812Z||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-10-14T06:29:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:29:04.812Z||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-10-14T06:29:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:29:14.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:29:14.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:30:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:30:04.811Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:30:04.812Z||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-10-14T06:30:04.812Z||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-10-14T06:30:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:30:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:30:14.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:30:14.397Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:31:04.810Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:31:04.810Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:31:04.814Z||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-10-14T06:31:04.814Z||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-10-14T06:31:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:31:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:31:14.379Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:31:14.379Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:32:04.810Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:32:04.810Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:32:04.814Z||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-10-14T06:32:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:32:04.814Z||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-10-14T06:32:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:32:14.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:32:14.411Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:33:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:33:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:33:04.814Z||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-10-14T06:33:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:33:04.814Z||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-10-14T06:33:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:33:14.383Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:33:14.382Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:34:04.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:34:04.810Z||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-10-14T06:34:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:34:04.811Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:34:04.811Z||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-10-14T06:34:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:34:14.374Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:34:14.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:35:04.809Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:35:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:35:04.812Z||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-10-14T06:35:04.812Z||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-10-14T06:35:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:35:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:35:14.380Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:35:14.379Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:36:04.809Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:36:04.811Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:36:04.812Z||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-10-14T06:36:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:36:04.812Z||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-10-14T06:36:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:36:14.368Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:36:14.409Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:37:04.809Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:37:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:37:04.812Z||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-10-14T06:37:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:37:04.812Z||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-10-14T06:37:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:37:14.368Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:37:14.370Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:38:04.809Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:38:04.811Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:38:04.811Z||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-10-14T06:38:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:38:04.812Z||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-10-14T06:38:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:38:14.362Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:38:14.373Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:39:04.811Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:39:04.811Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:39:04.815Z||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-10-14T06:39:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:39:04.815Z||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-10-14T06:39:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:39:14.410Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:39:14.418Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:40:04.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:40:04.811Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:40:04.813Z||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-10-14T06:40:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:40:04.814Z||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-10-14T06:40:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:40:14.392Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:40:14.402Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:41:04.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:41:04.810Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:41:04.812Z||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-10-14T06:41:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:41:04.815Z||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-10-14T06:41:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:41:14.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:41:14.374Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:42:04.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:42:04.810Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:42:04.812Z||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-10-14T06:42:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:42:04.818Z||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-10-14T06:42:04.819Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:42:14.381Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:42:14.382Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:43:04.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:43:04.810Z||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-10-14T06:43:04.810Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:43:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:43:04.811Z||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-10-14T06:43:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:43:14.365Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:43:14.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:44:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:44:04.810Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:44:04.812Z||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-10-14T06:44:04.812Z||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-10-14T06:44:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:44:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:44:14.375Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:44:14.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:45:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:45:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:45:04.813Z||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-10-14T06:45:04.813Z||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-10-14T06:45:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:45:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:45:14.386Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:45:14.408Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:46:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:46:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:46:04.813Z||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-10-14T06:46:04.814Z||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-10-14T06:46:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:46:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:46:14.386Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:46:14.387Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:47:04.811Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:47:04.811Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:47:04.814Z||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-10-14T06:47:04.814Z||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-10-14T06:47:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:47:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:47:14.395Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:47:14.396Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:48:04.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:48:04.810Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:48:04.813Z||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-10-14T06:48:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:48:04.814Z||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-10-14T06:48:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:48:14.391Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:48:14.392Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:49:04.808Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:49:04.810Z||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-10-14T06:49:04.810Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:49:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:49:04.811Z||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-10-14T06:49:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:49:14.399Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:49:14.407Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:50:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:50:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:50:04.813Z||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-10-14T06:50:04.813Z||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-10-14T06:50:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:50:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:50:14.379Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:50:14.386Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:51:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:51:04.810Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:51:04.812Z||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-10-14T06:51:04.812Z||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-10-14T06:51:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:51:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:51:14.382Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:51:14.387Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:52:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:52:04.811Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:52:04.813Z||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-10-14T06:52:04.813Z||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-10-14T06:52:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:52:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:52:14.390Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:52:14.411Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:53:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:53:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:53:04.814Z||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-10-14T06:53:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:53:04.814Z||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-10-14T06:53:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:53:14.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:53:14.391Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:54:04.809Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:54:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:54:04.814Z||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-10-14T06:54:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:54:04.814Z||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-10-14T06:54:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:54:14.368Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:54:14.368Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:55:04.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:55:04.811Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:55:04.812Z||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-10-14T06:55:04.812Z||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-10-14T06:55:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:55:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:55:14.391Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:55:14.393Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:56:04.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:56:04.811Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:56:04.813Z||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-10-14T06:56:04.813Z||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-10-14T06:56:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:56:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:56:14.378Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:56:14.381Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:57:04.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:57:04.810Z||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-10-14T06:57:04.810Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:57:04.810Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:57:04.812Z||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-10-14T06:57:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:57:14.379Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:57:14.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:58:04.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:58:04.811Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:58:04.814Z||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-10-14T06:58:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:58:04.815Z||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-10-14T06:58:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:58:14.387Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:58:14.418Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:59:04.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:59:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T06:59:04.812Z||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-10-14T06:59:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:59:04.812Z||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-10-14T06:59:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T06:59:14.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T06:59:14.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:00:04.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:00:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:00:04.813Z||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-10-14T07:00:04.813Z||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-10-14T07:00:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:00:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:00:14.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:00:14.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:01:04.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:01:04.810Z||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-10-14T07:01:04.810Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:01:04.810Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:01:04.811Z||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-10-14T07:01:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:01:14.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:01:14.379Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:02:04.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:02:04.812Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:02:04.815Z||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-10-14T07:02:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:02:04.821Z||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-10-14T07:02:04.821Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:02:14.456Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:02:14.458Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:03:04.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:03:04.810Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:03:04.813Z||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-10-14T07:03:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:03:04.813Z||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-10-14T07:03:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:03:14.408Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:03:14.410Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:04:04.809Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:04:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:04:04.812Z||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-10-14T07:04:04.812Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:04:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:04:04.813Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:04:14.377Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:04:14.383Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:05:04.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:05:04.810Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:05:04.810Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:05:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:05:04.812Z||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-10-14T07:05:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:05:14.365Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:05:14.366Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:06:04.809Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:06:04.810Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:06:04.812Z||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-10-14T07:06:04.812Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:06:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:06:04.812Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:06:14.371Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:06:14.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:07:04.809Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:07:04.811Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:07:04.813Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-14T07:07:04.813Z||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-10-14T07:07:04.813Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:07:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:07:14.388Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:07:14.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:08:04.809Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:08:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:08:04.811Z||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-10-14T07:08:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:08:04.811Z||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-10-14T07:08:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:08:14.377Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:08:14.377Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:09:04.808Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:09:04.810Z||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-10-14T07:09:04.810Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:09:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:09:04.811Z||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-10-14T07:09:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:09:14.361Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:09:14.388Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:10:04.813Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:10:04.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:10:04.815Z||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-10-14T07:10:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:10:04.815Z||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-10-14T07:10:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:10:14.376Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:10:14.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:11:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:11:04.811Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:11:04.813Z||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-10-14T07:11:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:11:04.815Z||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-10-14T07:11:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:11:14.388Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:11:14.426Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:12:04.810Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:12:04.810Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:12:04.813Z||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-10-14T07:12:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:12:04.813Z||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-10-14T07:12:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:12:14.380Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:12:14.391Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:13:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:13:04.811Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:13:04.812Z||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-10-14T07:13:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:13:04.812Z||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-10-14T07:13:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:13:14.382Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:13:14.387Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:14:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:14:04.810Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:14:04.813Z||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-10-14T07:14:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:14:04.819Z||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-10-14T07:14:04.819Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:14:14.379Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:14:14.394Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:15:04.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:15:04.811Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:15:04.811Z||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-10-14T07:15:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:15:04.811Z||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-10-14T07:15:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:15:14.367Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:15:14.371Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:16:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:16:04.810Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:16:04.811Z||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-10-14T07:16:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:16:04.811Z||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-10-14T07:16:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:16:14.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:16:14.400Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:17:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:17:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:17:04.817Z||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-10-14T07:17:04.817Z||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-10-14T07:17:04.817Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:17:04.817Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:17:14.391Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:17:14.393Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:18:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:18:04.811Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:18:04.813Z||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-10-14T07:18:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:18:04.816Z||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-10-14T07:18:04.817Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:18:14.379Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:18:14.399Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:19:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:19:04.810Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:19:04.815Z||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-10-14T07:19:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:19:04.816Z||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-10-14T07:19:04.817Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:19:14.367Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:19:14.381Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:20:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:20:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:20:04.811Z||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-10-14T07:20:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:20:04.812Z||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-10-14T07:20:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:20:14.361Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:20:14.361Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:21:04.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:21:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:21:04.811Z||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-10-14T07:21:04.811Z||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-10-14T07:21:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:21:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:21:14.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:21:14.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:22:04.810Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:22:04.811Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:22:04.813Z||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-10-14T07:22:04.813Z||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-10-14T07:22:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:22:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:22:14.392Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:22:14.411Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:23:04.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:23:04.811Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:23:04.812Z||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-10-14T07:23:04.812Z||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-10-14T07:23:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:23:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:23:14.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:23:14.387Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:24:04.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:24:04.810Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:24:04.811Z||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-10-14T07:24:04.812Z||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-10-14T07:24:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:24:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:24:14.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:24:14.408Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:25:04.809Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:25:04.811Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:25:04.815Z||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-10-14T07:25:04.815Z||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-10-14T07:25:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:25:04.815Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:25:14.382Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:25:14.383Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:26:04.810Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:26:04.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:26:04.817Z||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-10-14T07:26:04.818Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:04.820Z||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-10-14T07:26:04.820Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:05.455Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:26:05.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-14T07:26:05.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c251331-f6cc-4100-b241-951737d6ff25","serviceName":"vFW 2021-10-14 07-24-16","serviceVersion":"1.0","serviceUUID":"f88fb2da-1a32-405c-8782-0a78bfcd5da7","serviceDescription":"catalog service description","serviceInvariantUUID":"b8547a56-87a8-4409-b2c4-380554304579","resources":[{"resourceInstanceName":"vFW ed2ebd00-abab 0","resourceName":"vFW ed2ebd00-abab","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"866b2f4c-5902-490b-8edb-d4c1fd18bae8","resourceInvariantUUID":"5d5961ad-1665-4398-82f9-34f94d6a7e9e","resourceCustomizationUUID":"ba078af7-e004-4d6d-9522-a55dddfd7939","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml","artifactChecksum":"MjBiZThhY2ZkY2MyOTlhMGE5NzBjOGI5OGQ3YmQwNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fb236514-11c2-491f-b950-06fc18ce9edf","artifactVersion":"1"},{"artifactName":"vfwed2ebd00abab0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json","artifactChecksum":"YTJiZDY2M2QyZjkwZjg0ZTBhOTM5ZmY4ZjZmYmMxYzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"97d73be3-4753-4d19-bb72-083ae15dffaf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"17263286-37bd-42fc-9459-153aaec61d51","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml","artifactChecksum":"NzA4Y2MxNGQyNTBlNzRkZTcwNWFjNzgyY2ZjYjc2YmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"86df01d0-4ff0-4f57-a915-d9b436a3f0d9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f84ffc30-f73f-46ee-a970-96381ce34cc0","artifactVersion":"2","generatedFromUUID":"17263286-37bd-42fc-9459-153aaec61d51"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211014072416-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml","artifactChecksum":"NzIzYWE3NTA3OTM5YzBjNDRkM2M2Y2VmYzgxZDlhY2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"903b2add-14c7-4136-b2e1-e06a97dac993","artifactVersion":"1"},{"artifactName":"service-Vfw20211014072416-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar","artifactChecksum":"YTM0NWNlZmQ5NThlY2M4MmRlZWRiODU3NTI4NzIxYmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"411a9685-e578-4982-8ca0-ea21445616eb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-14T07:26:05.473Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:26:05.487Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:05.515Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:05.515Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196364809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:26:05.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:26:05.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:26:05.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "ves-openapi-manager",
"timestamp": 1634196358487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:26:05.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:26:05.614Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2021-10-14T07:26:05.619Z||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-10-14T07:26:05.619Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:05.634Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:26:05.635Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:06.530Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:26:06.531Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:06.537Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:06.537Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196364809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
"status": "NOTIFIED"
}
2021-10-14T07:26:06.637Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:06.638Z||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-10-14T07:26:06.638Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:06.657Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:26:06.658Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:07.538Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:26:07.538Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:07.541Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:07.541Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196364809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-14T07:26:07.641Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:07.642Z||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-10-14T07:26:07.643Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:07.655Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:26:07.655Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:08.542Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:26:08.542Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:08.544Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:08.545Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196364809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:26:08.645Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:08.646Z||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-10-14T07:26:08.646Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:08.657Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:26:08.657Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:26:09.546Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:26:09.547Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:09.549Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:09.549Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196364809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-14T07:26:09.650Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:09.650Z||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-10-14T07:26:09.651Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:09.661Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:26:09.661Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:10.550Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:26:10.550Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:10.562Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:10.562Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196364809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:26:10.653Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-10-14T07:26:10.654Z||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-10-14T07:26:10.654Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:10.665Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:26:10.665Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:11.563Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:26:11.564Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:11.566Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:11.566Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196364809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:26:11.666Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:11.667Z||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-10-14T07:26:11.667Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:11.680Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:26:11.680Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:12.572Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"serviceName": "vFW 2021-10-14 07-24-16",
"serviceVersion": "1.0",
"serviceUUID": "f88fb2da-1a32-405c-8782-0a78bfcd5da7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b8547a56-87a8-4409-b2c4-380554304579",
"resources": [
{
"resourceInstanceName": "vFW ed2ebd00-abab 0",
"resourceCustomizationUUID": "ba078af7-e004-4d6d-9522-a55dddfd7939",
"resourceName": "vFW ed2ebd00-abab",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "866b2f4c-5902-490b-8edb-d4c1fd18bae8",
"resourceInvariantUUID": "5d5961ad-1665-4398-82f9-34f94d6a7e9e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwed2ebd00abab0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
"artifactChecksum": "YTJiZDY2M2QyZjkwZjg0ZTBhOTM5ZmY4ZjZmYmMxYzU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "97d73be3-4753-4d19-bb72-083ae15dffaf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "17263286-37bd-42fc-9459-153aaec61d51",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f84ffc30-f73f-46ee-a970-96381ce34cc0",
"generatedFromUUID": "17263286-37bd-42fc-9459-153aaec61d51"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f84ffc30-f73f-46ee-a970-96381ce34cc0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211014072416-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"artifactChecksum": "YTM0NWNlZmQ5NThlY2M4MmRlZWRiODU3NTI4NzIxYmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "411a9685-e578-4982-8ca0-ea21445616eb"
}
],
"workloadContext": "Production"
}
2021-10-14T07:26:12.573Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-14T07:26:12.573Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f88fb2da-1a32-405c-8782-0a78bfcd5da7 ASDC
2021-10-14T07:26:12.693Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1c251331-f6cc-4100-b241-951737d6ff25
ServiceName:vFW 2021-10-14 07-24-16
ServiceVersion:1.0
ServiceUUID:f88fb2da-1a32-405c-8782-0a78bfcd5da7
ServiceInvariantUUID:b8547a56-87a8-4409-b2c4-380554304579
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211014072416-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar
ArtifactUUID:411a9685-e578-4982-8ca0-ea21445616eb
ArtifactChecksum:YTM0NWNlZmQ5NThlY2M4MmRlZWRiODU3NTI4NzIxYmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ed2ebd00-abab 0
ResourceCustomizationUUID:ba078af7-e004-4d6d-9522-a55dddfd7939
ResourceInvariantUUID:5d5961ad-1665-4398-82f9-34f94d6a7e9e
ResourceName:vFW ed2ebd00-abab
ResourceType:VF
ResourceUUID:866b2f4c-5902-490b-8edb-d4c1fd18bae8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwed2ebd00abab0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json
ArtifactUUID:97d73be3-4753-4d19-bb72-083ae15dffaf
ArtifactChecksum:YTJiZDY2M2QyZjkwZjg0ZTBhOTM5ZmY4ZjZmYmMxYzU=
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/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml
ArtifactUUID:17263286-37bd-42fc-9459-153aaec61d51
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/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env
ArtifactUUID:f84ffc30-f73f-46ee-a970-96381ce34cc0
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/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env
ArtifactUUID:f84ffc30-f73f-46ee-a970-96381ce34cc0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-14T07:26:12.695Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f88fb2da-1a32-405c-8782-0a78bfcd5da7 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-10-14T07:26:13.040Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T07:26:13.041Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-14T07:26:13.042Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-14T07:26:13.043Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 411a9685-e578-4982-8ca0-ea21445616eb from URL: /sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar
2021-10-14T07:26:13.043Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-14T07:26:13.044Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar
2021-10-14T07:26:13.202Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-14T07:26:13.219Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar 411a9685-e578-4982-8ca0-ea21445616eb 98677
2021-10-14T07:26:13.221Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar ASDC sendASDCNotification
2021-10-14T07:26:13.221Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar
2021-10-14T07:26:13.223Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:26:13.224Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:13.226Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:13.226Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196373220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:26:13.326Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:13.328Z||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-10-14T07:26:13.328Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:13.344Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:26:13.345Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:14.227Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T07:26:14.228Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-14T07:26:14.228Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 411a9685-e578-4982-8ca0-ea21445616eb, URL: /sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar to file: /app/ASDC/1/service-Vfw20211014072416-csar.csar
2021-10-14T07:26:14.228Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211014072416-csar.csar
2021-10-14T07:26:14.384Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211014072416-csar.csar
2021-10-14T07:26:14.385Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211014072416-csar.csar
2021-10-14T07:26:15.157Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9650957762192551543/Definitions/service-Vfw20211014072416-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-10-14T07:26:17.806Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-14T07:26:17.811Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-14T07:26:17.811Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.812Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-14T07:26:17.812Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.812Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.812Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ed2ebd00-abab 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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.812Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.812Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.812Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.813Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.813Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.813Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.813Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.813Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.813Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.813Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||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-Vfw20211014072416-csar.csar
2021-10-14T07:26:17.813Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-14T07:26:17.820Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:17.822Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:17.826Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:17.826Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-14T07:26:17.828Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T07:26:17.829Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:17.830Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:17.830Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:17.830Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-14T07:26:17.830Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T07:26:17.830Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:17.831Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:17.834Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:17.835Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is not matching search criteria
2021-10-14T07:26:17.835Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-14T07:26:17.835Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-14T07:26:17.835Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-14T07:26:17.835Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:17.835Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.836Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.836Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-14T07:26:17.836Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-14T07:26:17.836Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-14T07:26:17.836Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.836Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:17.837Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-14T07:26:17.837Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:17.837Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-14T07:26:17.837Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.837Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-14T07:26:17.837Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:17.837Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-14T07:26:17.839Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:17.839Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:17.839Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:26:17.839Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:17.839Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:17.840Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:26:17.840Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:17.840Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:17.840Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:26:17.840Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:17.840Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is not matching search criteria
2021-10-14T07:26:17.841Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-14T07:26:17.841Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-14T07:26:17.841Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-14T07:26:17.841Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-14T07:26:17.841Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-14T07:26:17.841Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.842Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:17.842Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-14T07:26:17.842Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:17.842Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-14T07:26:17.842Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.842Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93ad592b-43c4-462c-8db9-389c7234eb30
2021-10-14T07:26:17.843Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:17.843Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is not matching search criteria
2021-10-14T07:26:17.843Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-14T07:26:17.843Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-14T07:26:17.844Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-14T07:26:17.844Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:17.844Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.844Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.844Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-14T07:26:17.844Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-14T07:26:17.844Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-14T07:26:17.845Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:17.845Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-14T07:26:17.845Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.845Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f797bbc8-ffa5-4886-a160-a11155fbe3af
2021-10-14T07:26:17.845Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:17.846Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is not matching search criteria
2021-10-14T07:26:17.846Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-14T07:26:17.846Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-14T07:26:17.846Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-14T07:26:17.846Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:17.847Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.847Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.847Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-14T07:26:17.847Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-14T07:26:17.847Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-14T07:26:17.848Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-14T07:26:17.848Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:17.848Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-14T07:26:17.848Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f510ac56-1a0e-47d8-9382-a8192bbaef5d
2021-10-14T07:26:17.848Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:17.848Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:17.849Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:17.849Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:17.849Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:17.849Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:17.849Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:17.849Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:17.850Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-14 07-24-16
Description:catalog service description
Model UUID:f88fb2da-1a32-405c-8782-0a78bfcd5da7
Model Version:NULL
Model InvariantUuid:b8547a56-87a8-4409-b2c4-380554304579
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ed2ebd00-abab
Model UUID:286f0c35-87cf-46b8-b27d-429d0eb96ef7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5d5961ad-1665-4398-82f9-34f94d6a7e9e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ba078af7-e004-4d6d-9522-a55dddfd7939
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d413fe26-73c4-41f8-bbc6-99ddbc515348
ModelName:VfwEd2ebd00Abab..base_vfw..module-0
ModelUuid:c3f4d4c7-3bef-4805-a9d4-1935ff2a4c58
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:93ad592b-43c4-462c-8db9-389c7234eb30
ModelInvariantUuid:f43ae7ad-b26e-4a35-ac02-462b0e2aa42d
ModelName:vFW ed2ebd00-abab-nodes.vfwCvfc
ModelUuid:263be9cb-e8a9-43a4-b59e-b695c9d6db71
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c0bcc4eb-0886-45a2-9ef5-bcfd45c0f318
ModelInvariantUuid:98e194f9-58f0-4a38-9aa3-37503019189b
ModelName:VfwEd2ebd00Abab.compute.nodes.heat.vfw
ModelUuid:59ba1ffc-40ef-4d79-8783-a6f244a9c1fe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f797bbc8-ffa5-4886-a160-a11155fbe3af
ModelInvariantUuid:d7fd0e3b-c242-4502-a381-191c253e8930
ModelName:vFW ed2ebd00-abab-nodes.vsnCvfc
ModelUuid:601c589f-edaf-42e2-b69f-5bbf32df1411
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:28e048a0-f36e-4fdd-a060-e3c575cab9f8
ModelInvariantUuid:0a048336-bf9d-40e8-943d-16f21c262fb3
ModelName:VfwEd2ebd00Abab.compute.nodes.heat.vsn
ModelUuid:0c5aefb9-bc47-4fc1-af84-2da8b244a528
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f510ac56-1a0e-47d8-9382-a8192bbaef5d
ModelInvariantUuid:b6c65ede-2415-4524-9827-e7fe5edaeffc
ModelName:vFW ed2ebd00-abab-nodes.vpgCvfc
ModelUuid:4095b011-d924-4d4f-958e-44212992409b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:daa1b232-49cf-4bc7-8252-145f947083ff
ModelInvariantUuid:535923fd-3a24-4347-a800-65d6fd34841e
ModelName:VfwEd2ebd00Abab.compute.nodes.heat.vpg
ModelUuid:cdced11c-b14d-45af-9c22-dfaf260bd289
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-10-14T07:26:17.881Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 866b2f4c-5902-490b-8edb-d4c1fd18bae8
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-10-14T07:26:18.145Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||vFW ed2ebd00-abab 0
2021-10-14T07:26:18.161Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 866b2f4c-5902-490b-8edb-d4c1fd18bae8
2021-10-14T07:26:18.161Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 97d73be3-4753-4d19-bb72-083ae15dffaf from URL: /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json
2021-10-14T07:26:18.161Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-14T07:26:18.161Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json
2021-10-14T07:26:18.290Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-14T07:26:18.291Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json 97d73be3-4753-4d19-bb72-083ae15dffaf 785
2021-10-14T07:26:18.291Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json ASDC sendASDCNotification
2021-10-14T07:26:18.292Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json
2021-10-14T07:26:18.292Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:26:18.292Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:18.295Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:18.295Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196378291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:26:18.395Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:18.396Z||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-10-14T07:26:18.397Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:18.408Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:26:18.408Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:19.296Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEd2ebd00Abab..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d413fe26-73c4-41f8-bbc6-99ddbc515348",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c3f4d4c7-3bef-4805-a9d4-1935ff2a4c58",
"vfModuleModelCustomizationUUID": "10678470-ac07-4f10-85f9-fd08de78556f",
"isBase": true,
"artifacts": [
"17263286-37bd-42fc-9459-153aaec61d51",
"f84ffc30-f73f-46ee-a970-96381ce34cc0"
],
"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-10-14T07:26:19.323Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEd2ebd00Abab..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3f4d4c7-3bef-4805-a9d4-1935ff2a4c58
VfModuleModelInvariantUUID:d413fe26-73c4-41f8-bbc6-99ddbc515348
VfModuleModelDescription:NULL
Artifacts UUID List:{
17263286-37bd-42fc-9459-153aaec61d51
,
f84ffc30-f73f-46ee-a970-96381ce34cc0
}
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-10-14T07:26:19.327Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEd2ebd00Abab..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d413fe26-73c4-41f8-bbc6-99ddbc515348",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c3f4d4c7-3bef-4805-a9d4-1935ff2a4c58",
"vfModuleModelCustomizationUUID": "10678470-ac07-4f10-85f9-fd08de78556f",
"isBase": true,
"artifacts": [
"17263286-37bd-42fc-9459-153aaec61d51",
"f84ffc30-f73f-46ee-a970-96381ce34cc0"
],
"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-10-14T07:26:19.327Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEd2ebd00Abab..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3f4d4c7-3bef-4805-a9d4-1935ff2a4c58
VfModuleModelInvariantUUID:d413fe26-73c4-41f8-bbc6-99ddbc515348
VfModuleModelDescription:NULL
Artifacts UUID List:{
17263286-37bd-42fc-9459-153aaec61d51
,
f84ffc30-f73f-46ee-a970-96381ce34cc0
}
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-10-14T07:26:19.327Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 17263286-37bd-42fc-9459-153aaec61d51 from URL: /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml
2021-10-14T07:26:19.327Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-14T07:26:19.328Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml
2021-10-14T07:26:19.486Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-14T07:26:19.487Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml 17263286-37bd-42fc-9459-153aaec61d51 20368
2021-10-14T07:26:19.488Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-14T07:26:19.488Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml
2021-10-14T07:26:19.488Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:26:19.488Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:19.491Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:19.491Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196379488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:26:19.591Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-14T07:26:19.592Z||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-10-14T07:26:19.592Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:19.604Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:26:19.605Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:20.494Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f84ffc30-f73f-46ee-a970-96381ce34cc0 from URL: /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env
2021-10-14T07:26:20.494Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-14T07:26:20.494Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env
2021-10-14T07:26:20.707Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-14T07:26:20.708Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env f84ffc30-f73f-46ee-a970-96381ce34cc0 2098
2021-10-14T07:26:20.708Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-14T07:26:20.708Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env
2021-10-14T07:26:20.708Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:26:20.709Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:20.712Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:20.712Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196380708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:26:20.812Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:20.813Z||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-10-14T07:26:20.813Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:20.828Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:26:20.829Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:21.713Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f88fb2da-1a32-405c-8782-0a78bfcd5da7
2021-10-14T07:26:21.713Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ed2ebd00-abab 0 866b2f4c-5902-490b-8edb-d4c1fd18bae8 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-10-14T07:26:21.757Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3feb61b3, org.onap.sdc.toscaparser.api.parameters.Input@39f1e403, org.onap.sdc.toscaparser.api.parameters.Input@1930c259, org.onap.sdc.toscaparser.api.parameters.Input@93e28d6, org.onap.sdc.toscaparser.api.parameters.Input@6dbc26bb]
2021-10-14T07:26:21.761Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:21.761Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:21.761Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-10-14T07:26:21.761Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ba078af7-e004-4d6d-9522-a55dddfd7939
2021-10-14T07:26:21.761Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ba078af7-e004-4d6d-9522-a55dddfd7939 matches Tosca VF Customization UUID: ba078af7-e004-4d6d-9522-a55dddfd7939
2021-10-14T07:26:21.762Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ba078af7-e004-4d6d-9522-a55dddfd7939 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-10-14T07:26:21.769Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:21.770Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:21.772Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ba078af7-e004-4d6d-9522-a55dddfd7939: {\"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-10-14T07:26:21.773Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@11a68259
2021-10-14T07:26:21.773Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:21.774Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-14T07:26:21.774Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 10678470-ac07-4f10-85f9-fd08de78556f
2021-10-14T07:26:21.776Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 10678470-ac07-4f10-85f9-fd08de78556f
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-10-14T07:26:21.786Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:21.787Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:21.788Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:26:21.789Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:21.789Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:21.789Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:26:21.790Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:21.790Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is not matching search criteria
2021-10-14T07:26:21.791Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-14T07:26:21.791Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-14T07:26:21.791Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-14T07:26:21.792Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-14T07:26:21.792Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-14T07:26:21.792Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-14T07:26:21.793Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:21.793Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-14T07:26:21.793Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:21.794Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-14T07:26:21.794Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-14T07:26:21.794Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93ad592b-43c4-462c-8db9-389c7234eb30
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-10-14T07:26:21.807Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:21.808Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:21.808Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:26:21.808Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:21.809Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is not matching search criteria
2021-10-14T07:26:21.809Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-14T07:26:21.809Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-14T07:26:21.810Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-14T07:26:21.810Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:21.810Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-14T07:26:21.811Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-14T07:26:21.811Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-14T07:26:21.811Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-14T07:26:21.812Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-14T07:26:21.812Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:21.812Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-14T07:26:21.813Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-14T07:26:21.813Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f797bbc8-ffa5-4886-a160-a11155fbe3af
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-10-14T07:26:21.816Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:21.816Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:21.816Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:26:21.820Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:21.820Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is not matching search criteria
2021-10-14T07:26:21.820Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-14T07:26:21.821Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-14T07:26:21.821Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-14T07:26:21.821Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:21.821Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-14T07:26:21.822Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-14T07:26:21.822Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-14T07:26:21.823Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-14T07:26:21.823Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-14T07:26:21.823Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-14T07:26:21.823Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-14T07:26:21.824Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-14T07:26:21.824Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f510ac56-1a0e-47d8-9382-a8192bbaef5d
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-10-14T07:26:21.827Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:21.827Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:21.827Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:26:21.828Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:21.828Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Node template vFW ed2ebd00-abab 0 is matching search criteria
2021-10-14T07:26:21.828Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ed2ebd00-abab 0] matching following query criteria: sdcType=VF, customizationUUID=ba078af7-e004-4d6d-9522-a55dddfd7939
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-10-14T07:26:21.830Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:21.831Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:21.831Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f88fb2da-1a32-405c-8782-0a78bfcd5da7: vFW ed2ebd00-abab
2021-10-14T07:26:21.832Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:21.832Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:21.832Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:21.833Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:21.833Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:21.834Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:21.834Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:21.834Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:21.835Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:26:21.835Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-14 07-24-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:26:21.835Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-10-14 07-24-16
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-10-14T07:26:22.129Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ed2ebd00-abab 866b2f4c-5902-490b-8edb-d4c1fd18bae8 1 ASDC deployResourceStructure
2021-10-14T07:26:22.129Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json ASDC sendASDCNotification
2021-10-14T07:26:22.130Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json
2021-10-14T07:26:22.130Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:26:22.130Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:22.132Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:22.132Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196382129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-14T07:26:22.232Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:22.233Z||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-10-14T07:26:22.233Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:22.245Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:26:22.246Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:26:23.135Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-14T07:26:23.136Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml
2021-10-14T07:26:23.136Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:26:23.136Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:23.138Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:23.138Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196383135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-14T07:26:23.239Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:23.240Z||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-10-14T07:26:23.240Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:23.257Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:26:23.258Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:24.140Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-14T07:26:24.140Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env
2021-10-14T07:26:24.140Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:26:24.141Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:24.148Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:24.150Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196384140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-14T07:26:24.248Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-14T07:26:24.249Z||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-10-14T07:26:24.249Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:24.261Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:26:24.261Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:26:25.152Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar ASDC sendASDCNotification
2021-10-14T07:26:25.152Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar
2021-10-14T07:26:25.152Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:26:25.153Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:26:25.155Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:26:25.155Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196385152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-14T07:26:25.255Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:26:25.256Z||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-10-14T07:26:25.256Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:26:25.267Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:26:25.267Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:26:26.156Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
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-10-14T07:26:26.210Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
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-10-14T07:26:26.212Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:26:26.212Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:26:26.215Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:26:56.216Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
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-10-14T07:26:56.243Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
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-10-14T07:26:56.245Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:26:56.246Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:26:56.246Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:27:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:27:04.814Z||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-10-14T07:27:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:27:04.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:27:04.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:27:04.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "policy-id",
"timestamp": 1634196364325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:27:04.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:27:26.246Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
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-10-14T07:27:26.261Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
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-10-14T07:27:26.264Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:27:26.264Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:27:26.266Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:27:56.267Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
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-10-14T07:27:56.282Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
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-10-14T07:27:56.286Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:27:56.287Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:27:56.287Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:28:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:28:04.814Z||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-10-14T07:28:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:28:04.853Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:28:04.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:28:04.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196364646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:28:04.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:28:26.288Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
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-10-14T07:28:26.306Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
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-10-14T07:28:26.309Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:28:26.309Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:28:26.310Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:28:56.310Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
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-10-14T07:28:56.321Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
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-10-14T07:28:56.323Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:28:56.324Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-14T07:28:56.324Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-14T07:29:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:29:04.813Z||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-10-14T07:29:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:29:05.357Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:29:05.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196364809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "ves-openapi-manager",
"timestamp": 1634196358487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "policy-id",
"timestamp": 1634196364325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196364646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
"status": "NOTIFIED"
}
2021-10-14T07:29:05.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196364809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
"status": "NOTIFIED"
}
2021-10-14T07:29:05.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "aai-ml",
"timestamp": 1634196366104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "ves-openapi-manager",
"timestamp": 1634196358487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "policy-id",
"timestamp": 1634196364325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-14T07:29:05.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196364646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-14T07:29:05.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196364809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-14T07:29:05.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "aai-ml",
"timestamp": 1634196366104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "ves-openapi-manager",
"timestamp": 1634196358487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "policy-id",
"timestamp": 1634196364325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196364646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196364809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "aai-ml",
"timestamp": 1634196366104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "cds",
"timestamp": 1634196368461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "ves-openapi-manager",
"timestamp": 1634196358487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "policy-id",
"timestamp": 1634196364325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196364646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-14T07:29:05.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196364809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-14T07:29:05.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "aai-ml",
"timestamp": 1634196366104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "cds",
"timestamp": 1634196368461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "ves-openapi-manager",
"timestamp": 1634196358487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "policy-id",
"timestamp": 1634196364325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196364646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196364809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "aai-ml",
"timestamp": 1634196366104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "cds",
"timestamp": 1634196368461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "ves-openapi-manager",
"timestamp": 1634196358487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "policy-id",
"timestamp": 1634196364325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:29:05.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196364646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:29:05.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196364809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:29:05.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "aai-ml",
"timestamp": 1634196366104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "cds",
"timestamp": 1634196368461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "policy-id",
"timestamp": 1634196372579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.380Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196372631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.380Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "aai-ml",
"timestamp": 1634196366104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:29:05.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "cds",
"timestamp": 1634196368461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.381Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196373220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.381Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "policy-id",
"timestamp": 1634196373588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-14T07:29:05.382Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196373719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.382Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "dcae-sch",
"timestamp": 1634196373262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "aai-ml",
"timestamp": 1634196373941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.383Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "cds",
"timestamp": 1634196368461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "policy-id",
"timestamp": 1634196374596,
"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-10-14T07:29:05.393Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c251331-f6cc-4100-b241-951737d6ff25
2021-10-14T07:29:05.394Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c251331-f6cc-4100-b241-951737d6ff25 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-10-14T07:29:05.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196374791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "dcae-sch",
"timestamp": 1634196373262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "cds",
"timestamp": 1634196368461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:29:05.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "clamp",
"timestamp": 1634196375166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "dcae-sch",
"timestamp": 1634196373262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "cds",
"timestamp": 1634196376562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196376716,
"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-10-14T07:29:05.412Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c251331-f6cc-4100-b241-951737d6ff25
2021-10-14T07:29:05.412Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c251331-f6cc-4100-b241-951737d6ff25 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-10-14T07:29:05.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "clamp",
"timestamp": 1634196375166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
"status": "NOTIFIED"
}
2021-10-14T07:29:05.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "dcae-sch",
"timestamp": 1634196373262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "cds",
"timestamp": 1634196377580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-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-10-14T07:29:05.425Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c251331-f6cc-4100-b241-951737d6ff25
2021-10-14T07:29:05.425Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c251331-f6cc-4100-b241-951737d6ff25 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-10-14T07:29:05.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196377728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-14T07:29:05.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "clamp",
"timestamp": 1634196375166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "dcae-sch",
"timestamp": 1634196373262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196378291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "clamp",
"timestamp": 1634196375166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "dcae-sch",
"timestamp": 1634196373262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196379488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "clamp",
"timestamp": 1634196375166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "dcae-sch",
"timestamp": 1634196373262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634196379904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196380708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "clamp",
"timestamp": 1634196375166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634196379904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "clamp",
"timestamp": 1634196375166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:29:05.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196382129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vfwed2ebd00abab0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-14T07:29:05.451Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634196379904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196383135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-14T07:29:05.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634196379904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196384140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-14T07:29:05.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634196379904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/resourceInstances/vfwed2ebd00abab0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196385152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-14T07:29:05.455Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634196379904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:29:05.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634196379904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:29:05.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:29:05.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634196387923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "aai-ml",
"timestamp": 1634196389906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-14T07:29:05.458Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "aai-ml",
"timestamp": 1634196390911,
"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-10-14T07:29:05.463Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c251331-f6cc-4100-b241-951737d6ff25
2021-10-14T07:29:05.463Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c251331-f6cc-4100-b241-951737d6ff25 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-10-14T07:29:05.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634196393477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-14T07:29:05.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634196394489,
"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-10-14T07:29:05.476Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c251331-f6cc-4100-b241-951737d6ff25
2021-10-14T07:29:05.477Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c251331-f6cc-4100-b241-951737d6ff25 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-10-14T07:29:05.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "clamp",
"timestamp": 1634196396128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:29:05.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "clamp",
"timestamp": 1634196398138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211014072416/1.0/artifacts/service-Vfw20211014072416-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-14T07:29:05.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:29:05.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:29:05.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "clamp",
"timestamp": 1634196399142,
"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-10-14T07:29:05.500Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c251331-f6cc-4100-b241-951737d6ff25
2021-10-14T07:29:05.501Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c251331-f6cc-4100-b241-951737d6ff25 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-10-14T07:29:26.324Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
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-10-14T07:29:26.345Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25
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-10-14T07:29:26.348Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:29:26.349Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-14T07:29:26.349Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-14T07:29:26.349Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-14T07:29:26.349Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-14T07:29:26.349Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-14T07:29:26.350Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-14T07:29:26.350Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-14T07:29:26.350Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-14T07:29:26.350Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-14T07:29:26.350Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||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-10-14T07:29:26.357Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-14T07:29:56.358Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c251331-f6cc-4100-b241-951737d6ff25 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-10-14T07:29:56.374Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c251331-f6cc-4100-b241-951737d6ff25 and serviceModelVersionId: f88fb2da-1a32-405c-8782-0a78bfcd5da7
2021-10-14T07:29:56.375Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b8547a56-87a8-4409-b2c4-380554304579
2021-10-14T07:30:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:30:04.812Z||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-10-14T07:30:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:30:14.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:30:15.510Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b8547a56-87a8-4409-b2c4-380554304579/model-vers/model-ver/f88fb2da-1a32-405c-8782-0a78bfcd5da7?depth=0
2021-10-14T07:30:15.622Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-14T07:30:16.116Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b8547a56-87a8-4409-b2c4-380554304579/model-vers/model-ver/f88fb2da-1a32-405c-8782-0a78bfcd5da7?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-10-14T07:30:16.121Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b8547a56-87a8-4409-b2c4-380554304579/model-vers/model-ver/f88fb2da-1a32-405c-8782-0a78bfcd5da7?depth=0|INFO|500||Invoke
2021-10-14T07:30:16.528Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b8547a56-87a8-4409-b2c4-380554304579/model-vers/model-ver/f88fb2da-1a32-405c-8782-0a78bfcd5da7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-14T07:30:16.990Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b8547a56-87a8-4409-b2c4-380554304579/model-vers/model-ver/f88fb2da-1a32-405c-8782-0a78bfcd5da7?depth=0|INFO|500||InvokeReturn
2021-10-14T07:30:16.992Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b8547a56-87a8-4409-b2c4-380554304579/model-vers/model-ver/f88fb2da-1a32-405c-8782-0a78bfcd5da7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211014-07:30:16:551-14527], vertex-id=[163944], Content-Length=[0], Date=[Thu, 14 Oct 2021 07:30:16 GMT], Content-Type=[application/json]}
2021-10-14T07:30:16.994Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-10-14T07:30:16.997Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-14T07:30:16.997Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||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-10-14T07:30:17.005Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||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-10-14T07:30:17.008Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c251331-f6cc-4100-b241-951737d6ff25 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-14T07:30:17.009Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-14T07:30:17.012Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:30:17.019Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:30:17.020Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196617008,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T07:30:17.115Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-10-14T07:30:17.116Z||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-10-14T07:30:17.117Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:30:17.128Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:30:17.129Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-14T07:30:18.036Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:30:18.037Z|1c251331-f6cc-4100-b241-951737d6ff25|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-10-14T07:30:18.037Z|1c251331-f6cc-4100-b241-951737d6ff25|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 8KmuziOX9pVZ625P) ...
2021-10-14T07:30:28.341Z|1c251331-f6cc-4100-b241-951737d6ff25|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:30:28.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:30:28.345Z||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-10-14T07:30:28.345Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:30:37.893Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:30:37.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:30:37.895Z||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-10-14T07:30:37.895Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:30:47.441Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:30:47.443Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:30:47.443Z||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-10-14T07:30:47.443Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:30:56.990Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:31:04.811Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:31:04.811Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:31:04.812Z||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-10-14T07:31:04.812Z||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-10-14T07:31:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:31:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:31:05.457Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:31:05.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-14T07:31:05.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c251331-f6cc-4100-b241-951737d6ff25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196617008,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T07:31:05.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:31:14.375Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:32:04.811Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:32:04.814Z||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-10-14T07:32:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:04.810Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:32:04.816Z||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-10-14T07:32:04.816Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:05.459Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:32:05.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"09b16fd3-27cf-42cb-84ef-d37783371d48","serviceName":"basic_onboard_vBFZky","serviceVersion":"1.0","serviceUUID":"c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e","serviceDescription":"service","serviceInvariantUUID":"b1f56d15-5035-4fba-926a-a0858de85015","resources":[{"resourceInstanceName":"basic_onboard_vBFZky 0","resourceName":"basic_onboard_vBFZky","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"497ba8ec-ef56-4291-bf3f-9f311e240215","resourceInvariantUUID":"aeaf4fe2-20bb-4d91-8ad9-1f414933594b","resourceCustomizationUUID":"757a53df-ecd7-46d3-a67d-e274d4da3525","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml","artifactChecksum":"OWUwMDMwMzE1MmY0YTQ4ZmIzYmY1ZTU1MjEyYmYzMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c9ea2443-1cd8-43b6-a759-5d860dac7b6a","artifactVersion":"1"},{"artifactName":"basic_onboard_vbfzky0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json","artifactChecksum":"NzIyZWI3MmVkN2U4OGI2MDU4NTExMGRlOTUyNTkwYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1d62231f-ecf4-4187-a50c-ca146898448e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36541fec-d734-4dc2-91d0-9acf731aeb86","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1148d509-14a5-48cd-9dd2-2257a587001f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a5151a48-69b8-4070-b0eb-e0b1609f35de","artifactVersion":"2","generatedFromUUID":"36541fec-d734-4dc2-91d0-9acf731aeb86"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVbfzky-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml","artifactChecksum":"NmI3ZDYwMWEzZDM1OTEyOTIzZTBkMTQ1NzE2N2Y3YWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8cd4898d-f126-47b1-929c-f637d943f949","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVbfzky-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar","artifactChecksum":"YWIzYTVkMjIxZmRmODVkNDFhNWJkZmIwYzA2ODFkM2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6fb04051-e565-4e27-a40b-2919e0303359","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-14T07:32:05.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:32:05.466Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:32:05.467Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:05.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "ves-openapi-manager",
"timestamp": 1634196678489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "cds",
"timestamp": 1634196683459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196684646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634196679894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "policy-id",
"timestamp": 1634196684326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "ves-openapi-manager",
"timestamp": 1634196678489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "cds",
"timestamp": 1634196683459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196684646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
"status": "NOTIFIED"
}
2021-10-14T07:32:05.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "policy-id",
"timestamp": 1634196684326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634196679894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "ves-openapi-manager",
"timestamp": 1634196678489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "cds",
"timestamp": 1634196683459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196684646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-14T07:32:05.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "policy-id",
"timestamp": 1634196684326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-14T07:32:05.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.476Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:05.476Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196724809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634196679894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "ves-openapi-manager",
"timestamp": 1634196678489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "cds",
"timestamp": 1634196683459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196684646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "policy-id",
"timestamp": 1634196684326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634196679894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "ves-openapi-manager",
"timestamp": 1634196678489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "cds",
"timestamp": 1634196683459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196684646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-14T07:32:05.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "policy-id",
"timestamp": 1634196684326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634196679894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "ves-openapi-manager",
"timestamp": 1634196678489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "cds",
"timestamp": 1634196683459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196684646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634196679894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "policy-id",
"timestamp": 1634196684326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "cds",
"timestamp": 1634196683459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:32:05.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "ves-openapi-manager",
"timestamp": 1634196678489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196684646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:32:05.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "policy-id",
"timestamp": 1634196684326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:32:05.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634196679894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:32:05.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "dcae-sch",
"timestamp": 1634196693262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "cds",
"timestamp": 1634196694337,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:32:05.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196694316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:32:05.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634196694323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:32:05.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "policy-id",
"timestamp": 1634196694309,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:32:05.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "dcae-sch",
"timestamp": 1634196693262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "cds",
"timestamp": 1634196695343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-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-10-14T07:32:05.541Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 09b16fd3-27cf-42cb-84ef-d37783371d48
2021-10-14T07:32:05.541Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09b16fd3-27cf-42cb-84ef-d37783371d48 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-10-14T07:32:05.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "policy-id",
"timestamp": 1634196695317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-14T07:32:05.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196695377,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:32:05.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "dcae-sch",
"timestamp": 1634196693262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "policy-id",
"timestamp": 1634196696323,
"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-10-14T07:32:05.561Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09b16fd3-27cf-42cb-84ef-d37783371d48
2021-10-14T07:32:05.561Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09b16fd3-27cf-42cb-84ef-d37783371d48 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-10-14T07:32:05.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196696488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:32:05.574Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "aai-ml",
"timestamp": 1634196696104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634196696850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-14T07:32:05.576Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "dcae-sch",
"timestamp": 1634196693262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196697507,
"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-10-14T07:32:05.581Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09b16fd3-27cf-42cb-84ef-d37783371d48
2021-10-14T07:32:05.582Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09b16fd3-27cf-42cb-84ef-d37783371d48 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-10-14T07:32:05.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "aai-ml",
"timestamp": 1634196696104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634196697855,
"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-10-14T07:32:05.595Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 09b16fd3-27cf-42cb-84ef-d37783371d48
2021-10-14T07:32:05.595Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09b16fd3-27cf-42cb-84ef-d37783371d48 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-10-14T07:32:05.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.603Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 126 ms
2021-10-14T07:32:05.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "dcae-sch",
"timestamp": 1634196693262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634196698514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-14T07:32:05.605Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.604Z||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-10-14T07:32:05.606Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:05.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "aai-ml",
"timestamp": 1634196696104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "dcae-sch",
"timestamp": 1634196693262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "aai-ml",
"timestamp": 1634196696104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "dcae-sch",
"timestamp": 1634196693262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "aai-ml",
"timestamp": 1634196696104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "aai-ml",
"timestamp": 1634196696104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "aai-ml",
"timestamp": 1634196696104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:32:05.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "aai-ml",
"timestamp": 1634196704091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:32:05.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "clamp",
"timestamp": 1634196705167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "clamp",
"timestamp": 1634196705167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
"status": "NOTIFIED"
}
2021-10-14T07:32:05.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "clamp",
"timestamp": 1634196705167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "clamp",
"timestamp": 1634196705167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.620Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "clamp",
"timestamp": 1634196705167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "clamp",
"timestamp": 1634196705167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:05.622Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "clamp",
"timestamp": 1634196705167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:32:05.622Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-14T07:32:05.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "aai-ml",
"timestamp": 1634196711999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-14T07:32:05.623Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "aai-ml",
"timestamp": 1634196713003,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
2021-10-14T07:32:05.624Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:32:05.624Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 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=?
2021-10-14T07:32:05.629Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 09b16fd3-27cf-42cb-84ef-d37783371d48
2021-10-14T07:32:05.629Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09b16fd3-27cf-42cb-84ef-d37783371d48 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-10-14T07:32:05.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "clamp",
"timestamp": 1634196716172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:32:05.643Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "clamp",
"timestamp": 1634196719173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-14T07:32:05.643Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:32:05.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-14T07:32:05.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "clamp",
"timestamp": 1634196720178,
"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-10-14T07:32:05.651Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 09b16fd3-27cf-42cb-84ef-d37783371d48
2021-10-14T07:32:05.651Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09b16fd3-27cf-42cb-84ef-d37783371d48 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-10-14T07:32:06.477Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:32:06.478Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:06.480Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:06.480Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196724809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
"status": "NOTIFIED"
}
2021-10-14T07:32:06.580Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:32:06.581Z||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-10-14T07:32:06.581Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:06.598Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:32:06.598Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:32:07.480Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:32:07.481Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:07.483Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:07.483Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196724809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-14T07:32:07.583Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:32:07.585Z||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-10-14T07:32:07.585Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:07.598Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:32:07.598Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:32:08.483Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:32:08.485Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:08.490Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:08.490Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196724809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:08.591Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-14T07:32:08.592Z||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-10-14T07:32:08.592Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:08.602Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:32:08.602Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:32:09.492Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:32:09.492Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:09.495Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:09.495Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196724809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-14T07:32:09.595Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:32:09.596Z||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-10-14T07:32:09.596Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:09.608Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:32:09.609Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:32:10.495Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:32:10.496Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:10.499Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:10.499Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196724809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:32:10.598Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-14T07:32:10.599Z||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-10-14T07:32:10.599Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:10.610Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:32:10.611Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:32:11.500Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:32:11.502Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:11.505Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:11.505Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196724809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:32:11.605Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:32:11.607Z||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-10-14T07:32:11.607Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:11.714Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:32:11.715Z||pool-25-thread-1|||||INFO|500||cambria reply ok (109 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:32:12.508Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"serviceName": "basic_onboard_vBFZky",
"serviceVersion": "1.0",
"serviceUUID": "c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e",
"serviceDescription": "service",
"serviceInvariantUUID": "b1f56d15-5035-4fba-926a-a0858de85015",
"resources": [
{
"resourceInstanceName": "basic_onboard_vBFZky 0",
"resourceCustomizationUUID": "757a53df-ecd7-46d3-a67d-e274d4da3525",
"resourceName": "basic_onboard_vBFZky",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "497ba8ec-ef56-4291-bf3f-9f311e240215",
"resourceInvariantUUID": "aeaf4fe2-20bb-4d91-8ad9-1f414933594b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vbfzky0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
"artifactChecksum": "NzIyZWI3MmVkN2U4OGI2MDU4NTExMGRlOTUyNTkwYTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1d62231f-ecf4-4187-a50c-ca146898448e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "36541fec-d734-4dc2-91d0-9acf731aeb86",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a5151a48-69b8-4070-b0eb-e0b1609f35de",
"generatedFromUUID": "36541fec-d734-4dc2-91d0-9acf731aeb86"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a5151a48-69b8-4070-b0eb-e0b1609f35de",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVbfzky-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"artifactChecksum": "YWIzYTVkMjIxZmRmODVkNDFhNWJkZmIwYzA2ODFkM2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6fb04051-e565-4e27-a40b-2919e0303359"
}
],
"workloadContext": "Production"
}
2021-10-14T07:32:12.508Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-14T07:32:12.508Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e ASDC
2021-10-14T07:32:12.510Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:09b16fd3-27cf-42cb-84ef-d37783371d48
ServiceName:basic_onboard_vBFZky
ServiceVersion:1.0
ServiceUUID:c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e
ServiceInvariantUUID:b1f56d15-5035-4fba-926a-a0858de85015
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVbfzky-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar
ArtifactUUID:6fb04051-e565-4e27-a40b-2919e0303359
ArtifactChecksum:YWIzYTVkMjIxZmRmODVkNDFhNWJkZmIwYzA2ODFkM2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vBFZky 0
ResourceCustomizationUUID:757a53df-ecd7-46d3-a67d-e274d4da3525
ResourceInvariantUUID:aeaf4fe2-20bb-4d91-8ad9-1f414933594b
ResourceName:basic_onboard_vBFZky
ResourceType:VF
ResourceUUID:497ba8ec-ef56-4291-bf3f-9f311e240215
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vbfzky0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json
ArtifactUUID:1d62231f-ecf4-4187-a50c-ca146898448e
ArtifactChecksum:NzIyZWI3MmVkN2U4OGI2MDU4NTExMGRlOTUyNTkwYTA=
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/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36541fec-d734-4dc2-91d0-9acf731aeb86
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/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env
ArtifactUUID:a5151a48-69b8-4070-b0eb-e0b1609f35de
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/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env
ArtifactUUID:a5151a48-69b8-4070-b0eb-e0b1609f35de
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-14T07:32:12.510Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e 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-10-14T07:32:12.544Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T07:32:12.545Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-14T07:32:12.545Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-14T07:32:12.545Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6fb04051-e565-4e27-a40b-2919e0303359 from URL: /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:12.545Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-14T07:32:12.546Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:12.633Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-14T07:32:12.637Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar 6fb04051-e565-4e27-a40b-2919e0303359 71374
2021-10-14T07:32:12.638Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar ASDC sendASDCNotification
2021-10-14T07:32:12.638Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:12.638Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:32:12.639Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:12.643Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:12.643Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196732638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:32:12.743Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-14T07:32:12.744Z||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-10-14T07:32:12.744Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:12.754Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:32:12.755Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:32:13.644Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T07:32:13.645Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-14T07:32:13.645Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 6fb04051-e565-4e27-a40b-2919e0303359, URL: /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar to file: /app/ASDC/1/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:13.646Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:13.646Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:13.646Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:14.091Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP547279282401223552/Definitions/service-BasicOnboardVbfzky-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-10-14T07:32:15.446Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-14T07:32:15.447Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-14T07:32:15.447Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:15.447Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-14T07:32:15.448Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vBFZky 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-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:15.448Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:15.448Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:15.448Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:15.448Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:15.448Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:15.448Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:15.449Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:15.449Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:15.449Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-14T07:32:15.449Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:15.449Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:15.450Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is matching search criteria
2021-10-14T07:32:15.450Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-14T07:32:15.450Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vBFZky 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T07:32:15.450Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:15.450Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:15.451Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is matching search criteria
2021-10-14T07:32:15.451Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-14T07:32:15.451Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vBFZky 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T07:32:15.451Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:15.451Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:15.452Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:15.452Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is not matching search criteria
2021-10-14T07:32:15.452Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-14T07:32:15.452Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-14T07:32:15.452Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-14T07:32:15.453Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-14T07:32:15.453Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-14T07:32:15.453Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:15.453Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-14T07:32:15.453Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:15.453Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is matching search criteria
2021-10-14T07:32:15.454Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vBFZky 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:32:15.454Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:15.454Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is matching search criteria
2021-10-14T07:32:15.454Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vBFZky 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:32:15.455Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:15.455Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is matching search criteria
2021-10-14T07:32:15.456Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vBFZky 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:32:15.456Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:15.456Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is not matching search criteria
2021-10-14T07:32:15.456Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-14T07:32:15.456Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-14T07:32:15.457Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3c5987f2-00d8-4856-9fe2-50dfe07eeb07
2021-10-14T07:32:15.457Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:15.457Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:15.457Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:15.457Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:15.457Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:15.458Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:15.458Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:15.458Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:15.458Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_vBFZky
Description:service
Model UUID:c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e
Model Version:NULL
Model InvariantUuid:b1f56d15-5035-4fba-926a-a0858de85015
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_vBFZky
Model UUID:0e487ec7-90bc-4b4f-ad8c-44e4430c3c06
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aeaf4fe2-20bb-4d91-8ad9-1f414933594b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:757a53df-ecd7-46d3-a67d-e274d4da3525
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2c1a1bbd-8ed6-4dad-895a-6734656a0139
ModelName:BasicOnboardVbfzky..base_ubuntu18..module-0
ModelUuid:d55b85d6-f540-4bf3-bc9c-ca567ad869e8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3c5987f2-00d8-4856-9fe2-50dfe07eeb07
ModelInvariantUuid:4701e45b-3de5-40ab-9240-57178333b817
ModelName:basic_onboard_vBFZky-nodes.ubuntu18Cvfc
ModelUuid:d73ea478-77e8-4352-be95-101c04255abb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:edab5b4d-6bd3-493f-8edb-122176cd1b14
ModelInvariantUuid:c88f3737-c474-4d26-ae6c-6b9f3bb7b978
ModelName:BasicOnboardVbfzky.compute.nodes.heat.ubuntu18
ModelUuid:35054fd4-5f9d-472b-993e-626289bfc95e
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-10-14T07:32:15.465Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 497ba8ec-ef56-4291-bf3f-9f311e240215
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-10-14T07:32:15.469Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||basic_onboard_vBFZky 0
2021-10-14T07:32:15.469Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 497ba8ec-ef56-4291-bf3f-9f311e240215
2021-10-14T07:32:15.469Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1d62231f-ecf4-4187-a50c-ca146898448e from URL: /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json
2021-10-14T07:32:15.470Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-14T07:32:15.470Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json
2021-10-14T07:32:15.521Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-14T07:32:15.522Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json 1d62231f-ecf4-4187-a50c-ca146898448e 798
2021-10-14T07:32:15.522Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json ASDC sendASDCNotification
2021-10-14T07:32:15.522Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json
2021-10-14T07:32:15.522Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:32:15.523Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:15.524Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:15.525Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196735522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:32:15.625Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:32:15.626Z||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-10-14T07:32:15.626Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:15.638Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:32:15.638Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:32:16.525Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVbfzky..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "2c1a1bbd-8ed6-4dad-895a-6734656a0139",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d55b85d6-f540-4bf3-bc9c-ca567ad869e8",
"vfModuleModelCustomizationUUID": "f54dda3a-cecf-411f-bcef-f3aeae8a58b2",
"isBase": true,
"artifacts": [
"36541fec-d734-4dc2-91d0-9acf731aeb86",
"a5151a48-69b8-4070-b0eb-e0b1609f35de"
],
"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-10-14T07:32:16.530Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVbfzky..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d55b85d6-f540-4bf3-bc9c-ca567ad869e8
VfModuleModelInvariantUUID:2c1a1bbd-8ed6-4dad-895a-6734656a0139
VfModuleModelDescription:NULL
Artifacts UUID List:{
36541fec-d734-4dc2-91d0-9acf731aeb86
,
a5151a48-69b8-4070-b0eb-e0b1609f35de
}
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-10-14T07:32:16.532Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVbfzky..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "2c1a1bbd-8ed6-4dad-895a-6734656a0139",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d55b85d6-f540-4bf3-bc9c-ca567ad869e8",
"vfModuleModelCustomizationUUID": "f54dda3a-cecf-411f-bcef-f3aeae8a58b2",
"isBase": true,
"artifacts": [
"36541fec-d734-4dc2-91d0-9acf731aeb86",
"a5151a48-69b8-4070-b0eb-e0b1609f35de"
],
"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-10-14T07:32:16.533Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVbfzky..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d55b85d6-f540-4bf3-bc9c-ca567ad869e8
VfModuleModelInvariantUUID:2c1a1bbd-8ed6-4dad-895a-6734656a0139
VfModuleModelDescription:NULL
Artifacts UUID List:{
36541fec-d734-4dc2-91d0-9acf731aeb86
,
a5151a48-69b8-4070-b0eb-e0b1609f35de
}
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-10-14T07:32:16.533Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 36541fec-d734-4dc2-91d0-9acf731aeb86 from URL: /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml
2021-10-14T07:32:16.533Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-14T07:32:16.533Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml
2021-10-14T07:32:16.683Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-14T07:32:16.683Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml 36541fec-d734-4dc2-91d0-9acf731aeb86 5033
2021-10-14T07:32:16.684Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-14T07:32:16.684Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml
2021-10-14T07:32:16.685Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:32:16.685Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:16.687Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:16.687Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196736684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:32:16.787Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:32:16.788Z||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-10-14T07:32:16.788Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:16.800Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:32:16.801Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:32:17.688Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a5151a48-69b8-4070-b0eb-e0b1609f35de from URL: /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env
2021-10-14T07:32:17.688Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-14T07:32:17.689Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env
2021-10-14T07:32:17.799Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-14T07:32:17.800Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env a5151a48-69b8-4070-b0eb-e0b1609f35de 909
2021-10-14T07:32:17.800Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-14T07:32:17.800Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env
2021-10-14T07:32:17.800Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:32:17.801Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:17.802Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:17.802Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196737800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:32:17.903Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:32:17.903Z||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-10-14T07:32:17.904Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:17.914Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:32:17.915Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:32:18.803Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e
2021-10-14T07:32:18.804Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vBFZky 0 497ba8ec-ef56-4291-bf3f-9f311e240215 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-10-14T07:32:18.819Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@633f7276, org.onap.sdc.toscaparser.api.parameters.Input@1d0490cd, org.onap.sdc.toscaparser.api.parameters.Input@6680c88b, org.onap.sdc.toscaparser.api.parameters.Input@a52df2e, org.onap.sdc.toscaparser.api.parameters.Input@12e6a0d0]
2021-10-14T07:32:18.820Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:18.821Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:18.821Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-10-14T07:32:18.821Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 757a53df-ecd7-46d3-a67d-e274d4da3525
2021-10-14T07:32:18.821Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 757a53df-ecd7-46d3-a67d-e274d4da3525 matches Tosca VF Customization UUID: 757a53df-ecd7-46d3-a67d-e274d4da3525
2021-10-14T07:32:18.821Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 757a53df-ecd7-46d3-a67d-e274d4da3525 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-10-14T07:32:18.824Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:18.824Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:18.824Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 757a53df-ecd7-46d3-a67d-e274d4da3525: {\"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-10-14T07:32:18.825Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57ce8427
2021-10-14T07:32:18.825Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:18.825Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-14T07:32:18.825Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f54dda3a-cecf-411f-bcef-f3aeae8a58b2
2021-10-14T07:32:18.825Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f54dda3a-cecf-411f-bcef-f3aeae8a58b2
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-10-14T07:32:18.828Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:18.829Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is matching search criteria
2021-10-14T07:32:18.829Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vBFZky 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:32:18.829Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:18.830Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is matching search criteria
2021-10-14T07:32:18.830Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vBFZky 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:32:18.830Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:18.830Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is not matching search criteria
2021-10-14T07:32:18.831Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-14T07:32:18.831Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-14T07:32:18.831Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3c5987f2-00d8-4856-9fe2-50dfe07eeb07
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-10-14T07:32:18.833Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:18.833Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is matching search criteria
2021-10-14T07:32:18.834Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vBFZky 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:32:18.834Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:18.834Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_vBFZky 0 is matching search criteria
2021-10-14T07:32:18.834Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_vBFZky 0] matching following query criteria: sdcType=VF, customizationUUID=757a53df-ecd7-46d3-a67d-e274d4da3525
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-10-14T07:32:18.836Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:18.836Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:18.836Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e: basic_onboard_vBFZky
2021-10-14T07:32:18.837Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:18.837Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:18.837Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:18.837Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:18.837Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:18.838Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:18.838Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:18.838Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:18.838Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:32:18.838Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_vBFZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:32:18.839Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_vBFZky
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-10-14T07:32:18.915Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vBFZky 497ba8ec-ef56-4291-bf3f-9f311e240215 1 ASDC deployResourceStructure
2021-10-14T07:32:18.915Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json ASDC sendASDCNotification
2021-10-14T07:32:18.916Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json
2021-10-14T07:32:18.916Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:32:18.917Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:18.918Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:18.919Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196738915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-14T07:32:19.019Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:32:19.020Z||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-10-14T07:32:19.020Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:19.035Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:32:19.035Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:32:19.920Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-14T07:32:19.920Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml
2021-10-14T07:32:19.920Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:32:19.921Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:19.922Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:19.923Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196739919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-14T07:32:20.023Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:32:20.024Z||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-10-14T07:32:20.024Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:20.037Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:32:20.038Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:32:20.924Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-14T07:32:20.924Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env
2021-10-14T07:32:20.924Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:32:20.925Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:20.927Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:20.927Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196740924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-14T07:32:21.027Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:32:21.028Z||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-10-14T07:32:21.028Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:21.044Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:32:21.045Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:32:21.928Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar ASDC sendASDCNotification
2021-10-14T07:32:21.929Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar
2021-10-14T07:32:21.929Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:32:21.930Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:21.932Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:21.932Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196741928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-14T07:32:22.032Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-14T07:32:22.033Z||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-10-14T07:32:22.033Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:22.054Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:32:22.055Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:32:22.933Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09b16fd3-27cf-42cb-84ef-d37783371d48
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-10-14T07:32:22.946Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09b16fd3-27cf-42cb-84ef-d37783371d48
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-10-14T07:32:22.950Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:32:22.950Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-14T07:32:22.950Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-14T07:32:22.951Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-14T07:32:22.951Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-14T07:32:22.951Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-14T07:32:22.951Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-14T07:32:22.952Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-14T07:32:22.952Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-14T07:32:22.952Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-14T07:32:22.952Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-14T07:32:22.958Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-14T07:32:52.958Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 09b16fd3-27cf-42cb-84ef-d37783371d48 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-10-14T07:32:52.972Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 09b16fd3-27cf-42cb-84ef-d37783371d48 and serviceModelVersionId: c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e
2021-10-14T07:32:52.973Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1f56d15-5035-4fba-926a-a0858de85015
2021-10-14T07:32:52.975Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1f56d15-5035-4fba-926a-a0858de85015/model-vers/model-ver/c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e?depth=0
2021-10-14T07:32:52.982Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-10-14T07:32:53.048Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b1f56d15-5035-4fba-926a-a0858de85015/model-vers/model-ver/c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e?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-10-14T07:32:53.052Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b1f56d15-5035-4fba-926a-a0858de85015/model-vers/model-ver/c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e?depth=0|INFO|500||Invoke
2021-10-14T07:32:53.082Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b1f56d15-5035-4fba-926a-a0858de85015/model-vers/model-ver/c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-14T07:32:53.216Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b1f56d15-5035-4fba-926a-a0858de85015/model-vers/model-ver/c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e?depth=0|INFO|500||InvokeReturn
2021-10-14T07:32:53.218Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b1f56d15-5035-4fba-926a-a0858de85015/model-vers/model-ver/c3ce55a8-3d3f-45fd-be38-f5fbb0ac7c7e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211014-07:32:53:091-21938], vertex-id=[340208], Content-Length=[0], Date=[Thu, 14 Oct 2021 07:32:53 GMT], Content-Type=[application/json]}
2021-10-14T07:32:53.218Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-10-14T07:32:53.219Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-14T07:32:53.219Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||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-10-14T07:32:53.225Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-14T07:32:53.225Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 09b16fd3-27cf-42cb-84ef-d37783371d48 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-14T07:32:53.226Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-14T07:32:53.226Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:32:53.229Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:32:53.229Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196773226,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T07:32:53.329Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-14T07:32:53.331Z||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-10-14T07:32:53.331Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:32:53.359Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:32:53.360Z||pool-34-thread-1|||||INFO|500||cambria reply ok (30 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-10-14T07:33:04.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:33:04.811Z||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-10-14T07:33:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:33:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:33:04.811Z||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-10-14T07:33:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:33:04.943Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:33:04.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:33:04.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196724809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:33:04.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-14T07:33:14.389Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:34:04.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:34:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:34:04.812Z||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-10-14T07:34:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:34:04.812Z||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-10-14T07:34:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:34:05.377Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:34:05.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196724809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
"status": "NOTIFIED"
}
2021-10-14T07:34:05.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-14T07:34:05.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196724809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-14T07:34:05.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-14T07:34:05.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196724809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:34:05.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-14T07:34:05.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196724809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-14T07:34:05.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-14T07:34:05.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196724809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:34:05.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-14T07:34:05.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196724809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:34:05.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-14T07:34:05.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196732638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:34:05.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:34:05.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196735522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:34:05.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:34:05.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196736684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:34:05.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:34:05.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196737800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:34:05.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:34:05.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196738915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/basic_onboard_vbfzky0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-14T07:34:05.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:34:05.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196739919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-14T07:34:05.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:34:05.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196740924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/resourceInstances/basic_onboard_vbfzky0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-14T07:34:05.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:34:05.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196741928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVbfzky/1.0/artifacts/service-BasicOnboardVbfzky-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-14T07:34:05.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:34:05.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-14T07:34:05.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09b16fd3-27cf-42cb-84ef-d37783371d48",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634196773226,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T07:34:05.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:34:14.415Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:35:04.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:35:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:35:04.812Z||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-10-14T07:35:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:35:04.813Z||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-10-14T07:35:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:35:14.403Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:35:14.403Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:36:04.812Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:36:04.812Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:36:04.816Z||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-10-14T07:36:04.816Z||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-10-14T07:36:04.817Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:36:04.817Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:36:14.372Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:36:14.384Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:37:04.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:37:04.810Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:37:04.812Z||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-10-14T07:37:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:37:04.812Z||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-10-14T07:37:04.813Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:37:14.379Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:37:14.401Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:38:04.808Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:38:04.810Z||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-10-14T07:38:04.810Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:38:04.811Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:38:04.812Z||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-10-14T07:38:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:38:14.374Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:38:14.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:39:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:39:04.810Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:39:04.812Z||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-10-14T07:39:04.812Z||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-10-14T07:39:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:39:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:39:14.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:39:14.396Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:40:04.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:40:04.811Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:40:04.812Z||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-10-14T07:40:04.812Z||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-10-14T07:40:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:40:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:40:14.391Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:40:14.391Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:41:04.813Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:41:04.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:41:04.817Z||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-10-14T07:41:04.818Z||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-10-14T07:41:04.818Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:41:04.818Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:41:14.390Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:41:14.406Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:42:04.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:42:04.811Z||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-10-14T07:42:04.811Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:42:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:42:04.811Z|09b16fd3-27cf-42cb-84ef-d37783371d48|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-10-14T07:42:04.811Z|09b16fd3-27cf-42cb-84ef-d37783371d48|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 8KmuziOX9pVZ625P) ...
2021-10-14T07:42:14.376Z|09b16fd3-27cf-42cb-84ef-d37783371d48|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:42:14.379Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:43:04.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:43:04.810Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:43:04.811Z||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-10-14T07:43:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:43:04.811Z||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-10-14T07:43:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:43:14.363Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:43:14.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:44:04.810Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:44:04.811Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:44:04.811Z||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-10-14T07:44:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:44:04.811Z||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-10-14T07:44:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:44:14.363Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:44:14.363Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:45:04.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:45:04.811Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:45:04.811Z||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-10-14T07:45:04.811Z||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-10-14T07:45:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:45:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:45:14.362Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:45:14.367Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:46:04.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:46:04.810Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:46:04.811Z||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-10-14T07:46:04.811Z||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-10-14T07:46:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:46:04.811Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:46:14.372Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:46:14.388Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:47:04.810Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:47:04.810Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:47:04.813Z||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-10-14T07:47:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:47:04.813Z||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-10-14T07:47:04.814Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:47:14.382Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:47:14.383Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:48:04.809Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:48:04.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:48:04.812Z||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-10-14T07:48:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:48:04.812Z||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-10-14T07:48:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:48:05.460Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:48:05.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634197639893,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:48:05.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "clamp",
"timestamp": 1634197635167,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:48:05.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "ves-openapi-manager",
"timestamp": 1634197638487,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:48:05.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "dcae-sch",
"timestamp": 1634197633263,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:48:05.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "dcae-sch",
"timestamp": 1634197633263,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:48:05.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634197639893,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:48:05.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:48:05.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "clamp",
"timestamp": 1634197635167,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:48:05.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:48:05.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "ves-openapi-manager",
"timestamp": 1634197638487,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:48:05.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634197643089,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:48:05.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:48:05.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "cds",
"timestamp": 1634197643459,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:48:05.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "clamp",
"timestamp": 1634197644639,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:48:05.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:48:05.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634197644773,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-14T07:48:05.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:48:05.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "policy-id",
"timestamp": 1634197644325,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:48:05.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "cds",
"timestamp": 1634197643459,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:48:05.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:48:05.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634197644647,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:48:05.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634197645776,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2021-10-14T07:48:05.470Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:48:05.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"bdffa44d-5ec2-47cf-9486-723cad57e449","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d6c387da-25cf-40e2-9263-8edfb9277dff","serviceDescription":"service","serviceInvariantUUID":"4243189b-4077-4e40-a61a-d0c0e36b017c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1545f602-748e-4781-994f-21ca31807221","resourceInvariantUUID":"6f4a2d5e-bfcf-43a8-b304-a9257f52e601","resourceCustomizationUUID":"f45ec70f-f0c4-452d-9844-8803ff8ef16b","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":"MTI2ZTdlMmRkOGQ1ZWJkOGIwZWIzODY3Y2RhZjc0MTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"38573290-cf15-4f7a-a05e-70c523ab9232","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NmJjNzY2NWY5OTY4OGNlOTYzOWI2YjM1YTBmYTQ4NzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e068ec66-ed2e-4509-9ff2-02f5ebe0e55a","artifactVersion":"1"}],"workloadContext":"Production"}
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=?
2021-10-14T07:48:05.483Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:48:05.483Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-14T07:48:05.488Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:48:05.489Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634197684809,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.489Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bdffa44d-5ec2-47cf-9486-723cad57e449
2021-10-14T07:48:05.489Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdffa44d-5ec2-47cf-9486-723cad57e449 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-10-14T07:48:05.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "policy-id",
"timestamp": 1634197644325,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:48:05.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:48:05.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "cds",
"timestamp": 1634197646293,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:48:05.498Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:48:05.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "clamp",
"timestamp": 1634197646327,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-14T07:48:05.498Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:48:05.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634197644647,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:48:05.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:48:05.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "policy-id",
"timestamp": 1634197647169,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:48:05.500Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:48:05.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "cds",
"timestamp": 1634197647314,
"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-10-14T07:48:05.505Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bdffa44d-5ec2-47cf-9486-723cad57e449
2021-10-14T07:48:05.505Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdffa44d-5ec2-47cf-9486-723cad57e449 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-10-14T07:48:05.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "clamp",
"timestamp": 1634197647339,
"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-10-14T07:48:05.519Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bdffa44d-5ec2-47cf-9486-723cad57e449
2021-10-14T07:48:05.520Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdffa44d-5ec2-47cf-9486-723cad57e449 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-10-14T07:48:05.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "policy-id",
"timestamp": 1634197648174,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-14T07:48:05.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:48:05.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "policy-id",
"timestamp": 1634197649179,
"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-10-14T07:48:05.534Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdffa44d-5ec2-47cf-9486-723cad57e449
2021-10-14T07:48:05.534Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdffa44d-5ec2-47cf-9486-723cad57e449 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-10-14T07:48:05.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "aai-ml",
"timestamp": 1634197656104,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:48:05.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:48:05.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "aai-ml",
"timestamp": 1634197656104,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:48:05.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:48:05.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "aai-ml",
"timestamp": 1634197658895,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:48:05.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:48:05.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "aai-ml",
"timestamp": 1634197663099,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-14T07:48:05.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-14T07:48:05.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:48:05.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "aai-ml",
"timestamp": 1634197664103,
"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-10-14T07:48:05.549Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bdffa44d-5ec2-47cf-9486-723cad57e449
2021-10-14T07:48:05.549Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdffa44d-5ec2-47cf-9486-723cad57e449 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-10-14T07:48:05.588Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-14T07:48:05.589Z||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-10-14T07:48:05.590Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:48:05.600Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:48:05.600Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:48:06.490Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:48:06.491Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:48:06.495Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:48:06.495Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634197684809,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:48:06.595Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:48:06.596Z||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-10-14T07:48:06.597Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:48:06.611Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:48:06.611Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:48:07.496Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "d6c387da-25cf-40e2-9263-8edfb9277dff",
"serviceDescription": "service",
"serviceInvariantUUID": "4243189b-4077-4e40-a61a-d0c0e36b017c",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "f45ec70f-f0c4-452d-9844-8803ff8ef16b",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "1545f602-748e-4781-994f-21ca31807221",
"resourceInvariantUUID": "6f4a2d5e-bfcf-43a8-b304-a9257f52e601",
"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": "NmJjNzY2NWY5OTY4OGNlOTYzOWI2YjM1YTBmYTQ4NzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e068ec66-ed2e-4509-9ff2-02f5ebe0e55a"
}
],
"workloadContext": "Production"
}
2021-10-14T07:48:07.497Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-14T07:48:07.498Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d6c387da-25cf-40e2-9263-8edfb9277dff ASDC
2021-10-14T07:48:07.499Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:bdffa44d-5ec2-47cf-9486-723cad57e449
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d6c387da-25cf-40e2-9263-8edfb9277dff
ServiceInvariantUUID:4243189b-4077-4e40-a61a-d0c0e36b017c
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:e068ec66-ed2e-4509-9ff2-02f5ebe0e55a
ArtifactChecksum:NmJjNzY2NWY5OTY4OGNlOTYzOWI2YjM1YTBmYTQ4NzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f45ec70f-f0c4-452d-9844-8803ff8ef16b
ResourceInvariantUUID:6f4a2d5e-bfcf-43a8-b304-a9257f52e601
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:1545f602-748e-4781-994f-21ca31807221
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-10-14T07:48:07.503Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d6c387da-25cf-40e2-9263-8edfb9277dff 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-10-14T07:48:07.530Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T07:48:07.531Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-14T07:48:07.532Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-14T07:48:07.532Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e068ec66-ed2e-4509-9ff2-02f5ebe0e55a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-14T07:48:07.532Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-14T07:48:07.532Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-14T07:48:07.769Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-14T07:48:07.773Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e068ec66-ed2e-4509-9ff2-02f5ebe0e55a 52179
2021-10-14T07:48:07.773Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-14T07:48:07.773Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-14T07:48:07.774Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:48:07.774Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:48:07.776Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:48:07.776Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634197687773,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:48:07.876Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:48:07.877Z||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-10-14T07:48:07.877Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:48:07.886Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:48:07.887Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:48:08.777Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T07:48:08.777Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-14T07:48:08.778Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e068ec66-ed2e-4509-9ff2-02f5ebe0e55a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-14T07:48:08.806Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-14T07:48:08.807Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-14T07:48:08.807Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-14T07:48:08.942Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6930980400834638377/Definitions/service-BasicNetwork-template.yml
2021-10-14T07:48:09.512Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-14T07:48:09.512Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-14T07:48:09.512Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-14T07:48:09.513Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-14T07:48:09.513Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.513Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.513Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.513Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.513Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-14T07:48:09.513Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.513Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.513Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.513Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-14T07:48:09.514Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:48:09.514Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.514Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-14T07:48:09.514Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-14T07:48:09.514Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T07:48:09.515Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:48:09.515Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.515Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-14T07:48:09.515Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-14T07:48:09.515Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T07:48:09.515Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:48:09.515Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.516Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:48:09.516Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.516Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:48:09.516Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.516Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:48:09.516Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.517Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:48:09.517Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.517Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:d6c387da-25cf-40e2-9263-8edfb9277dff
Model Version:NULL
Model InvariantUuid:4243189b-4077-4e40-a61a-d0c0e36b017c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6f4a2d5e-bfcf-43a8-b304-a9257f52e601
Model UUID:edcc83c4-869e-4e6b-90cd-b095f3204376
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:f45ec70f-f0c4-452d-9844-8803ff8ef16b
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-10-14T07:48:09.524Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 1545f602-748e-4781-994f-21ca31807221
2021-10-14T07:48:09.525Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||No resources found for Service: d6c387da-25cf-40e2-9263-8edfb9277dff
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-10-14T07:48:09.534Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||
2021-10-14T07:48:09.534Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-10-14T07:48:09.535Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||No resources found for Service: d6c387da-25cf-40e2-9263-8edfb9277dff
2021-10-14T07:48:09.535Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d6c387da-25cf-40e2-9263-8edfb9277dff
2021-10-14T07:48:09.535Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-10-14T07:48:09.535Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.540Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e3c3868, org.onap.sdc.toscaparser.api.parameters.Input@4a7c8514, org.onap.sdc.toscaparser.api.parameters.Input@35bb99f9, org.onap.sdc.toscaparser.api.parameters.Input@2c1f19c, org.onap.sdc.toscaparser.api.parameters.Input@1da176d4]
2021-10-14T07:48:09.541Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:48:09.542Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.542Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:48:09.542Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.542Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d6c387da-25cf-40e2-9263-8edfb9277dff: Generic NeutronNet
2021-10-14T07:48:09.542Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:48:09.542Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.543Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:48:09.543Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.578Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:48:09.579Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.579Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:48:09.579Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.579Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:48:09.579Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:48:09.580Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:09.636Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-10-14T07:48:09.636Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-14T07:48:09.636Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-14T07:48:09.637Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-14T07:48:09.637Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:48:09.639Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:48:09.639Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634197689636,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-14T07:48:09.739Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:48:09.740Z||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-10-14T07:48:09.740Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:48:09.758Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:48:09.758Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:48:10.642Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdffa44d-5ec2-47cf-9486-723cad57e449
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-10-14T07:48:10.661Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdffa44d-5ec2-47cf-9486-723cad57e449
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-10-14T07:48:10.664Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-14T07:48:10.665Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-14T07:48:10.665Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-14T07:48:10.665Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-14T07:48:10.665Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-14T07:48:10.665Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-14T07:48:10.665Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-14T07:48:10.665Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-14T07:48:10.665Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-14T07:48:10.665Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-14T07:48:10.665Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:10.674Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-14T07:48:40.675Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bdffa44d-5ec2-47cf-9486-723cad57e449 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-10-14T07:48:40.682Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bdffa44d-5ec2-47cf-9486-723cad57e449 and serviceModelVersionId: d6c387da-25cf-40e2-9263-8edfb9277dff
2021-10-14T07:48:40.682Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4243189b-4077-4e40-a61a-d0c0e36b017c
2021-10-14T07:48:40.695Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4243189b-4077-4e40-a61a-d0c0e36b017c/model-vers/model-ver/d6c387da-25cf-40e2-9263-8edfb9277dff?depth=0
2021-10-14T07:48:40.706Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-14T07:48:40.787Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4243189b-4077-4e40-a61a-d0c0e36b017c/model-vers/model-ver/d6c387da-25cf-40e2-9263-8edfb9277dff?depth=0|INFO|500||Invoke
2021-10-14T07:48:40.788Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4243189b-4077-4e40-a61a-d0c0e36b017c/model-vers/model-ver/d6c387da-25cf-40e2-9263-8edfb9277dff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4243189b-4077-4e40-a61a-d0c0e36b017c/model-vers/model-ver/d6c387da-25cf-40e2-9263-8edfb9277dff?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bdffa44d-5ec2-47cf-9486-723cad57e449], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[acafc1f1-b6f2-4bc6-bc90-cd8e8df603fd], X-ECOMP-RequestID=[bdffa44d-5ec2-47cf-9486-723cad57e449], X-TransactionId=[], X-ONAP-RequestID=[bdffa44d-5ec2-47cf-9486-723cad57e449], Content-Type=[application/merge-patch+json]}
2021-10-14T07:48:40.811Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4243189b-4077-4e40-a61a-d0c0e36b017c/model-vers/model-ver/d6c387da-25cf-40e2-9263-8edfb9277dff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-14T07:48:41.372Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4243189b-4077-4e40-a61a-d0c0e36b017c/model-vers/model-ver/d6c387da-25cf-40e2-9263-8edfb9277dff?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/4243189b-4077-4e40-a61a-d0c0e36b017c/model-vers/model-ver/d6c387da-25cf-40e2-9263-8edfb9277dff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211014-07:48:40:817-65561], vertex-id=[184424], Content-Length=[0], Date=[Thu, 14 Oct 2021 07:48:40 GMT], Content-Type=[application/json]}
2021-10-14T07:48:41.373Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4243189b-4077-4e40-a61a-d0c0e36b017c/model-vers/model-ver/d6c387da-25cf-40e2-9263-8edfb9277dff?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-14T07:48:41.374Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4243189b-4077-4e40-a61a-d0c0e36b017c/model-vers/model-ver/d6c387da-25cf-40e2-9263-8edfb9277dff?depth=0|INFO|500||InvokeReturn
2021-10-14T07:48:41.374Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-14T07:48:41.374Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:41.389Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||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-10-14T07:48:41.390Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bdffa44d-5ec2-47cf-9486-723cad57e449 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-14T07:48:41.390Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-14T07:48:41.391Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:48:41.393Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:48:41.393Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634197721390,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-14T07:48:41.493Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:48:41.494Z||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-10-14T07:48:41.495Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:48:41.527Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:48:41.528Z||pool-39-thread-1|||||INFO|500||cambria reply ok (34 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-10-14T07:49:04.809Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:49:04.810Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-14T07:49:04.812Z|bdffa44d-5ec2-47cf-9486-723cad57e449|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-10-14T07:49:04.812Z||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-10-14T07:49:04.812Z||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 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:04.812Z|bdffa44d-5ec2-47cf-9486-723cad57e449|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 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:04.949Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:49:04.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-14T07:49:04.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdffa44d-5ec2-47cf-9486-723cad57e449",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634197684809,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:49:04.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-14T07:49:05.437Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:49:05.439Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-14T07:49:05.439Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ea388880-ae8d-4509-a42c-4e1fd58e24b3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7f6e3c6c-4ae9-42f4-8e09-a7fd02511286","serviceDescription":"service","serviceInvariantUUID":"163716c5-2e75-414e-adef-3c752f582b3e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"41ce9374-d583-4351-8a4c-ae643a101f5e","resourceInvariantUUID":"207e0279-39cb-4687-8dd2-41edb5ed7a84","resourceCustomizationUUID":"d986a9cd-b681-45dc-8d55-11da226df644","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZGYwODlmZTMzNjM1Mjk4ODI0Njg0NWYxMTkzN2MxN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b0af972a-5606-417b-adff-ec0237e12d36","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"NWQ2MmU2Y2YzNDA3NDZlYjhhNGNhMmE4MDNhZGRlZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f52b2418-dd90-40c0-8452-205f2e54ac7c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2d36f9d6-5d76-4e92-ab97-250cf98470ee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"be13449f-7655-43fa-9563-4cad4ff549c0","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8a256fb3-17da-4039-863d-63fc85294617","artifactVersion":"2","generatedFromUUID":"2d36f9d6-5d76-4e92-ab97-250cf98470ee"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MDBjYmI2ZDBiNDcxYjE0MGExYWUxMzM1OGMxYmQ3MjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bda46f46-5c10-41be-aa93-7de7c8cfd65d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"MzcyOGRmNDU0NWI2ZDQxYWZiNTFkMGVmM2FhNTJlMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df17ed3b-7088-4d4f-9dd6-03d67bd1614a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTRmODgxZTczMTIwZGE4NDdhNWI0MjNjYmM4NTgwMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8134ff6a-8f13-49ee-a13a-64005fdeb93a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-14T07:49:05.443Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:49:05.443Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:05.447Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:05.447Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634197744808,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:49:05.547Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:49:05.548Z||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-10-14T07:49:05.549Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:05.562Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:49:05.562Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-14T07:49:06.448Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:49:06.448Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:06.450Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:06.450Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634197744808,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-10-14T07:49:06.553Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-14T07:49:06.554Z||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-10-14T07:49:06.554Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:06.568Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:49:06.568Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:07.451Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:49:07.453Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:07.455Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:07.455Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634197744808,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-14T07:49:07.555Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:49:07.556Z||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-10-14T07:49:07.556Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:07.570Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:49:07.570Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:08.456Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:49:08.457Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:08.459Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:08.459Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634197744808,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:49:08.559Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:49:08.560Z||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-10-14T07:49:08.560Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:08.574Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:49:08.576Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:09.460Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:49:09.460Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:09.462Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:09.462Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634197744808,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-10-14T07:49:09.562Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:49:09.563Z||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-10-14T07:49:09.563Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:09.577Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:49:09.578Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:10.463Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:49:10.465Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:10.467Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:10.467Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634197744808,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:49:10.568Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-14T07:49:10.569Z||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-10-14T07:49:10.569Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:10.581Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:49:10.581Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:11.467Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:49:11.468Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:11.470Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:11.471Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634197744808,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-14T07:49:11.571Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:49:11.572Z||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-10-14T07:49:11.572Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:11.586Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:49:11.587Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:12.471Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-14T07:49:12.472Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:12.474Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:12.474Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634197744808,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-10-14T07:49:12.574Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:49:12.575Z||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-10-14T07:49:12.575Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:12.586Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:49:12.587Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:13.475Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
"serviceName": "basic_vm_macro",
"serviceVersion": "1.0",
"serviceUUID": "7f6e3c6c-4ae9-42f4-8e09-a7fd02511286",
"serviceDescription": "service",
"serviceInvariantUUID": "163716c5-2e75-414e-adef-3c752f582b3e",
"resources": [
{
"resourceInstanceName": "basic_vm_macro 0",
"resourceCustomizationUUID": "d986a9cd-b681-45dc-8d55-11da226df644",
"resourceName": "basic_vm_macro",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "41ce9374-d583-4351-8a4c-ae643a101f5e",
"resourceInvariantUUID": "207e0279-39cb-4687-8dd2-41edb5ed7a84",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm_macro0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"artifactChecksum": "NWQ2MmU2Y2YzNDA3NDZlYjhhNGNhMmE4MDNhZGRlZmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f52b2418-dd90-40c0-8452-205f2e54ac7c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2d36f9d6-5d76-4e92-ab97-250cf98470ee",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8a256fb3-17da-4039-863d-63fc85294617",
"generatedFromUUID": "2d36f9d6-5d76-4e92-ab97-250cf98470ee"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8a256fb3-17da-4039-863d-63fc85294617",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVmMacro-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"artifactChecksum": "MTRmODgxZTczMTIwZGE4NDdhNWI0MjNjYmM4NTgwMWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8134ff6a-8f13-49ee-a13a-64005fdeb93a"
}
],
"workloadContext": "Production"
}
2021-10-14T07:49:13.475Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-14T07:49:13.476Z|bdffa44d-5ec2-47cf-9486-723cad57e449|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7f6e3c6c-4ae9-42f4-8e09-a7fd02511286 ASDC
2021-10-14T07:49:13.476Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ea388880-ae8d-4509-a42c-4e1fd58e24b3
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:7f6e3c6c-4ae9-42f4-8e09-a7fd02511286
ServiceInvariantUUID:163716c5-2e75-414e-adef-3c752f582b3e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:8134ff6a-8f13-49ee-a13a-64005fdeb93a
ArtifactChecksum:MTRmODgxZTczMTIwZGE4NDdhNWI0MjNjYmM4NTgwMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:d986a9cd-b681-45dc-8d55-11da226df644
ResourceInvariantUUID:207e0279-39cb-4687-8dd2-41edb5ed7a84
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:41ce9374-d583-4351-8a4c-ae643a101f5e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:f52b2418-dd90-40c0-8452-205f2e54ac7c
ArtifactChecksum:NWQ2MmU2Y2YzNDA3NDZlYjhhNGNhMmE4MDNhZGRlZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:2d36f9d6-5d76-4e92-ab97-250cf98470ee
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:8a256fb3-17da-4039-863d-63fc85294617
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:8a256fb3-17da-4039-863d-63fc85294617
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-14T07:49:13.477Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7f6e3c6c-4ae9-42f4-8e09-a7fd02511286 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-10-14T07:49:13.513Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T07:49:13.514Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-14T07:49:13.514Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-14T07:49:13.515Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8134ff6a-8f13-49ee-a13a-64005fdeb93a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-14T07:49:13.515Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-14T07:49:13.515Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-14T07:49:13.590Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-14T07:49:13.593Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 8134ff6a-8f13-49ee-a13a-64005fdeb93a 78607
2021-10-14T07:49:13.593Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-14T07:49:13.594Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-14T07:49:13.594Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-14T07:49:13.594Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-14T07:49:13.596Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-14T07:49:13.596Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ea388880-ae8d-4509-a42c-4e1fd58e24b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634197753593,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-14T07:49:13.696Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-14T07:49:13.697Z||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-10-14T07:49:13.697Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8KmuziOX9pVZ625P) ...
2021-10-14T07:49:13.714Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-14T07:49:13.714Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-14T07:49:14.596Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-14T07:49:14.598Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-14T07:49:14.598Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8134ff6a-8f13-49ee-a13a-64005fdeb93a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-14T07:49:14.599Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-10-14T07:49:14.599Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-14T07:49:14.599Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-14T07:49:14.851Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3094413651743407013/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-14T07:49:16.070Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-14T07:49:16.071Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-14T07:49:16.071Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-14T07:49:16.071Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-14T07:49:16.071Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-14T07:49:16.071Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-14T07:49:16.071Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-14T07:49:16.071Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-14T07:49:16.072Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-14T07:49:16.072Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-14T07:49:16.072Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-14T07:49:16.072Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-14T07:49:16.072Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-14T07:49:16.072Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-14T07:49:16.072Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:49:16.073Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:49:16.073Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-14T07:49:16.073Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-14T07:49:16.073Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T07:49:16.073Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:49:16.074Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:49:16.074Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-14T07:49:16.074Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-14T07:49:16.074Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-14T07:49:16.074Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:49:16.074Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-14T07:49:16.075Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:49:16.075Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-14T07:49:16.075Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-14T07:49:16.075Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-14T07:49:16.075Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-14T07:49:16.076Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-14T07:49:16.076Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-14T07:49:16.076Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:49:16.076Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-14T07:49:16.076Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:49:16.077Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-14T07:49:16.077Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:49:16.077Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:49:16.077Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-14T07:49:16.077Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:49:16.077Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-14T07:49:16.078Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-14T07:49:16.078Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-14T07:49:16.078Z|ea388880-ae8d-4509-a42c-4e1fd58e24b3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery